Skip to content

joov/gremlin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GREMLIN Demo

Purpose

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.

To start

Just open http://localhost:8183 in your browser. In the screen press the Search-button

Acknowledgements

This work relies on graphexp and Gremlin-Server by Benjamin Ricaud.

License

See LICENSE. Graphexp is covered by Apache-2.0-License and Gremlin-Server is covered by MIT-License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages