We have alredy inserted all our data from PostgreSQL into Neo4j using apoc.load.jdbc and now we would like that any time we insert a row in PostgreSQL authomatically conencts to Neo4j and creates the nodes and relationships.
How can that be achieved? If I use apoc.load.jdbc it scans the full table again so it is a slow process.
Thanks in advance,