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.