We have been using MongoDB as our main datastore for a little while but I’ve been finding it difficult to please our business users with it’s lack of relations.
What I’m hoping to do is dump data from Mongo to MySQL to allow these heavy MySQL users the ability to query in a format they are used to.
Does anyone know an elegant way to do this?
I’m hoping to avoid some heavy scripting to get there…
The answer is Kettle.
Thanks to Adam our engineer he found the solution.
http://kettle.pentaho.com/
They have added a tool to connect to Mongo.
You can then migrate the data to MySQL.