diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2014-08-28 16:34:18 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2014-08-28 16:34:18 +0200 |
commit | e786ef2a5dd70d384bba44dc55f9cce7dc619d0c (patch) | |
tree | 501e9db429ed5b0ddccc1af1e9911efcb86580f9 | |
parent | Merge pull request #245 from benbjohnson/caveat (diff) | |
download | dedo-e786ef2a5dd70d384bba44dc55f9cce7dc619d0c.tar.gz dedo-e786ef2a5dd70d384bba44dc55f9cce7dc619d0c.tar.xz |
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. |