【发布时间】:2012-01-24 17:28:14
【问题描述】:
有没有办法将 mongo 集合转储为 json 格式?在 shell 上或使用 java 驱动程序。我正在寻找性能最佳的驱动程序。
【问题讨论】:
-
mongoexport -d <database> -c <collection_name> --out <xxx.json> --pretty --host <host> --port <port> --username <user> --authenticationDatabase admin可以像这样指定host、port、username、password,默认认证数据库为admin。