Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

58 lines (36 loc) · 2.04 KB

.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