diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-08-28 09:17:03 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-08-28 09:17:03 -0600 |
commit | 5f72f55b58e8f2e86f5a49481db72798ab40d488 (patch) | |
tree | 501e9db429ed5b0ddccc1af1e9911efcb86580f9 | |
parent | Merge pull request #245 from benbjohnson/caveat (diff) | |
parent | Add cayley to projects using bolt list. (diff) | |
download | dedo-5f72f55b58e8f2e86f5a49481db72798ab40d488.tar.gz dedo-5f72f55b58e8f2e86f5a49481db72798ab40d488.tar.xz |
Merge pull request #248 from miku/cayley
Add cayley to projects using bolt list.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -449,6 +449,7 @@ Below is a list of public, open source projects that use Bolt: * [photosite/session](http://godoc.org/bitbucket.org/kardianos/photosite/session) - Sessions for a photo viewing site. * [LedisDB](https://github.com/siddontang/ledisdb) - A high performance NoSQL, using Bolt as optional storage. * [ipLocator](https://github.com/AndreasBriese/ipLocator) - A fast ip-geo-location-server using bolt with bloom filters. +* [cayley](https://github.com/google/cayley) - Cayley is an open-source graph database using Bolt as optional backend. If you are using Bolt in a project please send a pull request to add it to the list. |