hunterchenh / mit6.824

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT6.824分布式系统

6.824 Schedule: Spring 2022 课程的四个lab已经全部完成,并进行了文档记录:

  • Lab01-MapReduce
  • Lab02-Raft:
    • Part 2A(leader election)
    • Part 2B(log replication)
    • Part 2C(persistence)
    • Part 2D(log compaction)
  • Lab03-Fault-tolerant KV Service:
    • Part 3A(Key/value service without snapshots)
    • Part 3B(Key/value service with snapshots)
  • Lab03-Shard Sharded KV Service:
    • Part 4A(The Shard controller)
    • Part 4A(Sharded Key/Value Server)

相关资料:

About


Languages

Language:Go 96.6%Language:Shell 3.4%