將 JSON 檔案匯入 Meteor
匯入預設的 Meteor 例項非常簡單。請注意,如果你的 json 檔案作為陣列從另一個系統匯出,則可以新增 –jsonArray 選項。
mongoimport --db meteor --port 3001 --collection foo --file foo.json
匯入預設的 Meteor 例項非常簡單。請注意,如果你的 json 檔案作為陣列從另一個系統匯出,則可以新增 –jsonArray 選項。
mongoimport --db meteor --port 3001 --collection foo --file foo.json