Query Engines (Kubernetes)
Connect query engines like Superset, Trino, and Presto to Pinot on Kubernetes
Query Pinot with Superset
Bring up Superset using Helm
helm repo add superset https://apache.github.io/supersethelm inspect values superset/superset > /tmp/superset-values.yamlkubectl create ns superset
helm upgrade --install --values /tmp/superset-values.yaml superset superset/superset -n supersetkubectl get all -n supersetAccess the Superset UI
Access Pinot with Trino
Deploy Trino
Query Pinot with the Trino CLI
Sample queries to execute
List all catalogs
List all tables
Show schema
Count total documents
Access Pinot with Presto
Deploy Presto with the Pinot plugin
Query Presto using the Presto CLI
Sample queries to execute
List all catalogs
List all tables
Show schema
Count total documents
Last updated
Was this helpful?

