Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-25-2019 04:50 AM
Good day [ Insert name here ],
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)
Hope everything is clear
Kind regards,
Werner
02-25-2019 05:53 AM
Have a look at apoc.periodic.schedule
which lets you submit a certain cypher job at regular intervals (in your case every 1 minute)
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_overview_job_management
03-07-2019 03:34 PM
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?
03-07-2019 03:35 PM
Apoc version : 3.5.0.2
03-09-2019 06:00 AM
It's called apoc.periodic.repeat
see call apoc.help("periodic")
Not sure, where schedule went, we'll fix the docs, sorry for that.
03-29-2019 04:21 AM
Thanks for this will definitely consider it in the future, are decided to rather push the data to Neo4j in 4 min intervals
All the sessions of the conference are now available online