Skip to content
forked from xinyisu79/6.824

Implementation for MIT 6.824 Distributed System

Notifications You must be signed in to change notification settings

yidongnan/6.824

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation for MIT 6.824, Distributed System, 2014 spring.

Distributed System is tricky... a lots of corner cases, correct and good design is not easy.

  • Lab 1: mapreduce, get familiar with golang.
  • Lab 2: primary/backup key/value service, configuration is changed called view.
  • Lab 3: paxos and paxos based key/value service.
  • Lab 4: sharded paxos based key/value service.

About

Implementation for MIT 6.824 Distributed System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 99.0%
  • Other 1.0%