chDB
In-process ClickHouse SQL engine powered by ClickHouse for ultra-fast local analytics.
Why consider chDB?
chDB is an open-source, in-process SQL OLAP engine powered by ClickHouse and written in C++ and Python. Designed to run embedded inside Python, Node.js, and Go without external database servers, chDB executes zero-copy SQL queries across Parquet, CSV, JSON, and Arrow datasets.
Learn chDB by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of chDB
chDB executes vector-accelerated ClickHouse SQL directly in-memory against local Parquet and JSON files.
Quickstart
pip install chdbimport chdbres = chdb.query("SELECT * FROM 'data.parquet' LIMIT 10", "JSON")print(res)chDB is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.