Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.startree.ai/llms.txt

Use this file to discover all available pages before exploring further.

This datasource plugin is used to connect to Pinot using the pinot-jdbc-client.
This datasource type is still work in progress and may not work for Pinot with ssl/tls and auth, and may also fail with some alert features.

Configuration

{
  "name": "pinotDatasourceSql",
  "type": "pinot-sql",
  "properties": {
    "controllerHost": "localhost",
    "controllerPort": 9000,
    "controllerConnectionScheme": "http"
  }
}