Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI tool for viewing Neo4j database [closed]

Tags:

neo4j

Is there a GUI tool which allows you to look at the contents of the Neo4j database visually.

like image 221
priya Avatar asked May 30 '12 10:05

priya


People also ask

Does Neo4j have a GUI?

There are at least 3 GUI tools for neo4j that allow editing: neoclipse. Gephi. linkurious.

How can I open Neo4j Browser from desktop?

Open the Neo4j Browser. Alternatively, you can access this from a regular browser window by typing http://localhost:7474 and signing in with Username: neo4j and Password: <your database password (set up in Desktop)> .

Is Neo4j bloom free?

Ways to use Neo4j BloomNeo4j Bloom 1.3 onwards is available for free on Neo4j Desktop.


2 Answers

The easiest is to start the neo4j server and view your graph via the webadmin: http://docs.neo4j.org/chunked/stable/tools-webadmin.html

like image 187
Luanne Avatar answered Sep 19 '22 08:09

Luanne


Gephi can connect to Neo4j databases, and offers a very powerful visualisation platform, albeit with a bit of a learning curve.

like image 40
Wombat001 Avatar answered Sep 19 '22 08:09

Wombat001