Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 917 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 917 Bytes

dbt demo

This is a dbt demo project. You can use this as a template or to learn dbt on your local machine!

What it contains

  • dbt
  • postgres database
  • sample data from jaffle_shop

How to run

  1. Clone this repository
  2. Navigate to the directory
  3. Run 'docker-compose up'
  4. Attach to docker container with dbt 'docker exec -it dbt-demo-dbt-1 /bin/bash'

How to use

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.

Tips and next steps