This project is a implementation of distributed, sharded, replicated KV storage system
which supports Put
, Append
, and Get
operations and provides linearizability.
paxos
and paxosrsm
implemented the paxos protocol and a replicated state machine(RSM) based on paxos.
shardmaster
implemented a replicated shard master server managing the replica groups of servers, handling died and joined servers and doing the load-balancing among groups.
shardkv
implemented a shard server operating as part of a replica group, in which every server can serve concurrent requests.
The shardmaster
provides a distributed hash table. Each replica group will be responsible for several shards. The whole system is fault-tolerant as long as the majority of a replica group or shard masters lives.
-
Notifications
You must be signed in to change notification settings - Fork 0
A implementation of distributed, sharded, replicated KV storage system
License
dywsjtu/Sharded-KV-Storage-Based-On-Paxos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A implementation of distributed, sharded, replicated KV storage system
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published