xinity / pizza-shop-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 73.4%Language:Java 20.0%Language:Dockerfile 5.2%Language:Shell 1.4%