https://github.com/nugine/epkv
An experimental distributed key-value database using EPaxos protocol
https://github.com/nugine/epkv
Last synced: 18 days ago
JSON representation
An experimental distributed key-value database using EPaxos protocol
- Host: GitHub
- URL: https://github.com/nugine/epkv
- Owner: Nugine
- License: apache-2.0
- Created: 2022-01-02T09:11:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T09:02:07.000Z (28 days ago)
- Last Synced: 2025-04-01T10:22:06.706Z (28 days ago)
- Language: Rust
- Homepage:
- Size: 1.2 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epkv
An experimental distributed key-value database using EPaxos protocol.
epkv uses a modified version of epaxos protocol for distributed consensus. A detailed explanation is coming soon.
## Architecture
