telegraf/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb
Cameron Sparr 4e3213f3bd godep: vendor all dependencies & add circle-test.sh
Vendor dependencies and use circle-test.sh to run CI process, because
the CircleCI autobuild operations are not compatible with using godep.
2015-08-17 17:38:44 -06:00
..
LICENSE godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00
README.md godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00
bench_test.go godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00
bolt_store.go godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00
bolt_store_test.go godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00
util.go godep: vendor all dependencies & add circle-test.sh 2015-08-17 17:38:44 -06:00

README.md

raft-boltdb

This repository provides the raftboltdb package. The package exports the BoltStore which is an implementation of both a LogStore and StableStore.

It is meant to be used as a backend for the raft package here.

This implementation uses BoltDB. BoltDB is a simple key/value store implemented in pure Go, and inspired by LMDB.