Book Image

Building ETL Pipelines with Python

By : Brij Kishore Pandey, Emily Ro Schoof
5 (1)
Book Image

Building ETL Pipelines with Python

5 (1)
By: Brij Kishore Pandey, Emily Ro Schoof

Overview of this book

Modern extract, transform, and load (ETL) pipelines for data engineering have favored the Python language for its broad range of uses and a large assortment of tools, applications, and open source components. With its simplicity and extensive library support, Python has emerged as the undisputed choice for data processing. In this book, you’ll walk through the end-to-end process of ETL data pipeline development, starting with an introduction to the fundamentals of data pipelines and establishing a Python development environment to create pipelines. Once you've explored the ETL pipeline design principles and ET development process, you'll be equipped to design custom ETL pipelines. Next, you'll get to grips with the steps in the ETL process, which involves extracting valuable data; performing transformations, through cleaning, manipulation, and ensuring data integrity; and ultimately loading the processed data into storage systems. You’ll also review several ETL modules in Python, comparing their pros and cons when building data pipelines and leveraging cloud tools, such as AWS, to create scalable data pipelines. Lastly, you’ll learn about the concept of test-driven development for ETL pipelines to ensure safe deployments. By the end of this book, you’ll have worked on several hands-on examples to create high-performance ETL pipelines to develop robust, scalable, and resilient environments using Python.
Table of Contents (22 chapters)
1
Part 1:Introduction to ETL, Data Pipelines, and Design Principles
Free Chapter
2
Chapter 1: A Primer on Python and the Development Environment
5
Part 2:Designing ETL Pipelines with Python
11
Part 3:Creating ETL Pipelines in AWS
15
Part 4:Automating and Scaling ETL Pipelines

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

A

Amazon CloudWatch Console

CloudWatch trigger, creating via 137

Amazon Elastic Compute Cloud (EC2) 118, 119

AWS environment, configuring with 138

URL 119

used, for initiating scalable ETL pipeline 137

using 120

Amazon EMR 123

URL 123

Amazon Kinesis 123

URL 123

Amazon Redshift 119

URL 119

Amazon Relational Database Service (RDS) 118, 119

AWS environment, configuring with 138

URL 119

used, for initiating ETL pipeline 137

used, for initiating scalable ETL pipeline 137

Amazon Simple Storage Service (S3) 118, 119

Python pipeline, creating with 130

URL 119

using, to read data 132, 133

using 120

Amazon States Language (ASL) 136

Amazon Web Services (AWS) , 27, 117, 73

data storage tools 118

lambda functions, adding 135

...