Introduction
What is Airflow?
Airflow is a platform to programmatically author, schedule and monitor workflows.
Airflow is invaluable for data professionals seeking to automate ETL workflows, streamline machine learning processes, or efficiently handle any task that requires automation within the realm of data management.
Airflow traces its origins to 2014 at Airbnb and in 2019 been a top level project at the Apache Software Foundation.
What is Docker?
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly
What is Docker Compose?
Docker Compose is a tool that helps you define and share multi-container applications.