From 234fbb80a7f573d6e4f39009204ac0c3a74acce6 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 5 Jan 2020 21:17:27 -0500 Subject: [PATCH] Update DESIGN.md --- DOC/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC/DESIGN.md b/DOC/DESIGN.md index ab0d5d55..1f0e3320 100644 --- a/DOC/DESIGN.md +++ b/DOC/DESIGN.md @@ -1,7 +1,7 @@ # rqlite You can find details on the design and implementation of rqlite from [these blog posts](http://www.philipotoole.com/tag/rqlite/). -The design and implementation of rqlite was also discussed at the [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). +The design and implementation of rqlite was also discussed at the [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). A similar talk was given to the University of Pittsburgh in April 2018. Those slides are [here](https://docs.google.com/presentation/d/1lSNrZJUbAGD-ZsfD8B6_VPLVjq5zb7SlJMzDblq2yzU/edit?usp=sharing) ## Node design The diagram below shows a high-level view of an rqlite node.