Book Image

Neo4j Cookbook

By : Ankur goel, Ankur Goel
Book Image

Neo4j Cookbook

By: Ankur goel, Ankur Goel

Overview of this book

Table of Contents (17 chapters)
Neo4j Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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:

  1. Install Neoeclipse on your platform from the URL https://github.com/neo4j-contrib/neoclipse.

  2. 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.

  3. Create a connection in your database in the following manner. Neoeclipse can take a connection to the database either locally or using a URL connection. The following screenshot depicts how to create a new connection in Neoeclipse:

  4. After making a connection, it will look like the following screenshot:

How to do it...

The following steps will get you started with this recipe...