rqlite v2.2.1 released with HTTPS, Basic Auth, and user permissions

download-arrowrqlite is a replicated relational database built on SQLite, with distributed consensus provided by the Raft consensus protocol. It gracefully handles leader election, and can tolerate machine failure.
Written in Go, v2.2.1 is out now.

Version 2.2.1 includes:

  • HTTPS API support, so clients can communicate securely with the cluster.
  • Basic access authentication support.
  • User-level permissions, allowing you to control access at the user-level.

The unit-test suite has also been significantly extended, so that basic cluster-level testing is now performed during every test run. The plan for the next release includes leader redirection and a fully-functional CLI.

Check out the code on github.

rqlite-design
A rqlite cluster fully replicates a SQLite database, via Raft consensus

 

Leave a Reply

Your email address will not be published. Required fields are marked *