pudge
key-value store
A lightweight, efficient key-value store written in Go using standard library functions
Fast and simple key/value store written using Go's standard library
371 stars
14 watching
35 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,179 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
mosuka/cete | A distributed key-value store server written in Go that provides a simple and scalable way to manage data across multiple nodes. | 235 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
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 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |