/chdb-server-bak

API Server for chDB, an in-process SQL OLAP Engine powered by ClickHouse

Primary LanguagePythonApache License 2.0Apache-2.0

.github/workflows/release.yml

chdb-server

chDB + basic HTTP/s API server in a docker container, pretending to be ClickHouse




Docker Setup

docker run --rm -p 8123:8123 ghcr.io/chdb-io/chdb-server:latest

Stateless & Stateful Sessions

chdb-server queries default to stateless. Stateful sessions can be paired with Basic HTTP Auth.

image


ClickHouse Play

chdb-server is compatible with the ClickHouse Play query interface:

Grafana

chdb-server is compatible with Grarfana using the official ClickHouse drivers:

image

Superset

chdb-server is compatible with Superset and the ClickHouse sqlalchemy driver:

SQLALCHEMY URI
clickhouse+http://chdb.fly.dev:443/db?protocol=https

image