Skip to content

ryanbriones/erlang-dist-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make it work

erlc -o ebin src/*.erl
erl -pa ebin
> application:start(edk).
> edk_master:put(foo, "bar").
> edk_master:get(foo).

Todo

  • OTP Application/Supervisor setup. Automatically restarts downed node
  • Distribute keys over multiple nodes via consistent hashing
  • Handle downed store; consistent hashing algorithm redistributes key range to new node
  • Replication
  • Rebalance on downed node

About

Messing around with OTP and Distributed Stores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages