Skip to content

Commit

Permalink
Update Visualization Tool.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-thirumal authored Nov 16, 2023
1 parent 9f6ae53 commit 349561e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions JanusGraph/Visualization Tool.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,4 +36,4 @@ Janus Graph configuration
"message_serializer": "graphsonv3"
}
}
```
```

0 comments on commit 349561e

Please sign in to comment.