https://github.com/lionleaf/mit-distsys
A distributed, sharded and persistent key-value store in Go
https://github.com/lionleaf/mit-distsys
Last synced: over 1 year ago
JSON representation
A distributed, sharded and persistent key-value store in Go
- Host: GitHub
- URL: https://github.com/lionleaf/mit-distsys
- Owner: lionleaf
- Created: 2015-02-07T21:20:02.000Z (over 11 years ago)
- Default Branch: solution
- Last Pushed: 2015-10-19T18:53:06.000Z (almost 11 years ago)
- Last Synced: 2025-04-03T14:46:14.483Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My LAB from 6.824 at MIT.
Completed during spring 2015 term.
The exercise text can be found here: https://pdos.csail.mit.edu/6.824/
The framework we got can be found in the master branch.