Hi ,
I was wondering if it would be possible to trigger a stored procedure/custom function when adding vertices.
For example , if I add a vertex , I'd like to run a script to potentially generate new vertices. I am looking for a solution like this because of the problem explained here[1] . If i add a new vertex for address , I would like to do a full search to potentially identify new connections.
Is there any way to achieve this or should this be done outside?
[1] https://community.datastax.com/questions/2196/fuzzy-graphs-for-addresses.html