Skip to content

chdb-io/chdb-superset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

 

Packages

No packages published