Skip to content

rjbriody/gremlin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gremlin Dashboard

Notes:

  • The session is not yet maintained across submissions. Every execution must declare everything it will use (i.e. create a graph before playing w/ it.)
  • This is a very basic prototype.
  • There is almost no styling or eye candy yet.
  • The JSON Results are real but the graph display is randomly generated.

Prerequisites:

  • Java 8

Getting Started:

  • Get & build TinkerPop3
git clone https://github.com/tinkerpop/tinkerpop3.git
cd tinkerpop3
mvn install -DskipTests
  • Start gremlin-server on localhost w/ default port:
./bin/gremlin-server.sh
  • clone gremlin-dashboard
 git clone https://github.com/rjbriody/gremlin-dashboard.git
  • Open gremlin-dashboard/index.html in your browser.
  • Place the cursor in the text input box and press enter, or compose your own gremlin awesomeness.

This app uses https://github.com/gulthor/gremlin-client.

About

Initial POC for Gremlin Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published