In this module, you will use the movie domain class to write new nodes and relationships to Neo4j. By the end of this module, you will have learned how to:
-
Create new
Movie
nodes in Neo4j from your Java application. -
Create new
ACTED_IN
relationships in Neo4j from your Java application. -
Delete a
Movie
node and relationships from Neo4j. -
Test the application and verify results.