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: about 2 months 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. | 537 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
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 | 751 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
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 | 978 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |