store
Key-value store
A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes.
The DB that's replicated, sharded and transactional.
176 stars
23 watching
22 forks
Language: Scala
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance key-value store designed for concurrent access and visualization. | 537 |
| A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
| A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
| A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,178 |
| A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
| A distributed key-value store with sharding and replication capabilities | 261 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| An embeddable key-value store with fast read performance and compact storage size | 939 |
| A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
| A fast and reliable key-value database for .NET applications | 378 |
| An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 138 |
| A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
| A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
| A distributed key-value store server written in Go that provides a simple and scalable way to manage data across multiple nodes. | 236 |