This project is for displaying in a Tinkerpop compatible graph. It uses a bootstrap table, and lets you traverse edges by nesting tables in tables. It's not the prettiest thing in the world, but if you want to do a quick data check it can be useful.
Inside the project
- cd dist/
- python -m SimpleHTTPServer 8000
Inside the project directory run
- npm install
- bower install
- grunt serve
- In browser open localhost:9000
- grunt build
- Outputs to dist folder
The project will start with an initial load of data using a g.V().range(0,5). Use the <, -, or > actions to traverse the graph. The actions in the header row perform the action on all displayed vertices for that table. The action in the data rows perform the action for the vertex in that row. Below is a description of the action buttons.
- < Gets incoming edges and the source vertices
- ‐ Gets both incoming and outgoing edges and the other vertices
- > Gets outgoing edges and the destination vertices
- + Creates new table and initializes it with ID query of vertices