rqlite reaches 1 million Docker downloads
rqlite is a lightweight, open-source, fault-tolerant database built on SQLite and Raft. It’s a reached a new milestone this week – 1 million Docker downloads.
Software engineering, distributed systems, databases, and the teams that build them
Software engineering, distributed systems, databases, and the teams that build them
rqlite is a lightweight, open-source, fault-tolerant database built on SQLite and Raft. It’s a reached a new milestone this week – 1 million Docker downloads.
rqlite is a lightweight, open-source, distributed relational database built on SQLite and Raft. Versions 9.3.1 through 9.3.4 deliver a set of targeted fixes and internal improvements, most of them aimed at code quality, security posture, and correctness. The only user-facing…
rqlite is a lightweight, open-source distributed relational database implemented in Go, and which uses SQLite as its storage engine. Release v8.29.0 bakes more SQLite extensions into the Docker image, as well as improving extension management generally.
rqlite is a lightweight, open-source distributed relational database implemented in Go, and which uses SQLite as its storage engine. With the release of rqlite 8.28.3, working with SQLite extensions in a Docker environment has become even more straightforward.
rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine. Release v8.24.9 is the first release that comes with multi-platform Docker support. You can now pull a Docker image for 386, ARM, and…
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.
I finally got around to creating the first Docker image for rqlite, the lightweight distributed, relational database built on SQLite. It was pretty straightforward, once I took a look at how Vault and InfluxDB create their respective images. The image…