https://github.com/archiewood/analytics_monorepo
A monorepo combining data modelling in dbt with data viz using Evidence
https://github.com/archiewood/analytics_monorepo
data-modeling dbt evidence-dev visualization
Last synced: 9 months ago
JSON representation
A monorepo combining data modelling in dbt with data viz using Evidence
- Host: GitHub
- URL: https://github.com/archiewood/analytics_monorepo
- Owner: archiewood
- Created: 2023-01-06T14:11:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:21:35.000Z (over 3 years ago)
- Last Synced: 2025-02-24T15:50:34.298Z (over 1 year ago)
- Topics: data-modeling, dbt, evidence-dev, visualization
- Language: Dockerfile
- Homepage:
- Size: 815 KB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analytics Monorepo

## Whats a monorepo?
1. 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:
```shell
meltano install utility dbt-duckdb
meltano run full-build
```
Then open up Evidence, and connect to the `dbt-duckdb` database in the settings menu