Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ejunjsh/6.824-golabs-2022
- Owner: ejunjsh
- License: mit
- Created: 2022-08-11T02:41:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T16:29:55.000Z (about 2 years ago)
- Last Synced: 2024-11-07T19:47:53.505Z (about 2 months ago)
- Topics: mit-6-824, raft
- Language: Go
- Homepage:
- Size: 2.52 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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