CDC (/ real time) with Aura DB

I am working on an application (using Angular for the front-end and NestJS (Node.js) for the back-end) that displays data to users who may modify them. I would like these modifications (Create, Update, Delete) to be applied in real-time for each user via websockets.

After some research, it seems that integration with Kafka is the solution recommended by Neo4j (see Kafka for Neo4j AuraDB Is Available Now - Neo4j Graph Data Platform).

I would like to know if there is a "simpler" solution available or planned. I am particularly interested in a solution like the Meteor driver (see GitHub - veliovgroup/ostrio-Neo4jreactivity: Meteor.js Neo4j database reactivity layer), which allows for the integration of a reactivity layer.

1 Like