mboysan / jbizur

An implementation of the Bizur consensus algorithm in java
MIT License
0 stars 2 forks source link

Build Status Quality Gate Status

Disclaimer

This is still a work in progress! This repository is only created for educational purposes (specifically, for my masters thesis).

Introduction

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)

Description

The repository is divided into 4 main branches.

Where to Start

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.

Notes and TODO