awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 2026 Bringes Technology SRLΒ·VAT RO45896025Β·hello@awesome-repositories.com
chdb-io avatar

chdb-io/chdb

0
View on GitHub↗
2,694 stars·114 forks·Python·Apache-2.0·15 viewsclickhouse.com/chdb↗

Chdb

chDB is an in-process OLAP SQL Engine πŸš€ powered by ClickHouse

Features

  • Database Systems - In-process OLAP SQL engine.
  • Databases - Listed in the β€œDatabases” section of the Awesome Python awesome list.
  • Databases & Data - In-process OLAP SQL engine

Star history

Star history chart for chdb-io/chdbStar history chart for chdb-io/chdb

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does chdb-io/chdb do?

chDB is an in-process OLAP SQL Engine πŸš€ powered by ClickHouse

What are the main features of chdb-io/chdb?

The main features of chdb-io/chdb are: Database Systems, Databases, Databases & Data.

What are some open-source alternatives to chdb-io/chdb?

Open-source alternatives to chdb-io/chdb include: dhamaniasad/awesome-postgres β€” This project is a curated directory of software, libraries, and resources designed to support the management,… mark-rushakoff/awesome-influxdb β€” A curated list of awesome projects, libraries, tools, etc. related to InfluxDB. dahlia/awesome-sqlalchemy β€” A curated list of awesome tools for SQLAlchemy. dgraph-io/badger β€” Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values.… etcd-io/bbolt β€” bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single… mgramin/awesome-db-tools β€” Everything that makes working with databases easier.

Open-source alternatives to Chdb

Similar open-source projects, ranked by how many features they share with Chdb.
  • dgraph-io/badgerdgraph-io avatar

    dgraph-io/badger

    15,666View on GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    View on GitHub↗15,666
  • dhamaniasad/awesome-postgresdhamaniasad avatar

    dhamaniasad/awesome-postgres

    11,955View on GitHub↗

    This project is a curated directory of software, libraries, and resources designed to support the management, monitoring, and deployment of PostgreSQL database environments. It functions as a structured index of community-supported tools, providing a centralized location for users to discover utilities that enhance database functionality and reliability. The directory organizes disparate database solutions into a logical hierarchy, covering areas such as graphical interfaces, backup and recovery utilities, and performance monitoring platforms. By categorizing these resources, it assists in th

    databasepostgrespostgresql
    View on GitHub↗11,955
  • dahlia/awesome-sqlalchemydahlia avatar

    dahlia/awesome-sqlalchemy

    3,047View on GitHub↗

    A curated list of awesome tools for SQLAlchemy

    Pythonawesomeawesome-listdatabases
    View on GitHub↗3,047
  • etcd-io/bboltetcd-io avatar

    etcd-io/bbolt

    9,573View on GitHub↗

    bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single memory-mapped file on disk, organizing information using B+ trees to facilitate sorted key iteration and efficient range queries. The project distinguishes itself through a hierarchical data organization model, allowing buckets to be nested within other buckets to create a tree-like structure. It employs a single-writer, multi-reader locking mechanism and copy-on-write transactions to ensure serializable isolation and data integrity. The system includes comprehensive data management capa

    Go
    View on GitHub↗9,573
See all 30 alternatives to Chdb→