У нас вы можете посмотреть бесплатно How to build an ETL pipeline with Python | Data pipeline | Export from SQL Server to PostgreSQL или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we will discuss what ETL is. ETL stands for Extract, Transform, Load. ETL is a set of processes that extracts data from one or more sources (API, a database or a file), transforms it to match the destination system’s requirements and loads it into the destination system. In this tutorial we will see how to design ETL Pipeline with Python. We will use SQL Server’s AdventureWorks database as a source and load data in PostgreSQL with Python. We often have requirements for data analytics and/or reporting projects that requires optimized data for querying. ETL moves and amalgamate the data from various sources and stores in the destination where it is available for data analytics, reporting. Furthermore, data scientist and data analysts can use this optimized data come up with new findings. Link to medium article on this topic: / how-to-build-an-etl-pipeline-with-python Link to Microsoft ODBC driver: https://www.microsoft.com/en-us/downl... Link to ETL Script: https://github.com/hnawaz007/pythonda... Link to GitHub repo: https://github.com/hnawaz007/pythonda... Link to the Python ETL series: https://hnawaz007.github.io/etl.html How to connect to SQL Server via Python: • How to connect to a database using Py... SQL Server install video: • Install SQL Server Express 2019 Step ... PostgreSQL Install video: • How to install PostgreSQL on windows... Subscribe to our channel: / haqnawaz --------------------------------------------- Follow me on social media! Github: https://github.com/hnawaz007 Instagram: / bi_insights_inc LinkedIn: / haq-nawaz --------------------------------------------- #ETL #Python #SQL Topics covered in this video: 0:00 - Introduction to ETL 1:55 - PostgreSQL Setup 2:49 - Sqlserver Setup 3:32 - Code ETL Pipeline 5:10 - Data Extract from SQL Server 7:30 - Load data to PostgreSQL 9:22 - Test ETL Pipeline