Serverless Data Processing with Dataflow - Writing an ETL pipeline using Apache Beam and Cloud Dataflow (Java)
Google via Google Skills
Become an AI & ML Engineer with Cal Poly EPaCE — IBM-Certified Training
The Fastest Way to Become a Backend Developer Online
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
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
- Apache Beam and Cloud Dataflow
- 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. Adding in a transformation
- Task 5. Writing to a sink
- Task 6. Run your pipeline
- Lab part 2. Parameterizing basic ETL
- Task 1. Creating a JSON schema file
- Task 2. Writing a JavaScript user-defined function
- Task 3. Running a Dataflow Template
- Task 4. Inspect the Dataflow Template code
- End your lab