Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.07 KB

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

image

image


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