created: 2018-12-14T04:11:58.000Z

mongodump/mongoexportのやりかた

mongoexport ってのでjson形式で吐き出せる (jqを使って作業がしやすい)

mongoexport \
    --host=aws-singapore-free-shard-00-01-xxxx.mongodb.net \
    --port=27017 \
    --username=app \
    --authenticationDatabase=admin \
    --password=xxxxxx \
    --ssl \
    --db=abcd \
    --collection=profiles \
    --out /tmp/profiles.json
勉強の戦略――9割の「努力」をやめ、真に必要な一点に集中する
[ad] 勉強の戦略――9割の「努力」をやめ、真に必要な一点に集中する
岡 健作 (単行本)