Skip to content

implement Raft algorithm and build a sharding kv-store application on top of Raft

Notifications You must be signed in to change notification settings

haigouhhhh/MIT-6.824-Distributed-System-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

distributed system

this repo contains all lab work of MIT 6.824 distributed systems. In the lab work, assignments cover topics of MapReduce, Raft, Distributed KV store

update:

  • 2017-05-07 implement shard kv with sharding master
  • 2017-03-30 implement a KV storage application on top of Raft, and implement snapshot
  • 2017-03-06 implement Raft log replication
  • 2017-03-02 add impletation of Raft Leader Election and HeartBeat

About

implement Raft algorithm and build a sharding kv-store application on top of Raft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages