How can i set an event in Mongodb?
Mongodb
I will create an event that every 4 hours Calculate fields (SUM|COUNT) in the Collection And Save it. What is the best So
Try MongoDB Cron package. It's a simple API for scheduling tasks and running recurring jobs on MongoDB collections. Any collection can be converted into a job queue or crontab list.