diff options
author | Jason Voigt <joyrexus@gmail.com> | 2015-09-21 13:31:50 -0500 |
---|---|---|
committer | Jason Voigt <joyrexus@gmail.com> | 2015-09-21 13:31:50 -0500 |
commit | 130d6c5d98b63802bd2be83e7c04cada73836f4c (patch) | |
tree | 4d64f35f2d6fba89a4be48371bc7dfceedbf8f04 | |
parent | Merge pull request #418 from benbjohnson/revert-arm64 (diff) | |
download | dedo-130d6c5d98b63802bd2be83e7c04cada73836f4c.tar.gz dedo-130d6c5d98b63802bd2be83e7c04cada73836f4c.tar.xz |
add stow and buckets to projects list
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |