From 36aa2b41e34c014c3f8c536f14976db804838d53 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 7 Sep 2014 23:20:48 -0700 Subject: [PATCH] Add Distributed Systems section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c02253e..48f1b5b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Database](#database) - [Database Drivers](#database-drivers) - [Date & Time](#date--time) + - [Distributed Systems](#distributed-systems) - [Email](#email) - [Embeddable Scripting Languages](#embeddable-scripting-languages) - [Forms](#forms) @@ -143,6 +144,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. +## Distributed Systems + +*Packages that help with building Distributed Systems.* + +* [goraft](https://github.com/goraft/raft) - A Go implementation of the Raft distributed consensus protocol. +* [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. + ## Email