Skip to the content.


DE ZoomCamp

Data Engineering Zoomcamp 2024

Free Data Engineering course!
Structure Β· Deadlines Β· Modules Β· Requirements Β· License

This repository contains my scripts, answers & solutions to the Data Engineering Zoomcamp 2024.

πŸ“ Structure πŸ“

This is the general top level directory structure of this repository:

β”œβ”€β”€β”€.github
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€01-docker-terraform
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€02-workflow-orchestration
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€02-workshop-1-data-ingestion
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€03-data-warehouse
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€04-analytics-engineering
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€05-batch
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€05-workshop-2-stream-processing
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€06-streaming
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€docs
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€images
β”‚   β”œβ”€β”€β”€ ...
β”œβ”€β”€β”€notes
β”‚   β”œβ”€β”€β”€ ...
└───scripts
β”‚   β”œβ”€β”€β”€ ...

⏳ Deadlines ⏳

ID Module Progress Deadline
1 Introduction & Prerequisites :white_check_mark: 29/01/2024
2 Workflow Orchestration :white_check_mark: 05/02/2024
3 DLT Workshop :white_check_mark: 15/02/2024
4 Data Warehouse :white_check_mark: 12/02/2024
5 Analytics Engineering :x: 22/02/2024
6 Batch Processing :x: 04/03/2024
7 Streaming :x: 15/03/2024
8 RisingWave Workshop :x: 18/03/2024
9 Project (Attempt 1) :x: 01/04/2024
10 Project Evaluation (Attempt 1) :x: 08/04/2024
11 Project (Attempt 2) :x: 15/04/2024
12 Project Evaluation (Attempt 2) :x: 29/04/2024

πŸš€ Modules πŸš€

Module 1: Containerization and Infrastructure as Code

Module 2: Workflow Orchestration

Workshop 1: Data Ingestion

Module 3: Data Warehouse

Module 4: Analytics engineering

Module 5: Batch processing

Module 6: Streaming

Workshop 2: Stream Processing with SQL

Project

Putting everything learned to practice.

DE ZoomCamp

(back to top)

πŸ› οΈ Technologies πŸ› οΈ

(back to top)

πŸ“œ License πŸ“œ

MIT License

Copyright (c) 2024 Jonathan Areas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

(back to top)