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.

GitHub

373 stars
7 watching
32 forks
Language: C#
last commit: 7 days ago
Linked from 2 awesome lists

atomicitybinary-treecloud-diskconcurrency-controlconcurrentconsistencydatabasedurabilityisolationiteratorkey-value-databasekey-value-storelibrarylinuxlsm-treemicroservicesmulti-threadedpersistencerecoverabletransactional

Backlinks from these awesome lists:

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. 177
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. 535
deroproject/graviton A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. 420
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. 22
yahoo/halodb A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. 507
spotify/sparkey A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. 1,179
lotusdblabs/lotusdb An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. 2,080
hotpotatoc/kvstore An experimental key-value store server compatible with the Redis protocol. 17
google/leveldb A fast key-value storage library written at Google providing an ordered mapping from string keys to string values 36,564
philippgille/gokv Provides a unified interface to various key-value store and caching solutions for Go programming language 746
bobris/btdb A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. 137
akrylysov/pogreb An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. 1,312