Search code examples
erlanghashtabledistributed-cachingriak

erlang: Distributed Hash Table?


Are there any Distributed Hash Table implementations in Erlang? I searched the web and found a number of research papers but I did not find a mature implementation.


Solution

  • Riak is quite mature and mostly implemented in Erlang. It's a bit more than just a DHT.