Skip to main content Skip to complementary content
Close announcements banner

Adding uniqueness constraints on the nodes

Availability-noteDeprecated

Procedure

  1. Double-click the tNeo4jBatchSchema component to open its Component view.
  2. Select the Use an existing connection check box to reuse the Neo4j database connection opened by the tNeo4jConnection component.
  3. Select the Shutdown after Job check box to properly close the connection after the execution.
  4. In the Schema definition table, add two rows by clicking the [+] button twice:
    1. In the Schema type column, select Node property is unique for both of the rows to add uniqueness constraints to nodes in Neo4j.
    2. In the For node with Label column, enter, within double quotation marks, Actor and Movie respectively, which are the labels used by the actor nodes and the movie nodes. Therefore, what you enter here must be identical with the labels previously used when creating those nodes.
    3. In the On property column, enter, within double quotation marks, the node properties to which you need to add uniqueness constraints. For the actor nodes, enter name and for the movie nodes, enter title. The values you enter here must be identical with the column names previously defined to provide actor names and movie names for the nodes to be created by the tNeo4jBatchOutput components.
  5. Press Ctrl+S to save the Job, and press F6 or click Run on the Run tab to execute the Job.

Results

Once the Job runs successfully to the end, check the result in your Neo4j browser:

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!