rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
Tag Archives: rqlite
New Helm support for rqlite
rqlite is a lightweight, open-source, distributed relational database utilizing SQLite as its storage engine. Thanks to Jason Tackaberry, there are new Helm Charts for rqlite.
Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. rqlite already integrates really well with Kubernetes and Helm support makes it even easier to manage your rqlite deployment.
rqlite 8.14.0 released
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
8.14.0 improves Raft snapshotting control, as well as enables Automatic Clustering support for read-only nodes.
rqlite 8.13.4 released
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
8.13.4 improves security and adds control for Server Name, which makes it easier to deploy and manage clusters running mutual TLS.
Talking rqlite on the Contributor podcast
I recently had the opportunity to discuss rqlite, open-source, and distributed systems with Eric Anderson of Scale. It was great to be part of Eric’s series of podcasts on open-source software, modern software development, and where the industry is going.
Check out the podcast on contributor.fyi.
rqlite 8.10.0 – load large SQLite datasets fast
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine.
Release v8.10.0 introduces a new, high-performance, initialize-from-SQLite option. Known as Boot loading, it allows an rqlite node to be loaded with large (multi-GB) datasets, with the time taken to boot the node determined only by disk performance.
rqlite 8.0: Large Dataset Support and Core Feature Upgrades
rqlite is a lightweight, easy-to-use, open-source, distributed relational database. It’s written in Go and uses SQLite as its storage engine.
Release 8.0 is out now and brings substantial advancements to its handling of large data sets. It also adds many new features, and brings improvements in simplicity and operation — all the while maintaining rqlite’s focus on robustness and quality.
Continue reading rqlite 8.0: Large Dataset Support and Core Feature Upgrades
rqlite client libraries
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
I’ve added a listing of known client libraries to rqlite.io, hopefully developers will find them useful.
rqlite reaches 14,000 stars on GitHub
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
It passed another milestone this month in the open-source world, by passing 14,000 stars on GitHub — and just in time for GopherCon 2023!
On the way to rqlite 8.0
rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine.
Development for the 8.0 release has started, and should be an important release.