Visualization with Neoeclipse
Neoeclipse is the standalone workbench to visualize the Neo4j graph database. It is basically built on Eclipse and can be used as a Plug and Play tool to visualize the Neo4j graph database.
In this recipe, we will learn how to set up Neoeclipse and visualize Neo4j using it.
Getting ready
The following steps will get you started with Neoeclipse:
- Install Neoeclipse on your platform from the URL https://github.com/neo4j-contrib/neoclipse.
- On Windows, it can be installed by simply double-clicking on it, whereas on Linux, it can be started by running a bash file, which is described in the
readme
file. - Create a connection in your database in the following manner. Neoeclipse can take a connection to the database either locally ...
Get Neo4j Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.