Mydit: MySQL to MongoDB data replicator, for implementing transaction

I’m doing a Meteor project which requires transaction because it’s related to money (users can deposit and withdraw money).

MongoDB doesn’t support transaction (it seems that Meteor doesn’t work with TokuMX), so I created this tool:

You can write transaction data to MySQL, then read from MongoDB.

Please try it if you need transaction like me. Then if you have any feature request, question etc. please post to:

Thanks.

PS: I tried Tungsten Replicator (https://code.google.com/p/tungsten-replicator/) but it’s not simple to install, and it doesn’t support replicating from Amazon RDS MySQL to Compose.io MongoDB.

2 Likes