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

GitHub

978 stars
72 watching
60 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists


Backlinks from these 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 751
google/leveldb A fast key-value storage library with ordered mapping from string keys to string values. 36,769
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. 171
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,599
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,313
yahoo/halodb A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. 509
peterbourgon/diskv A simple disk-backed key-value store with optional transformation of keys to paths on disk. 1,411
fogfish/dynamo A Go library providing a generic key-value abstraction to store data in AWS DynamoDB and S3 19