Skip to content

GianlucaBresolin/LeaderElectionErlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaderElectionErlang

A leader election implementation among a cluster of nodes in Erlang.

Concurrency is achieved through actors.

The leader election model is based on the Raft Consensus Algorithm (Raft paper).

Build:

$ rebar3 compile

To run a cluster of nodes with Docker:

$ docker build -t leaderelectionerlang .
$ docker-compose up --build

Erlang

About

A leader election implementation among a cluster of nodes in Erlang. Concurrency is achieved through actors. The leader election model is based on the Raft Consensus Algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors