dbt-airflow-docker-compose
Execution of DBT models using Apache Airflow through Docker Compose
File Explorer
Download Latest Version (.zip)- infrastructure_model.png
- dag.py
- initialise_data.py
- airflow.cfg
- avg_product_count.sql
- avg_product_count_by_dow.sql
- stg_top_selling_products.sql
- top_selling_aisles.sql
- top_selling_departments.sql
- top_selling_products.sql
- daily_orders.sql
- daily_orders_7_day_avg.sql
- clean_orders.sql
- order_products.sql
- schema.yml
- .gitignore
- dbt_project.yml
- profiles.yml
- aisles.csv.zip
- departments.csv.zip
- order_products__train.csv.zip
- orders.csv.zip
- products.csv.zip
- init.sh
- init-user-db.sh
- .dockerignore
- .gitignore
- docker-compose.yml
- dockerfile
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/konosp/dbt-airflow-docker-compose
Downloads the entire project code from GitHub to your computer.
cd dbt-airflow-docker-compose
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
