Skip to main content

Are there any example dbt projects?

Yes!

  • Quickstart Tutorial: You can build your own example dbt project in the quickstart guide
  • Jaffle Shop: A demonstration project (closely related to the tutorial) for a fictional e-commerce store (main source code and source code using duckdb)
  • GitLab: Gitlab's internal dbt project is open source and is a great example of how to use dbt at scale (source code)
  • dummy-dbt: A containerized dbt project that populates the Sakila database in Postgres and populates dbt seeds, models, snapshots, and tests. The project can be used for testing and experimentation purposes (source code)
  • Google Analytics 4: A demonstration project that transforms the Google Analytics 4 BigQuery exports to various models (source code, docs)
  • Make Open Data: A production-grade ELT with tests, documentation, and CI/CD (GHA) about French open data (housing, demography, geography, etc). It can be used to learn with voluminous and ambiguous data. Contributions are welcome (source code, docs)

If you have an example project to add to this list, suggest an edit by clicking Edit this page below.

0