PoC Django ORM replication engine that supports master-master replication in a decentralized context. With a Django based solution you can sync between any DB Django supports so MySQL <-> Postrgres <-> SQLite is easy peasy.
Disclaimer: I am the author and haven't written the README yet, but cool to see similar stuff nonetheless.
By leveraging Django's db transaction machinery in concert with Django's post save signals we send full representations to a user configurable replication target.
We provide a Matrix (protocol) replication target implementation but system's architecture was designed to be transport and database agnostic.
Our goal is to make it easy for developers to build offline-first decentralized applications for private / permissioned networks.
PoC Django ORM replication engine that supports master-master replication in a decentralized context. With a Django based solution you can sync between any DB Django supports so MySQL <-> Postrgres <-> SQLite is easy peasy.
Disclaimer: I am the author and haven't written the README yet, but cool to see similar stuff nonetheless.