Setting up and executing the Job - 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

Procedure

  1. Double-click tNeo4jv4ImportTool to open its Basic settings view and do the following:
    1. Enter the path where the Neo4jv4 database server is installed in the Neo4j Home field (D:/neo4j in this example).
    2. Enter the name of the database where the nodes and relationships are to be created in the Database name field (neo4j in this example).
      A database will be created if it does not exist. If the database specified already exists, make sure it is empty. You can also select Force overwrite database content option in the Advanced settings view. In this case, the content of the database will get lost.
    3. Click the plus button under the Nodes table to add a row and enter "D:/test/actors.csv" in the Path to file field.
    4. Click the plus button again under the Nodes table to add one more row and enter "D:/test/movies.csv" in the Path to file field.
    5. Click the plus button under the Relations table to add a row and enter "D:/test/roles.csv" in the Value field.
    6. Select Force overwrite database content in the Advanced settings view.
      You can skip this step if the database specified in the Database name does not exist.
    7. Leave other options as they are.
  2. Press Ctrl+S to save the Job.
  3. Press F6 or click Run on the Run tab to run the Job.
  4. Restart the Neo4j server to load the data added to the database.

    The nodes and the relationships among the nodes are created, as shown in the following figure.