mirror of
https://github.com/oxnr/awesome-bigdata.git
synced 2026-07-10 20:04:24 -05:00
[PR #383] Add chDB to SQL-like processing #7253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oxnr/awesome-bigdata/pull/383
Author: @ShawnChen-Sirius
Created: 5/28/2026
Status: 🔄 Open
Base:
master← Head:add-chdb📝 Commits (1)
9ceab54Add chDB to SQL-like processing📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adds chDB to the SQL-like processing section.
chDB is an in-process OLAP SQL engine powered by ClickHouse. It runs the
full ClickHouse SQL dialect (1000+ functions) in your Python process,
reads Parquet/CSV/JSON files directly, and references pandas DataFrames
in SQL with zero-copy.
Inserted alphabetically between "Aster Database" and "Cloudera Impala".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.