mongoimport --db test --collection china --file /hduser/home/china.json
其中:mongoimport --db test(数据库名) --collection china(集合名) --file /hduser/home/china.json(要导入的JSON文件)
MongoDB导入JSON

 效果如下图:

MongoDB导入JSON

参考:https://docs.mongodb.com/manual/reference/program/mongoimport/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-12-20
  • 2021-07-15
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-08-26
相关资源
相似解决方案