Creating nodes in a Neo4jv4 database
This scenario describes a Job that creates nodes in a Neo4jv4 database using the tNeo4jv4Output component. The Job also verifies the node creation operation by retrieving and displaying information about the nodes on the console.
This scenario applies only to Talend products with Big Data.
This scenario comprises three subJobs:
- The first subJob creates a connection to a Neo4jv4 database for the subsequent subJobs.
- The second subJob creates nodes in the Neo4jv4 database. The tFixedFlowInput component sets the properties for the nodes created.
- The third subJob verifies the node creation operation by retrieving the properties of the nodes created and displays the properties in the console.