Skip to content

Commit 443a718

Browse files
committed
Updated de zoomcamp article with Bruin info
1 parent 79625e5 commit 443a718

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

_posts/2023-11-18-data-engineering-zoomcamp.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: 'Data Engineering Zoomcamp: Free Data Engineering Course and Certificatio
33
subtitle: 'Become a Data Engineer: Master Modern Data Engineering with Hands-On Training'
44
description: Free data engineering course with certificate. Learn Python, SQL, dbt,
55
Kafka, and Spark. Build production pipelines, earn a certificate.
6-
image: images/posts/2023-11-18-data-engineering-zoomcamp/course-overview.jpeg
7-
date: 2025-11-25
6+
image: images/posts/2023-11-18-data-engineering-zoomcamp/course-overview.png
87
authors:
98
- valeriiakuka
109
tags:
@@ -18,14 +17,15 @@ related_posts:
1817
- ai-dev-tools-zoomcamp-2025-free-course-to-master-coding-assistants-agents-and-automation.html
1918
layout: post
2019
datepublished: '2023-11-18'
20+
date: 2026-04-21
2121
---
2222

2323
Breaking into data engineering takes real, hands-on experience with production tools, but most courses stop at theory.
2424

2525
The Data Engineering Zoomcamp changes that. It's a free data engineering course that teaches you how to build production-grade data pipelines from start to finish. You'll work with Docker, Terraform, BigQuery, dbt, Spark, and Kafka, and graduate with a portfolio project and a certificate.
2626

2727
<figure>
28-
<img src="/images/posts/2023-11-18-data-engineering-zoomcamp/course-overview.jpeg" alt="Free Data Engineering Zoomcamp 2026 course curriculum - 9-week program covering Docker, Terraform, BigQuery, dbt, Spark, and Kafka for building production data pipelines" title="Data Engineering Zoomcamp Course Curriculum Overview" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" />
28+
<img src="/images/posts/2023-11-18-data-engineering-zoomcamp/course-overview.png" alt="Free Data Engineering Zoomcamp 2026 course curriculum - 9-week program covering Docker, Terraform, BigQuery, dbt, Spark, and Kafka for building production data pipelines" title="Data Engineering Zoomcamp Course Curriculum Overview" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" />
2929
<figcaption><p>Complete Data Engineering Zoomcamp curriculum: from infrastructure setup to stream processing</p></figcaption>
3030
</figure>
3131

@@ -138,14 +138,19 @@ The course follows a logical progression from infrastructure setup to advanced d
138138
<td style="padding: 12px; border: 1px solid #dee2e6;">dbt, BI tools</td>
139139
</tr>
140140
<tr>
141-
<td style="padding: 12px; border: 1px solid #dee2e6;">5. Batch Processing</td>
142-
<td style="padding: 12px; border: 1px solid #dee2e6;">• Process large-scale data with Apache Spark<br>• Master Spark SQL and DataFrame operations<br>• Optimize batch processing workflows</td>
143-
<td style="padding: 12px; border: 1px solid #dee2e6;">Apache Spark, Spark SQL</td>
141+
<td style="padding: 12px; border: 1px solid #dee2e6;">5. Data Platforms</td>
142+
<td style="padding: 12px; border: 1px solid #dee2e6;">• Building end-to-end data pipelines with Bruin<br>• Data ingestion, transformation, and quality<br>• Deployment to cloud (BigQuery)</td>
143+
<td style="padding: 12px; border: 1px solid #dee2e6;">Bruin, BigQuery</td>
144144
</tr>
145145
<tr style="background-color: #f8f9fa;">
146-
<td style="padding: 12px; border: 1px solid #dee2e6;">6. Stream Processing</td>
147-
<td style="padding: 12px; border: 1px solid #dee2e6;">• Build real-time data pipelines with Kafka<br>• Develop streaming applications using KSQL and Faust<br>• Implement stream processing patterns</td>
148-
<td style="padding: 12px; border: 1px solid #dee2e6;">Kafka, KSQL, Faust</td>
146+
<td style="padding: 12px; border: 1px solid #dee2e6;">6. Batch Processing</td>
147+
<td style="padding: 12px; border: 1px solid #dee2e6;">• Introduction to Apache Spark<br>• DataFrames and SQL<br>• Internals of GroupBy and Joins</td>
148+
<td style="padding: 12px; border: 1px solid #dee2e6;">Apache Spark, Spark SQL</td>
149+
</tr>
150+
<tr>
151+
<td style="padding: 12px; border: 1px solid #dee2e6;">7. Streaming</td>
152+
<td style="padding: 12px; border: 1px solid #dee2e6;">• Introduction to Kafka<br>• Kafka Streams and KSQL<br>• Schema management with Avro</td>
153+
<td style="padding: 12px; border: 1px solid #dee2e6;">Kafka, Kafka Streams, KSQL, Avro</td>
149154
</tr>
150155
<tr>
151156
<td style="padding: 12px; border: 1px solid #dee2e6;">Final Project</td>
Binary file not shown.
439 KB
Loading

0 commit comments

Comments
 (0)