项目作者: tkhskt

项目描述 :
Chord algorithm on Elixir
高级语言: Elixir
项目地址: git://github.com/tkhskt/Elixir-Chord.git
创建时间: 2017-07-05T13:24:37Z
项目社区:https://github.com/tkhskt/Elixir-Chord

开源协议:

下载


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:

  1. def deps do
  2. [{:chord_dht, "~> 0.1.0"}]
  3. end

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