I’ve started a new Java client for rqlite, the lightweight distributed relational database, build on SQLite. I’m using Eclipse as my IDE and it’s working well so far.
You can check out the source on Github here.
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. v4.0.1 is now out. This release includes some minor bug fixes.
You can download the release from GitHub.
A Google Group for rqlite discussions has been created. This should be a faster way to learn more about the uses, design, and implementation of rqlite.
Check it out here.
I’ve started experimenting with Go and gRPC. To that end I’ve written a simple service that accepts connections from gRPC clients, allowing those clients to send queries to PostgreSQL.
So far it’s been pretty straightforward. You can check out the code on GitHub.
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. It’s been over a year since the last major release and v4.0.0 is now available.
Continue reading rqlite now available with node-to-node encryption
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. v3.14.0 is now out. This release is the first built with Go 1.8.
You can download the release from GitHub.
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 size is rather large at 97MB, but that can probably be improved with a base image other than Ubuntu.
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. v3.13.0 is now out. This release includes minor enhancements and a couple of bug fixes.
You can download the release from GitHub.
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. v3.12.1 has been released. This release includes integration with a new Discovery Service, allowing nodes to automatically connect and form a cluster. This can be very convenient, allowing clusters to be dynamically created.
You can download the release from GitHub.
rqlite is a lightweight, open-source distributed relational database, with SQLite as its storage engine. v3.10.0 has been released. This release includes some minor configuration control and logging enhancements.
You can download the release from GitHub.