Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to the janusgraph-visualizer #4712

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice the below section still mentions [Gremlin-Visualizer](https://github.com/prabushitha/gremlin-visualizer). Shall we somehow remove that and mention this is a fork of that? Or any other wording to avoid confusion.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added a sentence to clarify that this was the original repository on which JanusGraph was built on.
I think, it makes sense to leave it in case gremlin-visualizer will decide to diverge in the future. In that case, users will be able to choose between visualizers they prefer more.
That said, I doubt it will diverge, so I'm OK just removing it as well.

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/)
Expand All @@ -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/)
Expand Down
Loading