Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 585 Bytes

MIT_6.824-Distributed-System

The distributed system course learning material/course notes/code repo

Lab Code

Lab 1 MapReduce

  • MapReduce unput and output
  • Single-worker word count
  • Distributing MapReduce tasks
  • Handling worker failures
  • Inverted index generation

Lab 2 Raft

  • 2A
  • 2B
  • 2C

Lab 3 Fault-tolerant Key/Value Service

  • Key/value service without log compaction
  • Key/value service with log compaction

Lab 4 Shared Key/Value Service

  • he Shard Master
  • Sharded Key/Value Server