BTDB
Key Value Database
A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions.
Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more
137 stars
25 watching
42 forks
Language: C#
last commit: 15 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
vitalvas/vxdb | An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data | 20 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
andris9/jstorage | A lightweight JavaScript key-value store for local browser storage and pub/sub messaging. | 1,537 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |