kibitan / pgmasking

Command line tool for generating anonymized database for PostgreSQL (WIP)
MIT License
6 stars 0 forks source link

Idea from pgantomizer - load dump into local dev db, anonymize it on the fly without parsing #7

Open zealot128 opened 1 month ago

zealot128 commented 1 month ago

Thanks for your talk yesterday!

I just found this Python tool which does something similar goal, like your tool https://github.com/asgeirrr/pgantomizer/tree/master/pgantomizer

But their approach is more like your First Apporch "Read + Update", I guess?

Their config format also has some more options, which might be also something we discussed for your main Masking Gem yesterday

kibitan commented 1 month ago

@zealot128 thank you for letting me know! and i'm happy to hear that you liked the talk :) interesting project, yes i also guess it is "Read + Update" approach. and as you suggest configuration option looks interesting, i would closely look later! thanks!!