https://github.com/lionleaf/dist-kv-store
A paxos-based distributed, sharded and persistent key-value store in Go
https://github.com/lionleaf/dist-kv-store
Last synced: over 1 year ago
JSON representation
A paxos-based distributed, sharded and persistent key-value store in Go
- Host: GitHub
- URL: https://github.com/lionleaf/dist-kv-store
- Owner: lionleaf
- Created: 2015-10-23T13:06:41.000Z (almost 11 years ago)
- Default Branch: implementation
- Last Pushed: 2017-10-31T20:22:03.000Z (over 8 years ago)
- Last Synced: 2025-03-17T14:52:50.225Z (over 1 year ago)
- Language: Go
- Size: 1.47 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A paxos-based distributed, sharded and persistent key-value store in Go.
Built at MIT for the course 6.824