Home
Softono

Data Engineering Zoomcamp Notes

Open source Python
57
Stars
4
Forks
2
Issues
1
Watchers
1 year
Last Commit

 About Data Engineering Zoomcamp Notes

Detailed notes and homeworks from 2025 Data Engineering Zoomcamp by Datatalks.Club

Platforms

Web Self-hosted Docker Kubernetes

Languages

Python

Links

Need Help Installing Data Engineering Zoomcamp Notes?

We provide expert installation service for this software. Our team will install, configure, and secure Data Engineering Zoomcamp Notes on your server. plans start at just $30.

Data Engineering Zoomcamp Notes

View on GitHub

Data Engineering Zoomcamp 2025

This repo contains notes and homeworks for the Data Engineering Zoomcamp by Datatalks.Club

Syllabus

Module 1: Containerization and Infrastructure as Code

  • Docker and docker-compose
  • Running Postgres in a container
  • Ingesting data to Postgres with Python
  • Running Postgres and pgAdmin with Docker-compose
  • Google Cloud Platform (GCP)
  • Terraform
  • Setting up infrastructure on GCP with Terraform

Module 2: Workflow Orchestration with Kestra

  • Introduction to Workflow Orchestration
  • Introduction to Kestra
  • Launch Kestra using Docker Compose
  • ETL Pipelines: Load Data to Local Postgres
  • ETL Pipelines: Load Data to Google Cloud Platform (GCP)

Module 3: Data Warehouse with BigQuery

  • OLAP vs OLTP
  • Data Warehouse
  • BigQuery
  • Creating an external table
  • Partitioning and clustering
  • BigQuery best practices

Module 4: Analytics Engineering with dbt

  • Introduction to analytics engineering
  • Introduction to dbt
  • Setting up dbt with bigquery
  • Development of dbt Models
  • Building the model
  • Testing and documenting
  • Deployment
  • Visualizing the data

Module 5: Batch Processing with spark

  • Introduction to Batch Processing
  • Introduction to Spark
  • Spark SQL and DataFrames
  • Spark Internals
  • Running Spark in the Cloud

Extra:

Module 2: Workflow Orchestration with Airflow

  • Data Lake vs Data Warehouse
  • ETL vs ELT
  • Introduction to Workflow Orchestration
  • Airflow architecture
  • Setting up Airflow with Docker
  • Ingesting data to local Postgres with Airflow
  • Ingesting data to GCP with Airflow
  • Airflow with kubernetes

Environment setup

You can set it up on your laptop or PC if you prefer to work locally or you can set up a virtual machine in Google Cloud Platform.

In this repo we will use windows + WSL2 locally

For the course you'll need:

  • Python 3
  • Google Cloud SDK (explained in module 1)
  • Docker with docker-compose
  • Terraform (explained in module 1)
  • Git account
  • Google Cloud Platform account