This repository contains the code for the Pizza Shop Demo, showcasing a real-time analytics application using Apache Pinot.
To start the demo, execute the following command in your terminal:
make
After the demo is up and running, you can access the following interfaces in your web browser:
For a detailed explanation of each component in the demo, visit the documentation page.
Occasionally, the pinot-add-table
service may not return a success code (0) if it creates one table but fails to create the other.
To resolve this issue, you can manually stop the service by running:
docker stop pinot-add-table
To stop all the services and clean up the resources used by the demo, run:
make stop