k-bucket
Distributed storage
An implementation of a storage mechanism within a decentralized distributed system
Kademlia DHT K-bucket implementation as a binary tree
156 stars
11 watching
26 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 2 awesome lists
dht
Related projects:
Repository | Description | Stars |
---|---|---|
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
nikhilm/kademlia | A distributed data store implementation using a Kademlia DHT (Distributed Hash Table) network | 142 |
max-mapper/dhtkv | A CLI tool for storing arbitrary key-value data in the bittorrent DHT | 63 |
libp2p/go-libp2p-kad-dht | An implementation of the Kademlia DHT specification for peer-to-peer networking in Go. | 529 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
hslam/raftdb | A distributed key-value database system using the Raft consensus protocol | 4 |
krestenkrab/hanoidb | An Erlang-based indexed key/value storage engine with log-structured merge tree and efficient range queries | 306 |
flike/kingbus | A distributed system for storing and replicating MySQL binlog files | 888 |
jech/dht | A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 699 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
damsl/k3 | Builds large-scale data systems by separating design and implementation concerns with a high-level, declarative language framework. | 15 |
jboner/akka-crdt | An eventually consistent, distributed database using CRDTs and Akka Cluster | 227 |
holepunchto/hyperdrive | A distributed file system with real-time access and secure data storage | 1,868 |
mafintosh/hyperdht | A peer-to-peer distributed hash table implementation with support for discovery and hole punching | 95 |