This repository contains the exercises and solutions for the Data Pipelines course
Before running these exercises you will need to install Docker
demos contains the instructor demonstrations. exercises contains the student exercises. solutions contains the full exercise solutions Each directory contains a docker-compose.yml file.
To run Airflow in Docker Compose: docker-compose up To stop Airflow in Docker Compose: docker-compose down
Once you are running the Docker Compose Airflow, the DAGs and plugins in that directory will automatically be loaded by Airflow.
Navigate to the Airflow UI by opening a browser to http://localhost:8080