Skip to content

danbo/docker-cayley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Docker image for Cayley, an open-source graph database inspired by Freebase and Google's Knowledge Graph.

Getting Started

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.

Notes

From https://github.com/sugarush/cayley/tree/alpine-docker

About

Standalone docker container of CayleyGraph in Alpine Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published