neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

Trigger in composite databases #643

Open chrisoraruf opened 1 month ago

chrisoraruf commented 1 month ago

Hello guys,

since triggers cannot directly be installed in a composite database, are there some solution for which I can create a trigger that activates when there is a certain modification in one database and I want always a specific response in another database?

Thanks in advance.

Christian

gem-neo4j commented 1 month ago

Hi! Thanks for writing in, Triggers are intended to be installed on the system database, so I don't believe so.