Tuesday 22 October 2019

How to keep in sync MongoDB with MySQL

Long story short, I have a legacy app written in PHP/MySQL stack which I’m rewriting in Node/MongoDB module by module. How can I migrate the user management module (as an example) to MongoDB when a lot of other PHP modules are dependant on the MySQL record id. For now I’m keeping them in sync using a messaging system but I’m worrying about this split brain situation.

Submitted October 22, 2019 at 08:51PM by k0d17z

No comments:

Post a Comment