
stackoverflow.com
https://stackoverflow.com/questions/17832199/migra…
Migrate data from relational DB to NoSQL - Stack Overflow
Migrate data to NoSQL. In my opinion, MongoDB is a good choice. There is a tool, Tapdata Replicator, can replicate MySQL, Oracle, SQLServer to MongoDB. It lets you set the source database and target database, and then map the data from source to target. You can set the new data model in MongoDB without any codes. For example, there are 20 tables in the source db MySQL, you can design the data ...