Skip to content

Dante-101/Distributed-KV--Helenus-

Repository files navigation

Distributed KV Database (Helenus)

A distributed key-value database which provides replication of stored data, robustness against failure of up to two replicas and information consistency levels of One, Quorum, and All.

It detected and disseminated member failures and joins in the group through gossip protocol.

It uses JSON for data serialization.

The program was created as a part of Distributed Systems course at UIUC.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages