Neo4j Perspective
Icon:
Description
The Neo4j perspective provides a view on and allows you to query Hop execution history from a Neo4j database.
The perspective shows the value the NEO4J_LOGGING_CONNECTION (used to load execution logging to Neo4j), allows to select a workflow or pipeline to display logging for (optionally, specify the number of executions and only show root executions).
For the selected workflow or pipeline, or all executions if none selected), the id, name, type, number of rows read, written, input, output and rejected, the number of error rows and the execution date and duration are shown.
In the bottom half of the perspective dialog, the logging text, path to errors and a number of useful cypher queries are shown.
Selecting an execution and clicking Open takes you to the pipeline or workflow behind it, with the failing transform or action selected.
This perspective only shows executions written by the Neo4j logging in NEO4J_LOGGING_CONNECTION. Executions written by a Neo4j execution information location are stored with a different set of properties and do not appear here: they are shown in the Execution Information perspective, which gains extra Lineage, Error path and Cypher tabs when the location is a Neo4j one. Both write Execution nodes and EXECUTES relationships, so point them at separate databases if you use both. |
| While fully functional we recommend you use the Neo4j execution information location plugin. |