Tag: airflow

Generating CSV Files from MySQL Database using Apache Airflow

In this tutorial, we will explore how to generate CSV files from a MySQL database using Apache Airflow. Apache Airflow is an open-source platform that allows you to programmatically author, schedule, and monitor workflows. We will create a workflow that connects to a MySQL database, fetches data, and generates CSV files on a scheduled basis. Prerequisites: Set Up Your Environment...

READ MORE Generating CSV Files from MySQL Database using Apache Airflow

How to Install Apache Airflow in Docker for Efficient Workflow Management

Apache Airflow is a powerful open-source platform used for orchestrating complex data workflows. By containerizing it with Docker, you can ensure portability, reproducibility, and easier management of your Airflow instances. In this tutorial, we’ll walk you through the process of how to install Apache Airflow in Docker, enabling you to streamline your workflow management. Before we dive into the installation...

READ MORE How to Install Apache Airflow in Docker for Efficient Workflow Management