Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 946 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 946 Bytes

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.