A Docker image for Cayley, an open-source graph database inspired by Freebase and Google's Knowledge Graph.
Building
If you want the release build, simply run
docker-compose build
If you want the master build, you'll need to invoke the build manually
docker build -t danbo/cayley -f Dockerfile .
then to run:
docker-compose up -d
Then open http://<host>:64210
from your browser for the web GUI.