Download Latest Version summitdb-0.4.0-darwin-amd64.zip (4.9 MB)
Email in envelope

Get an email when there's a new version of SummitDB

Home / 0.2.2
Name Modified Size InfoDownloads / Week
Parent folder
summitdb-0.2.2-darwin-amd64.zip 2016-10-19 4.9 MB
summitdb-0.2.2-freebsd-amd64.zip 2016-10-19 4.9 MB
summitdb-0.2.2-linux-amd64.tar.gz 2016-10-19 4.9 MB
summitdb-0.2.2-windows-amd64.zip 2016-10-19 4.8 MB
0.2.2.tar.gz 2016-10-19 3.4 MB
0.2.2.zip 2016-10-19 3.6 MB
README.md 2016-10-19 2.0 kB
Totals: 7 Items   26.5 MB 0

SummitDB

SummitDB is an in-memory, NoSQL key/value database. It persists to disk, uses the Raft consensus algorithm, is ACID compliant, and built on a transactional and strongly-consistent model. It supports custom indexes, geospatial data, JSON documents, and user-defined JS scripting.

You can find detailed documentation at github.com/tidwall/summitdb.

Change Log

[0.2.2] - 2016-10-17

Added

  • Added BACKUP command
  • Added RAFTPEERS command
  • Added FENCE command

Getting Started

OS X

To get started on OSX run the following in a terminal:

:::sh
curl -L  https://github.com/tidwall/summitdb/releases/download/0.2.2/summitdb-0.2.2-darwin-amd64.zip -o summitdb-0.2.2-darwin-amd64.zip
unzip summitdb-0.2.2-darwin-amd64.zip
cd summitdb-0.2.2-darwin-amd64
./summitdb-server

Linux

To get started on Linux run the following in a terminal:

:::sh
curl -L  https://github.com/tidwall/summitdb/releases/download/0.2.2/summitdb-0.2.2-linux-amd64.tar.gz -o summitdb-0.2.2-linux-amd64.tar.gz
tar xzvf summitdb-0.2.2-linux-amd64.tar.gz
cd summitdb-0.2.2-linux-amd64
./summitdb-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

:::sh
curl -L  https://github.com/tidwall/summitdb/releases/download/0.2.2/summitdb-0.2.2-freebsd-amd64.tar.gz -o summitdb-0.2.2-freebsd-amd64.tar.gz
tar xzvf summitdb-0.2.2-freebsd-amd64.tar.gz
cd summitdb-0.2.2-freebsd-amd64
./summitdb-server
Source: README.md, updated 2016-10-19