Neo4j Connector
Neo4j is a graph database management system (GDBMS) developed by Neo4j, Inc. The data elements Neo4j stores are nodes, with edges connecting them, and the nodes and edges have attributes. Please see their store page and documentation for more information about the Neo4j platform.
The Neo4j connector allows you to connect to a Neo4j instance and retrieve node data as requested by the Application.
Read on for examples, its configuration, and release notes.
Live Updates
This Connector supports Live Updates, i.e. it can update the entity to display the most up-to-date information.
This capability is available when the Connector is configured for polling (See Enable Polling).
Pre-requisites
Credentials to a Neo4j instance.
Current Version
Request the Neo4j Connector v1.02
Contact XMPro if you're looking for an older version of this Connector.
Connector Release Notes
v1.02, 25 Jul 2024
Support CRUD operations on tables
Support create, update, and delete operations
Detached Deletes are used to remove nodes along with all their relationships
Applies to table operations only - not cypher queries
Support Live Updates
v1.01, 22 May 2024
Standardized the property names: "Uri" changed to "Server URI" and "User Name" to "Username"
v1.0, 02 Apr 2024
Initial Release
Last updated