Neo4j

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 pagearrow-up-right and documentationarrow-up-right for more information about the Neo4j platform.

The Neo4j Agents allow you to fetch data from, and insert or update data into, a Neo4j graph database.

The Listener allows you to return new or updated nodes added to a label, based on a specified timestamp property. It operates on a timed interval and returns all new or updated rows with a timestamp property greater than the maximum fetched by the last interval.

The Context Provider allows you to read and output the entire contents of a label or query to the Data Stream for contextual data.

The Action Agent allows you to add or update rows in a label.

Pre-requisites

A Neo4j graph database must exist that the user has credentials for.

Current Version

Listener Release Notes

Version
Date
Description

1.02

27 Dec 2024

Repackaged to translate the Agent's properties.

1.01

10 Jun 2024

Repackaged to update the Neo4j icon.

1.00

04 Apr 2024

Repackaged to update the Neo4j icon.

Context Provider Release Notes

Version
Date
Description

1.02

27 Dec 2024

Repackaged to translate the Agent's properties.

1.01

10 Jun 2024

Repackaged to update the Neo4j icon.

1.00

04 Apr 2024

Repackaged to update the Neo4j icon.

Action Agent Release Notes

Version
Date
Description

1.02

27 Dec 2024

Repackaged to translate the Agent's properties.

1.01

10 Jun 2024

Repackaged to update the Neo4j icon.

1.00

04 Apr 2024

Repackaged to update the Neo4j icon.

Last updated

Was this helpful?