This repository contains the code for the Pizza Shop Demo.
docker-compose \
-f docker-compose-base.yml \
-f docker-compose-pinot.yml \
-f docker-compose-dashboard-enriched-quarkus.yml \
up
docker-compose \
-f docker-compose-base.yml \
-f docker-compose-pinot-m1.yml \
-f docker-compose-dashboard-enriched-quarkus.yml \
up
Once that's run, you can navigate to the following:
- Pinot UI - http://localhost:9000
- Streamlit Dashboard - http://localhost:8502
You can find a deeper dive on each of the components at https://dev.startree.ai/docs/pinot/demo-apps/pizza-shop
Less frequently, the pinot-add-table
service never returns code 0 if it created one table and not the other. To stop that service, run this:
docker stop pinot-add-table