Skip to content

Instantly share code, notes, and snippets.

@nandajavarma
Last active October 21, 2018 12:37
Show Gist options
  • Save nandajavarma/c57fe55e7786b4a3218a15252c358183 to your computer and use it in GitHub Desktop.
Save nandajavarma/c57fe55e7786b4a3218a15252c358183 to your computer and use it in GitHub Desktop.
DHT spec research
I am just noting down the things from my research here
Kademlia DHT
* Assumption is that the data to be shared in each system is available as a file.
In the case of PeARS this would be a CSV file produced by the orchard.
* In a classical DHT there will be a Uniform ID space for the files and for the
Machines and then we have a mapping between these. But in our case this is not
an option since we do not really know the ID space for the files itself during the searching step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment