Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 562 Bytes

Wrench

"A simple distributed database similar to Google's Spanner"

This application maintains 2 related files (GRADES.TXT and STATS.TXT), which are hosted on different machines, in sync with each other. Each file is replicated on multiple servers for high availability. Each replica of the file is also kept in sync with the others.

The aim of this application is to demonstrate the use of well-known distributed computing techniques such as Paxos, 2-phase commit and leader election.

Team Members

  • Hiranya Jayathilaka
  • Micheal Agun