cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Use triggers to queue data

kaptenh
Node Clone

Hi!
I have a scenario where I would like to queue nodes with certain labels to an apache kafka queue when they are created.
Is it possible to do this with apoc.triggers without having to write a custom java trigger handler, as described in https://maxdemarzi.com/2015/03/25/triggers-in-neo4j/.
It has been 5 years so maybe stuff has happened 🙂

2 REPLIES 2

You could consider the Neo4J Streams plugin:
https://neo4j.com/docs/labs/neo4j-streams/current/#_project_overview

Drop plugin jar to folder then configure kafka connection and which labels you want sent.

kaptenh
Node Clone

The existence of that plugin had slipped by me.. thanks.. Ill look into it!