Designing the data flow - Cloud - 8.0

Neo4j

Version
Cloud
8.0
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 Open Studio for Big Data
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
2023-09-14

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 tNeo4jConnection component, to open a connection to a Neo4j database,

    • a tNeo4jRow component, to create nodes in the Neo4j database with a Cypher query,

    • a tNeo4jIntput component, to read the specified properties of the created nodes,

    • a tLogRow component, to display the data on the Run console, and

    • a tNeo4jClose component, to close the Neo4j database connection established by the tNeo4jConnection component.

  2. Link the tNeo4jConnection component to the tNeo4jRow component using a Trigger > On Subjob Ok connection.
  3. Link the tNeo4jRow component to the tNeo4jIntput component using a Trigger > On Subjob Ok connection.
  4. Link the tNeo4jIntput component to the tLogRow component using a Row > Main connection.
  5. Link the tNeo4jIntput component to the tNeo4jClose component using a Trigger > On Subjob Ok connection.