I have a very large dataset of cvs file that need to be regularly imported MongoDB.
I'd like to have the importer run off Heroku and write to a MongoDB Heroku add-on.
mongoimport is a separate binary tool that the MongoDB guys provide.
So, it is possible to run mongoimport off a Heroku dyno?