Skip to main content Skip to complementary content

Setting up subJob 1

Procedure

  1. Double-click tNeo4jv4Connection_1 to open its Basic settings view and do the following:
    1. Enter the connection URI of the Neo4jv4 database server in the Connection URI field ("neo4j://localhost:7687" in this example).
    2. Enter user name and password in the Username and Password fields.
      To enter the password, click the [...] button next to the Password field and enter the password in the dialog box that appears.
    3. Leave the other options as they are.

    This component establishes a connection to the Neo4jv4 database.

  2. Double-click tNeo4jv4Row_2 to open its Basic settings view and do the following:
    1. Select the Use an existing connection option and select tNeo4jv4Connection_1 from the Component List drop-down list.
    2. Add two rows in the Query field and enter the following two clauses.
      "CREATE CONSTRAINT uniq_Person IF NOT EXISTS FOR (p:Person) REQUIRE p.id IS UNIQUE"
      "CREATE CONSTRAINT uniq_Account IF NOT EXISTS FOR (p:Account) REQUIRE p.id IS UNIQUE"
    3. Leave the other options as they are.

    This component makes sure all the nodes created are unique. For more information about the CREATE CONSTRAINT command, see Constraints.

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!