From fcc361396fecbd7b2b662249170fcc62708c0bf1 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 26 Apr 2016 16:22:21 -0700 Subject: [PATCH] Remove link to blog posts --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6aeba8d9..c607b1ff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ rqlite [![Circle CI](https://circleci.com/gh/rqlite/rqlite/tree/master.svg?style=svg)](https://circleci.com/gh/rqlite/rqlite/tree/master) [![GoDoc](https://godoc.org/github.com/rqlite/rqlite?status.svg)](https://godoc.org/github.com/rqlite/rqlite) [![Release](https://img.shields.io/github/release/rqlite/rqlite.svg)](https://github.com/rqlite/rqlite/releases) ====== - -*Detailed background on rqlite can be found on [these blog posts](http://www.philipotoole.com/tag/rqlite/)*. - *rqlite* is a distributed relational database, which uses [SQLite](https://www.sqlite.org/) as its storage engine. rqlite is written in [Go](http://golang.org/) and uses [Raft](http://raftconsensus.github.io/) to achieve consensus across all the instances of the SQLite databases. rqlite ensures that every change made to the database is made to a quorum of SQLite files, or none at all. ### Why?