Skip to content

Sachit1137/elixir-Tapestry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing Tapestry Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages