Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI for building JanusGraph DB [closed]

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?

like image 744
Sharvari Nagesh Avatar asked Nov 12 '17 22:11

Sharvari Nagesh


People also ask

Is JanusGraph free?

JanusGraph is a project under The Linux Foundation, and includes participants from Expero, Google, GRAKN.AI, Hortonworks, IBM and Amazon. All functionality is totally free.

How do you visualize a gremlin graph?

Visualizing Gremlin query results To see the visualization, select the Graph tab to the right of the Console tab under the query after you run it. You can also use the --group-by (or -g ) flag to specify a property of the vertices to group them by.

What is JanusGraph used for?

JanusGraph is a scalable, transactional open source graph database that enables you to store graph data in multiple storage backends and also access multiple index backends. In JanusGraph, storage backends store data in either in-memory storage or in a separate database.

What is TinkerPop?

Apache TinkerPop is an open source computing framework for graph databases and graph analytic systems. Designed to appeal to software developers, TinkerPop lets developers add graph computing capabilities to their applications without worrying about developing APIs, graph processing engines, or graph algorithms.


1 Answers

Per JanusGraph's README:

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

  • Cytoscape
  • Gephi plugin for Apache TinkerPop
  • Graphexp
  • Graph Explorer
  • KeyLines by Cambridge Intelligence
  • Linkurious

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

like image 163
Misha Brukman Avatar answered Oct 16 '22 05:10

Misha Brukman