From 66fdcc7e581f103b97c00d755b661ea1e28a8b61 Mon Sep 17 00:00:00 2001 From: Oleksandr Porunov Date: Sun, 3 Nov 2024 17:14:47 +0000 Subject: [PATCH] Add link to the janusgraph-visualizer Signed-off-by: Oleksandr Porunov --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1420e84444..eb5c495caf 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,10 @@ provides links to documentation, getting-started guides and release downloads. ## Visualization -To visualize graphs stored in JanusGraph, you can use any of the following -tools: +JanusGraph has a web-based graph visualizer located in [janusgraph-visualizer](https://github.com/JanusGraph/janusgraph-visualizer) +repository. + +In additional to the web-based graph visualizer, JanusGraph supports a range of third party graph visualizers listed below: * [Arcade Analytics](https://arcadeanalytics.com/usermanual/#arcade-analytics) * [Cytoscape](https://www.cytoscape.org/) @@ -51,7 +53,7 @@ tools: * [Graphexp](https://github.com/bricaud/graphexp) * [Graph Explorer](https://github.com/invanalabs/graph-explorer) * [Graphlytic](https://graphlytic.com/) -* [Gremlin-Visualizer](https://github.com/prabushitha/gremlin-visualizer) +* [Gremlin-Visualizer](https://github.com/prabushitha/gremlin-visualizer) - the original repository on which [JanusGraph-Visualizer](https://github.com/JanusGraph/janusgraph-visualizer) is based on. * [G.V() - Gremlin IDE](https://gdotv.com) * [KeyLines by Cambridge Intelligence](https://cambridge-intelligence.com/keylines/janusgraph/) * [Ogma by Linkurious](https://doc.linkurious.com/ogma/latest/tutorials/janusgraph/)