Skip to main content Skip to complementary content
Close announcements banner

Creating the Neo4j Batch Job

Availability-noteDeprecated

Procedure

  1. Ensure that the status of your Neo4j service and Neo4j console is stop.

    If you are using command-line to manage Neo4j, you can use neo4j status to check the status; if you have installed the Neo4j desktop application, you can check it directly in this application.

  2. From the Repository on the Integration perspective, create a Job and add the components to be used by typing their names in the design workspace or dropping them from the Palette.
  3. Connect the first tFileInputDelimited component to the first tNeo4jBatchOutput component using a Row > Main link. This subJob imports the actors data in the Neo4j database.
  4. Connect the second tFileInputDelimited component to the second tNeo4jBatchOutput component using a Row > Main link. This subJob imports the movies data in the Neo4j database.
  5. Connect the third tFileInputDelimited component to the tNeo4jBatchOutputRelationship component using a Row > Main link. This subJob creates relationship between actors and movies.
  6. Connect the subJobs using Trigger > On Subjob Ok links.

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 – let us know how we can improve!