Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 759 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 759 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


For the Java portion

Application documentation
Node discovery Explanation