Comment by woyten
1 month ago
Currently working on adding MySQL support to Greenmask (a database anonymization and synthetic data generation tool).
The interesting part is that it’s not just about adding another database driver. I’m revisiting a big part of the codebase and introducing a framework that should make implementing support for new DBMSs much simpler. The goal is to make Greenmask more extensible so that the community can add support for other databases without needing to dig through the entire internal architecture.
Published the first beta of this new approach a few months ago, and now the focus is on stabilizing it and making it production-ready.
MySQL support discussion: https://github.com/GreenmaskIO/greenmask/issues/222
Beta release: https://github.com/GreenmaskIO/greenmask/releases/tag/v1.0.0...
No comments yet
Contribute on Hacker News ↗