migrate-mongodb-to-mysql
There are 1 repositories under migrate-mongodb-to-mysql topic.
altafjava/migrate-mongodb-to-mysql
This Python script migrates data from a MongoDB database to a MySQL database. It iterates over all collections in the MongoDB database, creates corresponding tables in the MySQL database, and inserts the data.