mongodb-to-mysql
There are 4 repositories under 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.
zaber-dev/Database-Swap
A powerful Python tool for migrating data between different database systems (MongoDB, MySQL, SQLite). Database Swap provides a reliable, fast, and user-friendly way to transfer data with proper validations, error handling, rate limiting, and progress tracking.
kkjjiizzaarr/Database-Swap
🔄 Migrate data easily between MongoDB, MySQL, and SQLite with Database Swap, featuring robust error handling, rate limiting, and real-time progress tracking.
MohammedTsmu/MongoDB
Learn MongoDB basics in 2024 with Mohammed Q. Sattar's tutorial. Covers essential commands: Show Databases, Use Database, Drop Database, Insert Data, Clear Shell, Return Documents.