coffer

KV store

ACID-compliant key-value database with support for transactions and high throughput

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.

GitHub

39 stars
5 watching
5 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
lotusdblabs/lotusdbAn optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance.2,094
akrylysov/pogrebAn embedded key-value store optimized for fast random lookups and infrequent bulk inserts.1,313
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
chainsafe/chaindbA high-performance key-value store implemented on top of BadgerDB20
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
tikv/tikvA distributed key-value database with ACID compliance and support for transactions and geo-replication.15,385
synrc/kvsA compact, distributed key-value store with support for polymorphic data and multiple backends.177
lucid-kv/lucidA high-performance key-value store with distributed capabilities and an HTTP API378
hotpotatoc/kvstoreAn experimental key-value store server compatible with the Redis protocol.17
oleiade/xk6-kvA key-value store extension for k6 that provides persistent storage and shared state management16
chrislusf/vastoA distributed key-value store with sharding and replication capabilities261
tidwall/buntdbAn embeddable key/value store with geospatial support and custom indexing for Go applications.4,599
hslam/raftdbA distributed key-value database system using the Raft consensus protocol4
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
koculu/zonetreeA fast and reliable key-value database for .NET applications378