Skip to content

startreedata/pizza-shop-demo

Repository files navigation

Pizza Shop Demo

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

Prerequisites

  • Docker Desktop: Ensure Docker Desktop is installed and running on your machine before starting the demo.

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