Skip to content

Add chdb to Database#3169

Merged
JinyangWang27 merged 1 commit into
vinta:masterfrom
ShawnChen-Sirius:add-chdb
May 28, 2026
Merged

Add chdb to Database#3169
JinyangWang27 merged 1 commit into
vinta:masterfrom
ShawnChen-Sirius:add-chdb

Conversation

@ShawnChen-Sirius
Copy link
Copy Markdown
Contributor

Adds chdb to the Database section.

chdb is an in-process OLAP SQL engine that embeds the full ClickHouse
query engine in Python. It runs the complete ClickHouse SQL dialect
(1000+ functions), queries Parquet/CSV/JSON files in place, references
pandas DataFrames directly in SQL with zero-copy, and federates to remote
ClickHouse clusters via `remoteSecure()`.

Acceptance criteria: Hidden Gem — chdb solves the niche of running the
ClickHouse SQL surface in-process in Python. Demonstrated real-world
usage includes Hex's first-class integration and inclusion in ClickBench.
The repository is 3+ years old with a multi-language binding ecosystem
(Python / Bun / Go / Rust / Ruby / Zig / Java / .NET).

@JinyangWang27 JinyangWang27 merged commit 1f915d6 into vinta:master May 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants