mirror of
https://github.com/status-im/bi-workspace.git
synced 2026-08-27 18:31:07 +00:00
master
BI Workspace
This repository contains the developer env to test modification of dbt models, airflow dags.
This repo is not fully operiational
Requirements
- Have docker installed
- Have the repos for dbt-models and airflow-dags cloned in the parent directory.
Usage
- Launch the containers with
docker compose up -d - Initialize the variables with the script
docker exec -it airflow /bin/bash -c "/init-config.sh" - Grep the secret from Airflow logs:
docker logs airflow | grep username(it will require connecting to the webapp first).
Links
- Airflow : http://localhost:8080
- Grafana: http://localhost:3000
Data
Grafana and Postgres data are store in docker volumes,respectively grafana-data and postgres-data.
Languages
Shell
77.1%
Dockerfile
11.9%
Makefile
11%