Serverless Data Processing with Dataflow - Writing an ETL Pipeline using Apache Beam and Cloud Dataflow (Python)
Google via Google Cloud Skills Boost
Overview
In this lab, you a) build a batch ETL pipeline in Apache Beam, which takes raw data from Google Cloud Storage and writes it to Google BigQuery b) run the Apache Beam pipeline on Cloud Dataflow and c) parameterize the execution of the pipeline.
Syllabus
- Overview
- Setup and requirements
- Lab part 1. Writing an ETL pipeline from scratch
- Task 1. Generate synthetic data
- Task 2. Read data from your source
- Task 3. Run your pipeline to verify that it works
- Task 4. Add in a transformation
- Task 5. Write to a sink
- Task 6. Run your pipeline
- Lab part 2. Parameterizing basic ETL
- Task 1. Create a JSON schema file
- Task 2. Write a JavaScript user-defined function
- Task 3. Run a Dataflow Template
- Task 4. Inspect the Dataflow Template code
- End your lab