Apache Pinot · Example Payload

Apache Pinot Table Config Example

AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

Apache Pinot Table Config Example is an example object payload from Apache Pinot, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tableNametableTypesegmentsConfigtenants

Example Payload

Raw ↑
{
  "tableName": "example-name",
  "tableType": "OFFLINE",
  "segmentsConfig": {
    "replication": "example",
    "timeColumnName": "example-name"
  },
  "tenants": {
    "broker": "example",
    "server": "example"
  }
}