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.
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
SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable database for storing and querying fine-grained authorization relationships, implementing a consistency model inspired by Google Zanzibar to manage access rights across large-scale applications. The system uses a dedicated schema language to define the rules and logic governing how relationships translate into permissions independently of application code. It functions as a pluggable authorization engine that persists relationship tuples in external relational databases such as Postgr
An Embedded NoSQL, Transactional Database Engine
The main features of symisc/unqlite are: Database Systems, Databases, Storage and Filesystems.
Open-source alternatives to symisc/unqlite include: apache/incubator-kvrocks — Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to… chdb-io/chdb — chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse. 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. authzed/spicedb — SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable… chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption.