rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
It passed a milestone this month, in the open-source world, by gaining 10,000 stars on GitHub.
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
Nienke Eijsvogel, Ruben van Baarle and Daan de Graaf recently ran Jepsen-style testing of rqlite. Their tests showed that rqlite maintains linearizability of record insertion and modification, provided strong read consistency is enabled. Check out the full results on GitHub.
I recently had the opportunity to talk distributed systems and rqlite at the Hacker Nights NYC Meetup. It was great chance to speak with some folks, and discuss rqlite, its design, and how it operates.
The presentation is available, as is a video recording of the talk.
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine and Raft for distributed consensus. Release 7.0 is out now and introduces the first wave of new Node Discovery and Automatic Clustering features.
Continue reading rqlite 7.0: Designing Node Discovery and Automatic Clustering
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
There have been a series of releases recently, which make deployment on Linux even easier, and significantly decrease the Docker footprint.
Continue reading rqlite: static linking and smaller Docker images