A curated list of the best resources in the Cassandra community.
Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with
Embedded key-value store for read-heavy workloads written in Go
chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
The main features of srombauts/sqlitecpp are: Database Systems, Databases, Developer Tools and Utilities.
Open-source alternatives to srombauts/sqlitecpp include: apache/incubator-kvrocks — Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to… chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. anant/awesome-cassandra — A curated list of the best resources in the Cassandra community. chdb-io/chdb — chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse. chroma-core/chroma — Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for…