An open API service indexing awesome lists of open source software.

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

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

![replica](docs/architecture/replica.svg)