This is a dbt demo project. You can use this as a template or to learn dbt on your local machine!
- dbt
- postgres database
- sample data from jaffle_shop
- Clone this repository
- Navigate to the directory
- Run 'docker-compose up'
- Attach to docker container with dbt 'docker exec -it dbt-demo-dbt-1 /bin/bash'
You can either checkout branch 'model' and explore simple dimensional model based on raw data or you can start from scratch and write your own.