Search code examples
mongodbmongodb-querymongodb-java

How can I backup a relational database into MongoDB?


I am using a NoSQL database (MongoDB), and I want to back up a relational database (SQL, MySQL) into a NoSQL database...

I have read the manual inside & out - I read no reference on how to do so...

How can that be done? Can you show an example?


Solution

  • Try MongoVUE. This tool allows to migrate all your MySQL data to MongoDB; I used it so many times. Click here to download it.

    If the above link does not work, copy paste http://www.mongovue.com/downloads/ into the browser.