Skip to content

tkhskt/Elixir-Chord

Repository files navigation

Elixir-Chord

DHT(Chord) Algorithm on Elixir

Require

  • PostgreSQL

Usage

$ mix compile

then

$ mix run -e 'ChordDht.init'

Subject

  • Successor List
  • Finger Table
  • Parallelize Stabilize and Join

Installation

If available in Hex, the package can be installed by adding chord_dht to your list of dependencies in mix.exs:

def deps do
  [{:chord_dht, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/chord_dht.

Releases

No releases published

Packages

No packages published