I am looking for an effective way of bulk loading data into neo4j in 1 min intervals (so far I am just loading in from csv's but not sure how to set up a 1 min ingest trigger , should I use a python script)
neo4j version, desktop version, browser version : latest
a sample of the data you want to import : sensitive
CALL dbms.procedures() shows that apoc.periodic.schedule is not present in the latest version of APOC is this still under development, or am I missing something?