Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 420 Bytes

6.824

Labs for MIT 6.824 Distributed Systems 2021.

  • Lab 1: MapReduce
  • Lab 2: Raft
    • 2A: Leader election
    • 2B: Log
    • 2C: Persistence
    • 2D: Log compaction
  • Lab 3: Fault-tolerant Key/Value Service
    • 3A: Key/value service without snapshots
    • 3B: Key/value service with snapshots
  • Lab 4: Sharded Key/Value Service