analytics_monorepo
analytics_monorepo copied to clipboard
A monorepo combining data modelling in dbt with data viz using Evidence
Analytics Monorepo
Whats a monorepo?
- A single version controlled code repository containing multiple distinct projects, with well-defined relationships
What is this?
This demonstrates combining your data modelling with your visualization in a monorepo, using:
- Meltano for orchestration
- dbt for data modelling
- Evidence for BI
Running the demo
Open this in a codespace In the shell, run:
meltano install utility dbt-duckdb
meltano run full-build
Then open up Evidence, and connect to the dbt-duckdb database in the settings menu