For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.10 (Last Update: 08 May 2026)

Contact XMPro if you're looking for an older version of this Connector.

Connector Release Notes

Version
Date
Description

1.10

08 May 2026

Repackaged to translate missed Database property.

1.03

27 Dec 2024

Repackaged to translate the Connector's properties.

1.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.

1.01

22 May 2024

Standardized the property names: "Uri" changed to "Server URI" and "User Name" to "Username".

1.00

02 Apr 2024

Initial Release.

Last updated

Was this helpful?