Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 413 Bytes

Distributed-DB

Distributed database for networks course Broken down into 4 parts

  1. Creating key-store value with given operation:
  2. Create multi-threaded client server application
  3. Create a Peer node that can discover new nodes and create a fault-tolerant network
  4. The data should automatically be replicated, so there is never a single point of failure.

Implemented in 3 languages: C++, Java, Python