Adding and linking components - 7.3

Neo4j

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > Neo4j components
Data Quality and Preparation > Third-party systems > NoSQL components > Neo4j components
Design and Development > Third-party systems > NoSQL components > Neo4j components
Last publication date
2024-02-21

Procedure

  1. Create a Job and add the following components to the Job by typing theirs names in the design workspace or dropping them from the Palette:
    • a tFileInputDelimited component, to read the employees data from a CSV file,

    • a tNeo4jOutput component to write the employees data to a Neo4j database,

    • a tNeo4jIntput component to read the employees data from the Neo4j database based on given conditions, and

    • a tLogRow component to display the data on the Run console.

  2. Link the tFileInputDelimited component to the tNeo4jOutput component using a Row > Main connection.
  3. Link the tNeo4jIntput component to the tLogRow component using a Row > Main connection.
  4. Link the tFileInputDelimited component to the tNeo4jIntput component using a Trigger > On Subjob Ok connection.
  5. Label the components to better identify their roles in the Job.