vxdb
Key-value store
An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data
Simple schema-less Key-Value NoSQL database with simplest API interface
20 stars
4 watching
6 forks
Language: Go
last commit: 26 days ago databasekey-valuekey-value-databasekey-value-store
Related projects:
Repository | Description | Stars |
---|---|---|
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
bobris/btdb | A C# implementation of a key-value store with advanced features like transactions and compression, along with tools for dynamic IL generation and object database management. | 137 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
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 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
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 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |