For more information about Airflow, it is recommended to review the official Airflow documentation's Core Concepts.
- This project uses Docker Compose to build and deploy an Airflow application. See Docker Compose for installation instructions.
- It is recommended to allocate at least 4 GB (ideally 8 GB) of memory to Docker when running Airflow.
docker compose up
After deploying the Airflow application, you may monitor workflows by visiting:
Login credentials:
- Username:
airflow
- Password:
airflow
. ├── Dockerfile ├── README.md ├── dags │ ├── __init__.py ├── docker-compose.yaml ├── requirements.txt