startreedata / pizza-shop-demo

27 stars 15 forks source link

Pizza Shop Demo

This repository contains the code for the Pizza Shop Demo, showcasing a real-time analytics application using Apache Pinot.

Prerequisites

Architecture Diagram

How to Run the Demo

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.

Common Issues

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

Stopping the Demo

To stop all the services and clean up the resources used by the demo, run:

make stop