Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions apache/pinot/exposedUI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Apache Pinot Exposed UI

This directory contains instructions to set up an exposed Apache Pinot UI.

## Setup

1. Run Apache Pinot

```sh
docker run -d -p 9000:9000 -p 8000:8000 apachepinot/pinot:1.4.0 QuickStart -type batch
```

2. Visit the Admin UI at http://localhost:9000