Importing a very large record set into MongoDB using nodejs

前端 未结 2 1870
旧巷少年郎
旧巷少年郎 2021-01-02 12:21

Before I dive into my question, I wanted to point out that I am doing this partially to get familiarized with node and mongo. I realize there are probably better ways to acc

2条回答
  •  庸人自扰
    2021-01-02 13:07

    I would try the commandline CSV import option from Mongodb - it should do what you are after without having to write any code

提交回复
热议问题