cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How can we generate a schedule report daily in neo4j

siri
Node Link

I have a query which should run at a schedule time and send us the report on email

3 REPLIES 3

Hello @siri 🙂

There is a way with some APOC procedures but it's not perfect. You can use apoc.periodic.repeat procedure which will repeat your query every x seconds. The main issue is that it will wait for the end of your query to start the counter. For example, if you want to run your query every hour and you start your query at 08:00 for a duration of 5 minutes, the next execution will take place at 09:05.

For now, if you want to start your query at a specific time, you'll need to use a scheduler in your app.

Regards,
Cobra

siri
Node Link

Can we connect neo4j with any other tool for monitoring?

Yes, there is Neo4j Ops Manager.

Regards,
Cobra

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online