Neo4j Connection

Neo4j is a leading graph database management system, excelling in managing and querying interconnected data.

This topic describes how to authenticate to Neo4j and configure any necessary connection properties in the Neo4j connection connector.

Connection Configuration

Each connection property available in the Neo4j connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


Neo4j Connection URL

Provide the Neo4j component’s connection URL. Ex: Neo4j://localhost:74xx*


Username

Username to access Neo4j.


Password

Password to access Neo4j.


Connection Timeout(in ms)

Provide connection timeout in milliseconds.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top