mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
---
|
|
title: Apache Kylin
|
|
hide_title: true
|
|
sidebar_position: 11
|
|
version: 1
|
|
---
|
|
|
|
## Apache Kylin
|
|
|
|
The recommended connector library for Apache Kylin is
|
|
[kylinpy](https://github.com/Kyligence/kylinpy).
|
|
|
|
The expected connection string is formatted as follows:
|
|
|
|
```
|
|
kylin://<username>:<password>@<hostname>:<port>/<project>?<param1>=<value1>&<param2>=<value2>
|
|
```
|