39

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

priya
  • 24,861
  • 26
  • 62
  • 81

6 Answers6

24

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

Luanne
  • 19,145
  • 1
  • 39
  • 51
21

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

Wombat001
  • 211
  • 1
  • 2
4

There is a new solution to explore the content of a Neo4j graph database using a web browser: http://linkurio.us/

It allows you to search nodes by properties, inspect nodes, expand neighborhood in a click...

Disclamer: I'm co-founder of Linkurious and Gephi.

Seb
  • 618
  • 5
  • 11
4

Neoclipse is a great tool. Also take a look here.

Mike Barnes
  • 4,217
  • 18
  • 40
  • 64
  • 2
    Neocliepse is or was.. the best free opensource tools. It's pity that it looks abandonned : ( – AJN Mar 30 '17 at 01:59
4

You might consider our application, movies.graphalchemist.com for a demo.

We typically deploy our solution in a business intelligence scenario, however feel to reach out if you find it a good fit for your use case.

The other applications mentioned work was well, and we use some of them for specific things internally...

Huston
  • 83
  • 3
2

Using it's own web interface is best.

Robin Green
  • 32,079
  • 16
  • 104
  • 187
Sushil Jain
  • 477
  • 1
  • 5
  • 13
  • run your neo4j instance then go to http://localhost:7474 if you are running neo on a remote machine, create an ssh tunnel on your local machine – Albert S Jan 27 '17 at 19:25