CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency. The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes. The database utilizes multi-ve
Embedded key-value store for read-heavy workloads written in Go
Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning
Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local metrics.
LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
Principalele funcționalități ale amit-davidson/libradb sunt: Database Engines, Database Systems.
Alternativele open-source pentru amit-davidson/libradb includ: aymanhs/nanotdb — Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local… chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… apache/couchdb — CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. claygod/coffer — Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without…