I am looking for a way to synchronize my data from MySQL to MongoDB. I do not want just to replicate my data, I want them to be permanently synchronized. Does anyone know if Tungsten Replicator would do the job ? I can see that it replicates data but what about replicating data automatically when changes are made in MySQL database ?
If not possible would you suggest any other solution to do this ?
Yes
Tungsten Replicatorprovide real time synchronization betweenMySQLandMongodbhowever to get your old data replicated you can use other tools likemongifyto get old data. Best of Luck!