This is still a work in progress! This repository is only created for educational purposes (specifically, for my masters thesis).
This repository is created to provide a distributed in-memory database solution written in Java that uses the Bizur consensus algorithm (see paper at: https://arxiv.org/pdf/1702.04242.pdf)
The repository is divided into 4 main branches.
Please see the examples
branch to see the basic usage
of this distributed database.
To run the examples you need:
Checkout the examples
branch and in the main dir
compile with command:
$ mvn clean install
Import the code using your favourite IDE and use it as you wish.