Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
/ chdb-server-bak Public archive

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

License

Notifications You must be signed in to change notification settings

chdb-io/chdb-server-bak

Repository files navigation

.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