aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Voigt <joyrexus@gmail.com>2015-09-21 13:31:50 -0500
committerJason Voigt <joyrexus@gmail.com>2015-09-21 13:31:50 -0500
commit130d6c5d98b63802bd2be83e7c04cada73836f4c (patch)
tree4d64f35f2d6fba89a4be48371bc7dfceedbf8f04
parentMerge pull request #418 from benbjohnson/revert-arm64 (diff)
downloaddedo-130d6c5d98b63802bd2be83e7c04cada73836f4c.tar.gz
dedo-130d6c5d98b63802bd2be83e7c04cada73836f4c.tar.xz
add stow and buckets to projects list
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00fad6a..3c9e465 100644
--- a/README.md
+++ b/README.md
@@ -617,5 +617,9 @@ Below is a list of public, open source projects that use Bolt:
* [Consul](https://github.com/hashicorp/consul) - Consul is service discovery and configuration made easy. Distributed, highly available, and datacenter-aware.
* [Kala](https://github.com/ajvb/kala) - Kala is a modern job scheduler optimized to run on a single node. It is persistant, JSON over HTTP API, ISO 8601 duration notation, and dependent jobs.
* [drive](https://github.com/odeke-em/drive) - drive is an unofficial Google Drive command line client for \*NIX operating systems.
+* [stow](https://github.com/djherbis/stow) - a persistence manager for objects
+ backed by boltdb.
+* [buckets](https://github.com/joyrexus/buckets) - a bolt wrapper streamlining
+ simple tx and key scans.
If you are using Bolt in a project please send a pull request to add it to the list.