Pipeline output

A pipeline output folder is generated on running a pipeline using the Run function or via other means of running the pipeline and saving the results to the hard drive.

The generated folder follows a hierarchical structure that is based on the location of data within graph compartments, nodes, and slots. It also contains a copy of the project that generated the data in a file project.jip.

graph LR; Root["/"] --> DataTable["project.jip"]; Root --> Compartment["[Compartment ID]/"]; Compartment --> Node["[Node ID]/"]; Node --> Slot["[Slot ID]/"]; Slot --> DT["Data table"];

The data table contains a property internal-path that can be used to recover the node and compartment the data was generated in.