Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 569 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 569 Bytes

Implementation of Distributed System Applications using Python3 language:

  • Cassandra Key-Value Store with configurable consistency using Google Protocol Buffer messaging protocol.
  • Distributed Banking application using Chandy Lamport Global Snapshot Algorithm and Google Protocol Buffer messaging protocol.
  • Chord Distributed Hash Table using Apache Thrift Interface Definition Language.
  • HTTP Server supporting Multithreading.