Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Cool! Reminds me of Fractal Database, https://github.com/fractalnetworksco/fractal-database

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.



Cool to learn about your project, thanks for sharing!

Do you expose the CDC log over Django? Or how do you listen for changes.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: