https://github.com/polaris/hammurabi
A distributed key-value store based on the Raft consensus algorithm written in C++
https://github.com/polaris/hammurabi
Last synced: 4 months ago
JSON representation
A distributed key-value store based on the Raft consensus algorithm written in C++
- Host: GitHub
- URL: https://github.com/polaris/hammurabi
- Owner: polaris
- License: mit
- Created: 2019-02-24T20:06:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T20:11:09.000Z (over 5 years ago)
- Last Synced: 2025-01-13T02:12:23.940Z (6 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hammurabi
A distributed key-value store based on the Raft consensus algorithm written in C++