6 ms·
Here's the raft algorithm we chatted about: https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf https://ramcloud.stanford.edu/wiki/downlo
by Donch 13y ago
Here's the raft algorithm we chatted about:
https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf https://ramcloud.stanford.edu/wiki/download/attachments/1137...
And an implementation:
https://github.com/goraft/raft https://github.com/goraft/raft
Decentralised conversations :)
- frabcus 13y agoWow! That looks very interesting
- infocollector 13y agoHere is another project in the same spirit: https://register.blib.us https://register.blib.us
- frabcus 13y agoDo you know who the best person we can interview about this is? Looks really interesting / important.
- JulianMorrison 13y agoRaft isn't for "decentralized" exactly, because it relies on knowing the number and identities of participants (and deliberately stops being able to commit updates when the number falls below a quorum). It's "no single point of failure" but the algorithm implies a sysadmin in control.