From c37bcd6a8e1bc518fa7705356e634bfb887d8d83 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 26 Apr 2016 16:47:27 -0700 Subject: [PATCH] Update DESIGN.md --- DESIGN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESIGN.md b/DESIGN.md index 56998b89..55c05c20 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -1,6 +1,8 @@ # rqlite You can find details on the design and implementation of rqlite from [these blog posts](http://www.philipotoole.com/tag/rqlite/). +rqlite was also discussed at th [GoSF](http://www.meetup.com/golangsf/) [April 2016](http://www.meetup.com/golangsf/events/230127735/) Meetup. You can find the slides [here](http://www.slideshare.net/PhilipOToole/rqlite-replicating-sqlite-via-raft-consensu). + ## Node design The diagram below shows a high-level view of a rqlite node.