mirror of
https://github.com/apache/superset.git
synced 2026-06-04 23:29:24 +00:00
23 lines
647 B
Plaintext
23 lines
647 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>/``
|
|
```
|
|
|
|
The expected connection string using username and password is formatted as follows:
|
|
|
|
```
|
|
pinot://<username>:<password>@<pinot-broker-host>:<pinot-broker-port>/query/sql?controller=http://<pinot-controller-host>:<pinot-controller-port>/verify_ssl=true``
|
|
```
|