https://github.com/chdb-io/chdb-superset
chdb + superset demo
https://github.com/chdb-io/chdb-superset
Last synced: 2 months ago
JSON representation
chdb + superset demo
- Host: GitHub
- URL: https://github.com/chdb-io/chdb-superset
- Owner: chdb-io
- License: apache-2.0
- Created: 2023-10-08T20:56:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T23:22:32.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:11:59.717Z (3 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
chdb + superset
Docker demo showcasing chdb + Apache Superset connectivity
### Instructions
Clone this repository and use docker compose to initialize the demo```
docker compose pull
docker compose up -d
```Once all services are started, initialize the system and add an `admin` user
```
docker exec -ti superchdb superset-init
docker exec -ti superchdb superset import_datasources -p /etc/chdb.yml
```### Configuration
Access Superset on port `8088` and create a Database Connection:
##### Name
```
chdb
```
##### SQLALCHEMY URI
```
clickhousedb://chdb:8123/database?secure=false
```### Usage


#### Preset.io
When using chdb securely with preset.io Superset, configure `ClickHouse Connect` as follows:##### SQLALCHEMY URI
```
clickhouse+http://chdb.fly.dev:443/db?protocol=https
```