Skip to content

Commit 747486f

Browse files
Remove Mage sponsor references and fix FastAPI→Flask in course articles
- MLOps Zoomcamp: replace FastAPI with Flask, remove Mage/Airflow/Prefect in favor of generic orchestration concepts across article, FAQ, and structured data - Data Engineering Zoomcamp: replace Mage.AI with Kestra across article, structured data, and free courses list - Guide article: update MLOps and DE Zoomcamp sections accordingly
1 parent 33fd963 commit 747486f

7 files changed

Lines changed: 19 additions & 21 deletions

_data/faqs/mlops-zoomcamp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
answer: |
33
The MLOps Zoomcamp is a free, community-driven program by [DataTalks.Club](/) that teaches core MLOps skills through hands-on project work.
44
5-
This 3-month course covers a comprehensive [curriculum](#course-curriculum) with all materials open and available anytime on [GitHub](https://github.com/DataTalksClub/mlops-zoomcamp). You'll work with an industry-standard stack including MLflow, Docker, AWS, Prometheus, Grafana, Mage, and GitHub Actions and earn a [certificate](#can-i-get-a-certificate).
5+
This 3-month course covers a comprehensive [curriculum](#course-curriculum) with all materials open and available anytime on [GitHub](https://github.com/DataTalksClub/mlops-zoomcamp). You'll work with an industry-standard stack including MLflow, Docker, AWS, Prometheus, Grafana, and GitHub Actions and earn a [certificate](#can-i-get-a-certificate).
66
77
- question: "What does zoomcamp mean?"
88
answer: |
@@ -76,7 +76,7 @@
7676
7777
- question: "What tools and technologies will I learn?"
7878
answer: |
79-
The course covers essential MLOps tools and platforms including MLflow for experiment tracking, Docker for containerization, AWS services (including Kinesis), Prometheus and Grafana for monitoring, Mage for ML pipeline orchestration, and GitHub Actions for CI/CD.
79+
The course covers essential MLOps tools and platforms including MLflow for experiment tracking, Docker for containerization, AWS services (including Kinesis), Prometheus and Grafana for monitoring, ML pipeline orchestration concepts, and GitHub Actions for CI/CD.
8080
8181
- question: "How does MLOps experiment tracking work in this course?"
8282
answer: |
@@ -92,7 +92,7 @@
9292
9393
- question: "What MLOps training does this course provide?"
9494
answer: |
95-
This comprehensive training covers the complete machine learning operations lifecycle. You'll receive hands-on training in experiment tracking with MLflow, containerization with Docker, ML pipeline orchestration with Mage, model deployment (batch, real-time, and streaming), monitoring with Prometheus and Grafana, and CI/CD with GitHub Actions. The course includes 6 core technical modules, weekly homework assignments, and a final end-to-end project. This practical training prepares you for real-world production ML systems and is taught by expert instructors including Cristian Martinez, Alexey Grigorev, and Emeli Dral.
95+
This comprehensive training covers the complete machine learning operations lifecycle. You'll receive hands-on training in experiment tracking with MLflow, containerization with Docker, ML pipeline orchestration concepts, model deployment (batch, real-time, and streaming), monitoring with Prometheus and Grafana, and CI/CD with GitHub Actions. The course includes 6 core technical modules, weekly homework assignments, and a final end-to-end project. This practical training prepares you for real-world production ML systems and is taught by expert instructors including Cristian Martinez, Alexey Grigorev, and Emeli Dral.
9696
9797
- question: "Is this a free MLOps course with certificate?"
9898
answer: |

_includes/course-structured-data/data-engineering-zoomcamp-structured-data.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Build production-grade data pipelines from start to finish",
1515
"Set up development environment with Docker and PostgreSQL",
1616
"Master infrastructure-as-code using Terraform",
17-
"Implement data pipeline orchestration with Mage.AI",
17+
"Implement data pipeline orchestration with Kestra",
1818
"Build data warehouses with BigQuery",
1919
"Transform raw data into analytics-ready models using dbt",
2020
"Process large-scale data with Apache Spark",
@@ -27,7 +27,7 @@
2727
"PostgreSQL",
2828
"Terraform",
2929
"Google Cloud Platform",
30-
"Mage.AI",
30+
"Kestra",
3131
"Google Cloud Storage",
3232
"BigQuery",
3333
"dbt",
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"name": "Workflow Orchestration",
50-
"description": "Master data pipeline orchestration with Mage.AI. Implement and manage Data Lakes using Google Cloud Storage. Build automated, reproducible workflows.",
50+
"description": "Master data pipeline orchestration with Kestra. Implement and manage Data Lakes using Google Cloud Storage. Build automated, reproducible workflows.",
5151
"timeRequired": "P1W"
5252
},
5353
{

_includes/course-structured-data/mlops-zoomcamp-structured-data.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"MLflow",
2828
"MLflow Tracking",
2929
"MLflow Model Registry",
30-
"Mage",
31-
"Airflow",
32-
"Prefect",
30+
"ML Pipeline Orchestration",
3331
"Flask",
3432
"AWS Lambda",
3533
"AWS Kinesis",
@@ -58,7 +56,7 @@
5856
},
5957
{
6058
"name": "Orchestration & ML Pipelines",
61-
"description": "Create reproducible pipelines and manage dependencies end-to-end using Mage, Airflow, or Prefect.",
59+
"description": "Learn orchestration concepts and best practices for creating reproducible pipelines and managing dependencies end-to-end.",
6260
"timeRequired": "P1W"
6361
},
6462
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ The course follows a logical progression from infrastructure setup to advanced d
124124
</tr>
125125
<tr style="background-color: #f8f9fa;">
126126
<td style="padding: 12px; border: 1px solid #dee2e6;">2. Workflow Orchestration</td>
127-
<td style="padding: 12px; border: 1px solid #dee2e6;">• Master data pipeline orchestration with Mage.AI<br>• Implement and manage Data Lakes using Google Cloud Storage<br>• Build automated, reproducible workflows</td>
128-
<td style="padding: 12px; border: 1px solid #dee2e6;">Mage.AI, Google Cloud Storage</td>
127+
<td style="padding: 12px; border: 1px solid #dee2e6;">• Master data pipeline orchestration with Kestra<br>• Implement and manage Data Lakes using Google Cloud Storage<br>• Build automated, reproducible workflows</td>
128+
<td style="padding: 12px; border: 1px solid #dee2e6;">Kestra, Google Cloud Storage</td>
129129
</tr>
130130
<tr>
131131
<td style="padding: 12px; border: 1px solid #dee2e6;">3. Data Warehouse</td>

_posts/2024-03-07-mlops-zoomcamp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you're an ML engineer, data scientist, or software developer working with ML
5858

5959
MLOps Zoomcamp is a free MLOps course that takes you from experiment tracking to production deployment in 6 modules plus a portfolio project.
6060

61-
You'll learn infrastructure setup with Docker and AWS, experiment tracking with MLflow, pipeline orchestration with Mage, model deployment (batch, real-time, and streaming), monitoring with Prometheus and Evidently AI, and testing/CI/CD best practices.
61+
You'll learn infrastructure setup with Docker and AWS, experiment tracking with MLflow, pipeline orchestration concepts, model deployment (batch, real-time, and streaming), monitoring with Prometheus and Evidently AI, and testing/CI/CD best practices.
6262

6363
The course culminates in a real-world project where you build, deploy, and monitor a complete ML pipeline that you can showcase to employers.
6464

@@ -83,7 +83,7 @@ If you're comfortable with the command line and Python, and you have prior expos
8383
## Course Curriculum
8484

8585
<figure>
86-
<img src="/images/posts/2024-03-07-mlops-zoomcamp/mlops-zoomcamp-course-curriculum-overview.png" alt="MLOps Zoomcamp course overview - complete journey through modern MLOps tools including Docker, AWS, MLflow, Mage, Prometheus, and Evidently AI for production machine learning" title="MLOps Zoomcamp Course Overview" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" />
86+
<img src="/images/posts/2024-03-07-mlops-zoomcamp/mlops-zoomcamp-course-curriculum-overview.png" alt="MLOps Zoomcamp course overview - complete journey through modern MLOps tools including Docker, AWS, MLflow, Prometheus, and Evidently AI for production machine learning" title="MLOps Zoomcamp Course Overview" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" />
8787
<figcaption><p>Course overview: a complete journey through modern MLOps tools and technologies</p></figcaption>
8888
</figure>
8989

@@ -115,7 +115,7 @@ The curriculum follows a logical progression from experimentation to production
115115
<td style="padding: 12px; border: 1px solid #dee2e6; font-weight: 600;">3</td>
116116
<td style="padding: 12px; border: 1px solid #dee2e6;">Orchestration & ML Pipelines</td>
117117
<td style="padding: 12px; border: 1px solid #dee2e6;">Create reproducible pipelines and manage dependencies end-to-end</td>
118-
<td style="padding: 12px; border: 1px solid #dee2e6;">Mage, Airflow, Prefect</td>
118+
<td style="padding: 12px; border: 1px solid #dee2e6;">Pipeline orchestration concepts and best practices</td>
119119
</tr>
120120
<tr style="background-color: #f8f9fa;">
121121
<td style="padding: 12px; border: 1px solid #dee2e6; font-weight: 600;">4</td>
@@ -146,7 +146,7 @@ You'll:
146146

147147
* **Choose a dataset** that interests you
148148
* **Train a model** and **track experiments** using MLflow or Weights & Biases
149-
* **Build an automated training pipeline** using tools like Mage, Airflow, or Prefect
149+
* **Build an automated training pipeline** using your preferred orchestration tool
150150
* **Deploy your model** as a batch job, web service, or streaming system
151151
* **Set up monitoring** with Evidently AI, Prometheus, or Grafana
152152
* **Implement CI/CD workflows** using GitHub Actions or GitLab CI/CD

_posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here's a table that summarizes the key information about each course. Use it to
7777
<td style="padding: 12px; border: 1px solid #dee2e6;">Intermediate to Advanced</td>
7878
<td style="padding: 12px; border: 1px solid #dee2e6;">1+ year programming, ML exposure, Python, Docker</td>
7979
<td style="padding: 12px; border: 1px solid #dee2e6;">Experiment tracking, pipelines, deployment, monitoring</td>
80-
<td style="padding: 12px; border: 1px solid #dee2e6;">MLFlow, FastAPI, AWS, Mage, Evidently AI</td>
80+
<td style="padding: 12px; border: 1px solid #dee2e6;">MLFlow, Flask, AWS, Evidently AI</td>
8181
<td style="padding: 12px; border: 1px solid #dee2e6;">Automated ML deployment system with monitoring & alerts</td>
8282
</tr>
8383
<tr style="background-color: #f8f9fa;">
@@ -277,7 +277,7 @@ Throughout the 9-week program, you'll master essential tools like Docker for con
277277

278278
<figure>
279279
<img src="/images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/mlops-zoomcamp-overview.png" alt="MLOps Zoomcamp course overview diagram" title="MLOps Zoomcamp Course Overview - Complete Machine Learning Operations Lifecycle" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" />
280-
<figcaption><p>MLOps Zoomcamp course overview illustrating the complete machine learning operations lifecycle: experiment tracking with MLflow, orchestration and ML pipelines with Mage, model deployment with FastAPI and AWS, and production monitoring with Evidently AI</p></figcaption>
280+
<figcaption><p>MLOps Zoomcamp course overview illustrating the complete machine learning operations lifecycle: experiment tracking with MLflow, orchestration and ML pipelines, model deployment with Flask and AWS, and production monitoring with Evidently AI</p></figcaption>
281281
</figure>
282282

283283
<table style="width: 100%; border-collapse: collapse; margin-bottom: 1.5em;">
@@ -308,7 +308,7 @@ Throughout the 9-week program, you'll master essential tools like Docker for con
308308
</tr>
309309
<tr>
310310
<td style="padding: 12px; border: 1px solid #dee2e6; font-weight: 600;">Tools/tech stack</td>
311-
<td style="padding: 12px; border: 1px solid #dee2e6;">MLFlow, FastAPI, AWS, Mage, Evidently AI</td>
311+
<td style="padding: 12px; border: 1px solid #dee2e6;">MLFlow, Flask, AWS, Evidently AI</td>
312312
</tr>
313313
<tr style="background-color: #f8f9fa;">
314314
<td style="padding: 12px; border: 1px solid #dee2e6; font-weight: 600;">Who it's for</td>
@@ -331,7 +331,7 @@ Throughout the 9-week program, you'll master essential tools like Docker for con
331331

332332
[MLOps Zoomcamp](https://datatalks.club/blog/mlops-zoomcamp.html) is a free MLOps course that covers the entire MLOps lifecycle: from experiment tracking and model management to deployment and monitoring. Designed for data scientists and ML engineers, the course teaches you how to operationalize machine learning models at scale.
333333

334-
You'll learn to use MLflow for experiment tracking, build automated training pipelines with Mage, deploy models using FastAPI and AWS services, and set up comprehensive monitoring with Evidently AI. The course emphasizes best practices for testing, CI/CD integration, and maintaining ML systems in production, preparing you to build and manage reliable ML infrastructure.
334+
You'll learn to use MLflow for experiment tracking, build automated training pipelines, deploy models using Flask and AWS services, and set up comprehensive monitoring with Evidently AI. The course emphasizes best practices for testing, CI/CD integration, and maintaining ML systems in production, preparing you to build and manage reliable ML infrastructure.
335335

336336
<div style="text-align: center; margin: 2em 0;">
337337
<div style="display: inline-block; background: #28a745; padding: 0.5em 2em; border-radius: 8px; box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); transition: all 0.15s ease;">

_posts/2025-12-10-free-data-engineering-courses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Fully free data‑engineering courses that grant both complete access to materia
239239
3. **Level:** Intermediate (beginner‑friendly)
240240
4. **Prerequisites:** Comfort with the command line and basic SQL; Python experience helpful but not mandatory.
241241
5. **Key topics covered:** Infrastructure & prerequisites; workflow orchestration; data warehousing; analytics engineering; batch & stream processing; capstone project.
242-
6. **Tools/tech stack:** Docker, PostgreSQL, GCP & Terraform, Mage.AI, Google Cloud Storage, BigQuery, dbt, BI tools, Apache Spark & Spark SQL, Kafka, KSQL, Faust.
242+
6. **Tools/tech stack:** Docker, PostgreSQL, GCP & Terraform, Kestra, Google Cloud Storage, BigQuery, dbt, BI tools, Apache Spark & Spark SQL, Kafka, KSQL, Faust.
243243
7. **Format:** Free (open materials & certificate)
244244
8. **Duration:** 9‑week structured program
245245
9. **Certificate:** Free certificate after completion

0 commit comments

Comments
 (0)