75

Release v4.2.0 · rqlite/rqlite · GitHub

 6 years ago
source link: https://github.com/rqlite/rqlite/releases/tag/v4.2.0
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

v4.2.0

@otoolepotoolep

released this

Oct 19, 2017
· 1823 commits to master since this release

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for critical relational data.

Release 4.2.0 includes vendoring of the Raft consensus module, and moves the build to Go 1.9. See the CHANGELOG for full details. And if you wish to build rqlite from source, check out this documentation.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

Linux

To download and start rqlite on Linux, execute the following in a shell.

curl -L https://github.com/rqlite/rqlite/releases/download/v4.2.0/rqlite-v4.2.0-linux-amd64.tar.gz -o rqlite-v4.2.0-linux-amd64.tar.gz
tar xvfz rqlite-v4.2.0-linux-amd64.tar.gz
cd rqlite-v4.2.0-linux-amd64
./rqlited ~/node.1

To download and start rqlite on OSX, execute the following in a shell.

curl -L https://github.com/rqlite/rqlite/releases/download/v4.2.0/rqlite-v4.2.0-darwin-amd64.tar.gz -o rqlite-v4.2.0-darwin-amd64.tar.gz
tar xvfz rqlite-v4.2.0-darwin-amd64.tar.gz
cd rqlite-v4.2.0-darwin-amd64
./rqlite ~/node.1

Windows

rqlite can be built for Windows, and compatibility is ensured at all times via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from appveyor. Check out the CI build for Windows for more details.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK