Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

neo4j-contrib/neoclipse

Repository files navigation

Neoclipse - a graph tool for Neo4j

Build Status

Introduction

Neoclipse is a tool to view, edit and explore Neo4j databases. See the Wiki for more details.

For a tutorial, see this intro video.

Get the code

Below are the baby steps telling how to compile Neoclipse code from GitHub. If you already use git, head straight to https://github.com/neo4j-contrib/neoclipse and see instructions there.

  1. Install the github application.

  2. Browse to http://github.com. Make sure you have every thing set up with respect to use github (i.e. git application, github account etc.) Now scroll to the bottom of the page and find Applications. Download the github application that suites your OS. i.e. Mac: http://mac.github.com Win: http://windows.github.com

  3. Login to the application with your credentials.

  4. Go to https://github.com/neo4j-contrib/neoclipse

  5. Fork the repository.

  6. Using github application (which you just installed), clone the forked repository (neoclipse). Check the help section of the application if you need to understand how to do cloning.

  7. After cloning is done, either build the project using Maven or run the eclipse application.

Build using Maven

Due to the limitation of Tycho/Maven, it is not possible to mix POM-first and manifest-first projects in the same reactor build. It requires 2 Maven invocations to build project:

mvn -f osgi-bundle/pom.xml install
mvn install

For more information on the Tycho/Maven way of building, see http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts#Limitations

Open in Eclipse

  1. Download the Juno 3.8 version of eclipse from (Choose the platform accordingly) http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html

  2. Extract to a known location (i.e. /home/eclipse or c:/eclipse).

  3. There are various ways to import project i.e. you can use import from git or as existing java project option or install github eclipse plugin etc. Anyway for simplicity I have used this approach: Right click in the project explorer window and import as java project. To find out how to import please visit http://agile.csc.ncsu.edu/SEMaterials/tutorials/import_export/

    Please choose the cloned neoclipse directory while importing.

    If you are interested to work only with the neoclipse java code then org.neo4j.neoclipse directory is the right place. If you want to work on the help or documentation section then org.neo4j.neoclipse.doc is the right place.

  4. Now every thing should be right with no compilation errors. Open the plugin.xml from org.neo4j.neoclipse and click on Launch an Eclipse application Now neoclipse should be running.

  5. Now you have environment setup. Please go through the code and try to analyze it.

If you

  • Need any new feature

  • Find any issues or bugs or even slightest bad code

please create raise an issue at https://github.com/neo4j-contrib/neoclipse/issues Your feedback and support is very important for us.

You are most welcome to add new functionalities. We will appreciate and love to here even your silliest comment.

We always lived, are living and will continue living in a network of interconnected things but seldom realize it. Use Neo4j to create the realization and Neoclipse to bring the realization to visualization.

Thank you for reading this README.

Releases

No releases published

Packages

No packages published

Languages