RepliByte - an app to synchronize your cloud databases and obfuscate sensitive data

After months of experimenting with different ways of synchronizing databases, I am super excited to announce RepliByte - a simple way to synchronize cloud databases and obfuscate sensitive data - written in Rust.

As explained in the README, my primary motivation is to respond to a widespread need that most developers have - cloning the production database into a development database while cleaning the sensitive data. It is precisely the purpose of RepliByte.

I am still in the early days of development, but you can look at the code and the README. It should be clear enough to help me out in that journey, and why not contribute?!

At the moment, I focus on supporting Postgres, but I plan to support MySQL and MongoDB. RepliByte can support any database since I created an abstraction layer.

Thanks for your feedback.

GitHub: github.com/Qovery/replibyte