This package contains code for Pinot Controller UI.
- Make sure pinot backend is running on port 9000. Follow this guide for the same.
- Navigate to ui source code folder
cd pinot-controller/src/main/resources
- Install Required Packages. Make sure you are using node v14 or more specifially v14.18.1
npm install
- Start the Development Server
npm run dev
- App should be running on http://localhost:8080