converting database from mysql to mongoDb

后端 未结 13 1370
陌清茗
陌清茗 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

    For those coming to this with the same problem, you can check out this Github project. This is an ongoing development that will help you migrate data from MySQL database to MongoDB by simply running a simple command.

    It will generate MongoDB Schemas in TypeScript so you can use them later in your project. Each MySQL table will be a MongoDB collection, and datatypes will be efficiently converted to their MongoDB compatibles.

    The documentation for the same can be found in the project's README.md. Feel free to come in and contribute. Would like to help if need be.

提交回复
热议问题