LibraDB
Key-value store
A simple key-value store implemented in Go for learning purposes and providing a basic database example.
LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
169 stars
5 watching
22 forks
Language: Go
last commit: 7 months ago
Linked from 1 awesome list
data-structuresdatabasegogolang
Related projects:
Repository | Description | Stars |
---|---|---|
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
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 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 420 |
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 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
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 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |