converting database from mysql to mongoDb

后端 未结 13 1372
陌清茗
陌清茗 2020-12-07 10:43

is there any easy way to change the database from mysql to mongoDB ?

or better any one suggest me good tutorial do it

13条回答
  •  我在风中等你
    2020-12-07 11:07

    Try this: Automated conversion of MySQL dump to Mongo updates using simple r2n mappings. https://github.com/virtimus/mysql2mongo

提交回复
热议问题