Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ejunjsh/6.824-golabs-2022

raft practice on mit 6.824 2022 lab
https://github.com/ejunjsh/6.824-golabs-2022

mit-6-824 raft

Last synced: 7 days ago
JSON representation

raft practice on mit 6.824 2022 lab

Awesome Lists containing this project

README

        

# 6.824-golabs-2022

http://nil.csail.mit.edu/6.824/2022/

## progress

- [x] [lab1 mr](http://nil.csail.mit.edu/6.824/2022/labs/lab-mr.html)
- [x] [lab2 raft](http://nil.csail.mit.edu/6.824/2022/labs/lab-raft.html)
- [x] 2A leader election
- [x] 2B log
- [x] 2C persistence
- [x] 2D log compaction
- [x] [lab3 kvraft](http://nil.csail.mit.edu/6.824/2022/labs/lab-kvraft.html)
- [x] 3A Key/value service without snapshots
- [x] 3B log compaction
- [x] [lab4 shardkv](http://nil.csail.mit.edu/6.824/2022/labs/lab-shard.html)
- [x] 4A The Shard controller
- [x] 4B Sharded Key/Value Server
- [x] challenge1 shard deletion
- [x] challenge2 unaffected shard access
- [x] challenge3 partial migration shard access