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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

altafjava/migrate-mongodb-to-mysql Stargazers