Docker demo showcasing chdb + Apache Superset connectivity
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
Access Superset on port 8088
and create a Database Connection:
chdb
clickhousedb://chdb:8123/database?secure=false
When using chdb securely with preset.io Superset, configure ClickHouse Connect
as follows:
clickhouse+http://chdb.fly.dev:443/db?protocol=https