- Dozer
- JRE
- Docker
- Yarn
- Cargo
poetry install
poetry shell
python generate.py
docker compose up
docker-compose up
Note: For linux users, change the network mode to
host
and update prometheus config tolocalhost:9000
Follow the instructions here and install Dozer
# Direct from source without transformation
dozer clean -c direct-config.yaml
dozer build -c direct-config.yaml
dozer run app -c direct-config.yaml
# Join and Aggregations
dozer clean -c aggregate-config.yaml
dozer build -c aggregate-config.yaml
dozer run app -c aggregate-config.yaml
Once dozer starts running, you should be able to visit the dashboard UI at http://localhost:3000.