Automatic Mongo import tool for Meteor

Another goodie I just published:
https://www.npmjs.com/package/meteor-mongo-sync

mmsync is super easy, no more trying to memorize mongodump and mongorestore options. Just run mmsync settings.json (or mmsync -d settings.json to drop the local DB prior to import), and it’s a done deal!

3 Likes

Super cool! Thank you. That was actually the next stumbling block for us, well done!

1 Like