An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Analytics Monorepo

image

## 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