Skip to content

poolmaster/distributed-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

distributed-system

Implementation of a distributed system in Go for MIT 6.824

  • MapReduce
    • Map/Reduce input and output, Word count, Distributing tasks, Handling worker failures
  • Raft
    • Leader Election, HeartBeat, Log Replication, Persistence Support
  • Fault-tolerant Key/Value Service
    • key-value storage working. implementing log compaction
  • Sharded Key/Value Service

Releases

No releases published

Packages

No packages published

Languages