从Meteor APP导出和导入Mongodb

从Meteor APP导出和导入Mongodb

问题描述:

如何从Meteor APP导入和导出MongoDB到.json或.csv文件?

How is it possible to Import and export the MongoDB from Meteor APP into .json or .csv file ?

您可以使用mongoexport实用程序导出到.json或.csv文件,并使用mongoimport导入数据库.在此处找到详细信息: http://docs.mongodb.org/v2.2/reference/mongoexport/

You can use mongoexport utility to export into a .json or .csv file and mongoimport to import to your db. Detailed info is found here: http://docs.mongodb.org/v2.2/reference/mongoexport/