Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 898 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 898 Bytes

Pizza Shop Demo

This repository contains the code for the Pizza Shop Demo.

Run the 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:

You can find a deeper dive on each of the components at https://dev.startree.ai/docs/pinot/demo-apps/pizza-shop

Things that sometimes don't work

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