/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

benjamincongdon.me
| | chelseatroy.com
2.0 parsecs away

Travel
| | In December, I took a course in which we attempted to implement the Raft distributed consensus algorithm fromthis paper. Parts 1-5 of this series share insights from the course. From then on, I'm guiding you through my continued work implementing Raft "for fun" (I know. I don't understand me, either). Here's where you can see...
| | eli.thegreenplace.net
2.2 parsecs away

Travel
| | [AI summary] An introductory post from a blog series detailing the implementation of the Raft distributed consensus algorithm in the Go programming language.
| | speakerdeck.com
2.0 parsecs away

Travel
| | An introduction to Raft and its implementation in java, Barge.
| | philipotoole.com
21.3 parsecs away

Travel
| rqliteis a lightweight, user-friendly, open-source, distributed relational database. It's written inGoand usesSQLiteas its storage engine. When it comes to distributed systems the CAP theorem is an essential concept. It states that it's impossible for a distributed database to simultaneously provide Consistency, Availability, and Partition tolerance. The challenge is in the face of a network partition,...