The Dual Write pattern applied in the context of legacy migration involves the new system writing to both the new datastore and the legacy datastore at the same time, so that both the new application and legacy have upto data information in their datastores. It’s immediately consistent rather than relying on asynchronous events that provide only eventual consistency.

🚧 More Coming Soon!

We're working on more details for this pattern. Stay tuned for updates!