Press Ctrl+S to save the Job, and press
F6 or click Run on the Run tab to run
the Job.
In the address bar of your Web browser, enter the URL of the Neo4j
database browser, http://localhost:7474/ in this example, and
enter the following Cypher query in the command line to view the nodes with
the specified relationship between them.
MATCH (a)-[:`ACTED_IN`]->(b) RETURN a,b;
As shown in the graphic view, Actors
nodes are linked with Movies nodes via
the relationship ACTED_IN, with
properties as defined in the Job.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!