Demo consists of two docker-containers
- gremlin-server (port 8182)
- gremlin-graphexp javascript frontent (port 8183)
Both are started as docker-containers from a docker-compose file.
If you have docker-compose running you can simply start by tying
docker-compose up -d
If you are on a windows machine and do not have native docker support (Win 8.1 and below), install vagrant and virtualbox.
Then you can start with vagrant up, ssh into the vbox (e.g. with putty)
and start the docker-containers there (Login is vagrant/vagrant, directory is /vagrant, )
If you are on linux or on Windows 10 you just can install docker-compose natively and start with docker-compose.
Just open http://localhost:8183 in your browser. In the screen press the Search-button
This work relies on graphexp and Gremlin-Server by Benjamin Ricaud.
See LICENSE. Graphexp is covered by Apache-2.0-License and Gremlin-Server is covered by MIT-License.