/raft-kv-store

Distributed and strongly consistent in-memory key-value store using the RAFT algorithm

Primary LanguageErlangGNU General Public License v3.0GPL-3.0

raft-kv-store

Final project for the course in Distributed Systems and Middleware Technologies @ University of Pisa.

Overview

The goal of the project is to implement a distributed and strongly consistent in-memory key-value store using the RAFT algorithm for consensus.

Dependencies

  • Erlang OTP 23
  • Java 8
  • Glassfish 5.1.0

Authors

  • Ahmed Abdulwahed
  • Mohamed Kaoula
  • Mirko Laruina
  • Riccardo Mancini