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.