Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 637 Bytes

Tapestry Algorithm

Tapestry is a decentralized distributed system. It is an overlay network that implements simple key-based routing. Each node serves as both an object store and a router that applications can contact to obtain objects. In a Tapestry network, objects are “published” at nodes, and once an object has been successfully published, it is possible for any other node in the network to find the location at which that object is published.

Steps to run the program:-

  1. Download the file and unzip it

  2. Run the command: mix run project3.exs 1000 1

  3. For bonus part run the command: mix run project3.exs 1000 1 3