Apache Pinot is an open-source, real-time distributed OLAP datastore built for ultra-low-latency analytics on streaming and batch data. This image runs a single-node Pinot cluster (controller, broker, server, ZooKeeper) on Ubuntu 24.04 LTS, hardened and fully patched, with the web console on port 80 behind authentication, a unique per-VM password generated on first boot, and data on a dedicated disk. Maintained by cloudimg.
## Apache Pinot on Ubuntu 24.04 LTS
Apache Pinot is a real-time distributed OLAP datastore designed to serve analytical queries with millisecond latency on both streaming and batch data, powering user-facing analytics at scale. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Browse to the VM's public IP and sign in with the credentials from `sudo cat /root/pinot-credentials.txt`. Use the query console to run SQL against the sample table, or create your own tables and ingest from Kafka or batch sources. The deployment guide on cloudimg.co.uk covers schema/table creation and ingestion.