MongoDB: export .json 파일을 import 하는 방법
mongoimport --host host --port port --username username --password 'password' --authenticationDatabase admin --db databasename --collection collection --type json --file /tmp/file.json --jsonArray
mongoimport --host host --port port --username username --password 'password' --authenticationDatabase admin --db databasename --collection collection --type json --file /tmp/file.json --jsonArray