Pinot Catalog#

Add a Pinot catalog to the cluster along with a standalone Pinot cluster.

The Pinot cluster includes all the main Pinot components:

  • Zookeeper for metadata management

  • Pinot controller

  • Pinot broker

  • Pinot server

A bootstrap script loads various sample data sets included with the Pinot Docker image.

Usage#

Module Uses Persistent Storage

This module uses named volumes to persist data. To delete these volumes, run:

minitrino remove --volumes --module ${module}

Provision the module:

minitrino provision -m pinot

Connect to the coordinator container’s Trino CLI:

minitrino exec -i 'trino-cli'

Confirm Pinot is reachable:

SHOW SCHEMAS FROM pinot;

The Pinot web UI can be viewed at localhost:9090.