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.
chDB is an in-process OLAP SQL Engine π powered by ClickHouse
The main features of chdb-io/chdb are: Database Systems, Databases, Databases & Data.
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.
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
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
A curated list of awesome tools for SQLAlchemy
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