Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhow09/mit-6.824
labs of mit-6.824 Distributed Systems
https://github.com/hhow09/mit-6.824
distributed-systems
Last synced: 15 days ago
JSON representation
labs of mit-6.824 Distributed Systems
- Host: GitHub
- URL: https://github.com/hhow09/mit-6.824
- Owner: hhow09
- Created: 2024-07-27T15:46:34.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:43:38.000Z (4 months ago)
- Last Synced: 2024-09-07T16:12:47.037Z (4 months ago)
- Topics: distributed-systems
- Language: Go
- Homepage: http://nil.csail.mit.edu/6.824/2021/
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIT-6.824 Distributed Systems
- http://nil.csail.mit.edu/6.824/2021/index.htmlmy records of implementing course labs
## Labs
- [x] [Lab 1: MapReduce](./src/mr)
- [x] [Lab 2: Raft](./src/raft/)
- [x] [Lab 3: Lab 3: Fault-tolerant Key/Value Service](./src/kvraft/)
- [ ] Lab 4: Sharded Key/Value Service
- [x] [Part A: The Shard controller](./src/shardctrler/)
- [ ] [Part B: Sharded Key/Value Server](./src/shardkv/)