moss
Key-value store
A fast and persistent key-value storage library written in Go
moss - a simple, fast, ordered, persistable, key-val storage library for golang
956 stars
72 watching
58 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
deepfabric/elasticell | A distributed NoSQL key-value storage system with strong consistency and reliability | 527 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
couchbase/goforestdb | Bindings for a NoSQL document store | 37 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
recoilme/pudge | A lightweight, efficient key-value store written in Go using standard library functions | 371 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
fogfish/dynamo | A library providing a key-value abstraction for storing data in AWS DynamoDB and S3 with type-safe Golang structs | 19 |