13

I am exploring JanusGraph DBs and require visual editing, like MySQL workbench.

I found some visual editors for Neo4j. Are there any visual editors for JanusGraph as well? or can those tools be used with JanusGraph?

Misha Brukman
  • 12,938
  • 4
  • 61
  • 78
Sharvari Nagesh
  • 293
  • 3
  • 17

1 Answers1

19

Per JanusGraph's README:

To visualize graphs stored in JanusGraph, you can use any of the following tools:

Of these, at least Cytoscape and Graphexp also support visual graph editing.

Misha Brukman
  • 12,938
  • 4
  • 61
  • 78
  • 1
    I was not able to figure out how to use Gephi with JanusGraph; Linkurious seems promising but is not free. – James Watkins May 03 '18 at 22:06
  • 1
    @JamesWatkins — take a look at other options on https://github.com/JanusGraph/janusgraph/#visualization such as Cytoscape or GraphExp. – Misha Brukman May 04 '18 at 20:49
  • 2
    @JamesWatkins I had the same problem: Gephi works as a server, and gremlin comes to be the client. So, I had to start Gephi on windows, as per http://tinkerpop.apache.org/docs/current/reference/#gephi-plugin , check firewall on both sides (mandatory!), start gremin on Linux, and follow the instructions there. When issueing ":remote connect tinkerpop.gephi", it says "...localhost...", so I just added ":remote config host 192.168.1.15", the windows-gephi-server IP. – RodolfoAP Aug 20 '18 at 11:54
  • Sir . the quesiton requires editing, but your answer is mentioning "visualize" only. Or actually the five tools provided are all able to edit graph? – Luk Aron Nov 21 '19 at 12:32
  • @LukAron – thanks, good point! I've added a clarification about at least two of the visualization tools that support editing (I couldn't easily find a page for the others that say that they also support editing; they may or may not). – Misha Brukman Nov 22 '19 at 01:09
  • @MishaBrukman oh! sorry that I miss the last sentence! now I saw it! thanks so much for your answer! I have spent tons of time finding tools like this to edit neo4j also, and I found that graphileon is exactly what I want. – Luk Aron Nov 22 '19 at 04:37