On Fri, May 10, 2019 at 4:40 AM Warren Young <war...@etr-usa.com> wrote:

> Bedrock is based in part on the Paxos algorithm, another major advance in
> distributed computing, and another of Leslie Lamport’s brainchildren:
>
>     https://en.wikipedia.org/wiki/Paxos_(computer_science)


In the same vein, there's also Raft [1] (Raft is a consensus algorithm
designed as an alternative to Paxos)
which is used by RQLite [2] (The lightweight, distributed relational
database built on SQLite). FWIW, --DD

[1] https://en.wikipedia.org/wiki/Raft_(computer_science)
[2] https://github.com/rqlite/rqlite
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to