graviton
Key-value store
A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage.
Graviton Database: ZFS for key-value stores.
420 stars
18 watching
26 forks
Language: Go
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,410 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
radareorg/sdb | A lightweight key-value store with basic data structure support and syntax sugar for JSON and arrays | 217 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
google/leveldb | A fast key-value storage library that provides an ordered mapping from string keys to string values | 36,620 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,582 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
danielealbano/cachegrand | A high-performance key-value store designed to optimize performance on modern hardware and support various data types | 977 |