--

Hi - let me make sure I understand your requirements:

(a) you want to keep two databases in sync, meaning, both have the same state at every transaction commit, and you consider dual write for that

(b) two databases might store data differently, like one database relational, one database document-oriented, but both should be consistent as both store the exact same data.

Is this capturing it?

--

--

No responses yet