Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 416 Bytes

MIT-6.824

Labs of MIT 6.824: Distributed Systems.

Lab 1 MapReduce

  • MapReduce input 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