2015-12-02

MongoDB - Meteor command-line import

mongoimport --jsonArray -h localhost:3001 -d meteor -c COLLECTION_NAME --file "/PATH_TO_FILE/FILE.EXTENSION"

PS. Specify the address (-h) of your Meteor's MongoDB instance.

No comments:

Post a Comment