MongoDB - How to Import and Export JSON Files [MongoDB# 02]

Описание к видео MongoDB - How to Import and Export JSON Files [MongoDB# 02]

MongoDB - How to Import and Export JSON Files
Download sample JSON files: https://github.com/dr-sadat/MongoDB_R...

Example:

macOS: mongoimport --collection=Recipes --db=firstDatabase --type=json --jsonArray example.json

Windows: mongoimport.exe --collection=Example --db=firstDatabase --type=json --jsonArray example.json

Note: If your JSON file does not have arrays inside, remove the --jsonArray parameter.

#mongo #mongodb #nosql #database #profsadat

Комментарии

Информация по комментариям в разработке