mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
---
|
|
title: Apache Pinot
|
|
hide_title: true
|
|
sidebar_position: 12
|
|
version: 1
|
|
---
|
|
|
|
## Apache Pinot
|
|
|
|
The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org/project/pinotdb/).
|
|
|
|
The expected connection string is formatted as follows:
|
|
|
|
```
|
|
pinot+http://<pinot-broker-host>:<pinot-broker-port>/query?controller=http://<pinot-controller-host>:<pinot-controller-port>/``
|
|
```
|