This is a sample application trying out Neo4j Graph Database with SpringData 4.
The application could be used with
- Embedded Neo4j
- Neo4j Server
The configuration for the application uses the Server mode(see AppConfiguration). All Test use the embedded mode (see TestAppConfiguration).
Currently, this sample only tests
- Creating a Node
- Creating Relation
- Creating Related Node
All the above are included in the Tests
To Start a Neo4j in Server mode, simply untar the neo4j-community-2.3.0-unix.tar.gz and run "bin/neo4j start" To stop "bin/neo4j stop"