moss - a simple, fast, ordered, persistable, key-val storage library for golang
Les fonctionnalités principales de couchbase/moss sont : Database Engines, Database Systems, Bases de données.
Les alternatives open-source à couchbase/moss incluent : claygod/coffer — Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without… codenotary/immudb — immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… covenantsql/covenantsql — A decentralized, trusted, high performance, SQL database with blockchain features.
A distributed key-value store. On Disk. Able to grow or shrink without service interruption.
Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID properties of the database. The database provides the ability to create record headers at own discretion and use them as transactions. The maximum size of stored data is limited by the size of the computer's RAM.
Embedded key-value store for read-heavy workloads written in Go
Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through