ZoneTree
Key-value store
A fast and reliable key-value database for .NET applications
ZoneTree is a persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET. It operates seamlessly both in-memory and on local/cloud storage, making it an ideal choice for a wide range of applications requiring efficient data management.
378 stars
7 watching
32 forks
Language: C#
last commit: about 1 month ago
Linked from 2 awesome lists
atomicitybinary-treecloud-diskconcurrency-controlconcurrentconsistencydatabasedurabilityisolationiteratorkey-value-databasekey-value-storelibrarylinuxlsm-treemicroservicesmulti-threadedpersistencerecoverabletransactional
Related projects:
Repository | Description | Stars |
---|---|---|
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
abbasnaqdi/reactor | A key-value store for Android applications | 38 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 537 |
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 419 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,178 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,094 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,313 |