Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-15-2019 03:26 AM
I want to increase the post_views property of a node after one hour of its creation automatically.
Example-
My question is how I can automate this so that whenever a post is created in the database with Post Label after one hour of its creation automatically post_views is increased by 50.
02-15-2019 09:16 AM
Haven't used apoc.periodic.repeat myself before but looks ...
https://stackoverflow.com/questions/37505994/neo4j-query-run-at-specific-time
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_further_functions
like it should do the job!
All the sessions of the conference are now available online