Hi there,
i need to import data from csv automatically by every week, How can schedule data import from one location(local machine or remote) to mongodb.
You will want to schedule a repeat task to do this from outside MongoDB. For example, if you are using a Unix-based OS, you may want to set up a cron job
By the way, in case you are not aware, mongoimport can import contents from CSV files created by mongoexport or other third-party tools following the same CSV format.
Can we do with that MMS( mongodb monitoring service)…? or it only use for monitoring and backup process…?
MongoDB Cloud Manager (formerly MMS) is a service for managing, monitoring and backing up a MongoDB infrastructure. That is, in addition to monitoring and backing up, you may also provision, configure, upgrade, and scale your MongoDB infrastructure through Cloud Manager Automation.
Regards,
Lungang