chdb-io/chdb
chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 98
- Release rhythm 98
- Longevity 91
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 12.0
- age_days: 1285
- days_rel: 16
- days_push: 12
- n_releases_24m: 39
Adoption not part of the score
2879 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
chDB is an in-process SQL OLAP engine powered by ClickHouse, embeddable in Python (plus Go, Rust, Node.js, and Bun bindings) without running a ClickHouse server. It supports 70+ data formats like Parquet, CSV, JSON, and Arrow, and offers a pandas-compatible DataStore API that compiles to optimized ClickHouse SQL.
Use cases
- run fast OLAP SQL queries on local files without installing a database server
- query parquet and csv files with SQL from python
- speed up pandas groupby and filter pipelines on millions of rows
- embed an analytics database inside an application with zero dependencies
- analyze large datasets in a notebook with ClickHouse performance
- exchange data zero-copy between dataframes and a SQL engine
- prototype analytical queries before deploying to a ClickHouse cluster
When to choose
- you need ClickHouse-style analytical query performance embedded in a Python, Go, Rust, or Node.js app
- you want to query local Parquet, CSV, JSON, or Arrow files with SQL without a server
- your pandas workflows are too slow and you want a drop-in faster API
- you need a zero-dependency embedded OLAP engine for local development or testing
When to avoid
- you need a multi-user production database server with distributed scaling
- you require OLTP-style transactional workloads with frequent small writes
- your platform is Windows-only, since official Python support covers macOS and Linux
- you need heavy concurrent write access from multiple processes
Facets
library · maturity active
database database-driver data-science cli databases data-science analytics big-data developer-tools python go rust bun cli olap embedded-database clickhouse sql in-process pandas dataframe parquet columnar-database macos linux nodejs
10 sources
- readme: https://github.com/chdb-io/chdb · fetched 2026-08-28 · 97771e1fb999
- homepage: https://clickhouse.com/chdb · fetched 2026-08-29 · f81479eb4183
- site_page: https://clickhouse.com/docs · fetched 2026-08-29 · 52dde84ec147
- site_page: https://clickhouse.com/docs/chdb · fetched 2026-08-29 · 20537f743096
- site_page: https://clickhouse.com/docs/chdb/install/bun · fetched 2026-08-29 · 8cb20c101b38
- site_page: https://clickhouse.com/docs/chdb/install/nodejs · fetched 2026-08-29 · 8ca8ac53110e
- site_page: https://clickhouse.com/docs/chdb/install/rust · fetched 2026-08-29 · e0c066efb858
- site_page: https://clickhouse.com/docs/chdb/install/go · fetched 2026-08-29 · 2eb0203f3330
- site_page: https://clickhouse.com/docs/chdb/install/python · fetched 2026-08-29 · eabc2b0da720
- registry_pypi: https://pypi.org/pypi/chdb/json · fetched 2026-08-29 · f26cf98a5893
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chdb-io/chdb | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem