diff --git a/JanusGraph/Visualization Tool.md b/JanusGraph/Visualization Tool.md index 3265f5d..2075f23 100644 --- a/JanusGraph/Visualization Tool.md +++ b/JanusGraph/Visualization Tool.md @@ -1,12 +1,27 @@ # Gremlin client / Visualization Tool -1. Gotv -2. [AWS Graph Notebook](https://github.com/aws/graph-notebook) +1. [AWS Graph Notebook](https://github.com/aws/graph-notebook) ## AWS Graph Notebook +Follow the instructions provided in the README, once the notebook launched in browser, enter the following config and execute + Janus Graph configuration +``` +%%graph_notebook_config +{ + "host": "65.1.8.253", + "port": 8182, + "ssl": false, + "gremlin": { + "traversal_source": "g", + "message_serializer": "graphbinaryv1" + } +} +``` + +OR ``` %%graph_notebook_config @@ -21,4 +36,4 @@ Janus Graph configuration "message_serializer": "graphsonv3" } } -``` \ No newline at end of file +```