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 page and documentation 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

  • Request the Neo4j Listener v1.00

  • Request the Neo4j Context Provider v1.00

  • Request the Neo4j Action Agent v1.00

Listener Release Notes

v1.0, 04 Apr 2024

  • Initial Release

Context Provider Release Notes

v1.0, 04 Apr 2024

  • Initial Release

Action Agent Release Notes

v1.0, 04 Apr 2024

  • Initial Release

Last updated