Sql to Mongodb Data transfer #27
Closed
ManikanthaMaturu
announced in
Tech-Stack
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The release of Sql to Mongodb Data transfer at Vivify Healthcare is part of the company's research and development efforts to find the best technology stack that is both sustainable and affordable.
To convert data from local sql to local MongoDb using Flask and also PyMongo library from python.
Replicating data between sql and mongodb instances:- If you have to transfer data from different instances like local sql to local mongodb instances, you may need to replicate data between them for backup or redundancy purposes. Using Flask, Python and Pymongo library, you can write a script to continuously fetch data from one instance and insert it into another instance.
Repository:https://github.com/vivifyhealthcare/mysqltomongodb
Syncing data between Local SQL to Local MongoDB instances: If you have data from different databases, you may want to sync the data between them to ensure consistency. Using Flask,Python and the pymongo library.
Further more if any requirement to transfer data from local Instance to Hosted instance. Momgodb2Mongodb repository can be used https://github.com/vivifyhealthcare/mongo2mongo
Beta Was this translation helpful? Give feedback.
All reactions