data-anonymization
data-anonymization copied to clipboard
Want to use production data for testing, data-anonymization can help you.
I modified the blacklist section of the readme to try to improve it a bit for clarity and grammatical correctness!
I am just looking for a little guidance here on how to anonymize jsonb fields. The docs are a little unclear to me how I would go about using a...
Hi, This is more a question than a real issue. Do you have a compatibility table of the tool with mongo ? I need to anonymise a mongo 3.4 before...
RIght now it looks like to use the whitelist strategy, you *have* to: 1. Have a destination database 2. Destination database must already be created 3. Structure of tables and...
Throughout the codebase, there are references to "whitelists" and "blacklists". These terms come with certain baggage and are not exactly inclusive. By migrating to terms such as "allow list" and...
Hi Sunit if the connecton string is wrong or something else get wrong , i get info about a ERROR only in the log, the UNIX return code is 0...
First, I want to thanks for the great tool. It's very useful and help us a lot. I have try to follow example but seem not working? Anyone has success...
I try to run the generator as explained in the readme with ``` datanon generate_mongo_dsl \ --database=my_db \ --host=localhost ``` I run into > /usr/local/rvm/gems/ruby-2.3.0/gems/data-anonymization-0.8.0/bin/datanon:45:in `generate_mongo_dsl': uninitialized constant DataAnon::ThorHelpers::MongoDBDSLGenerator (NameError)
See https://github.com/sunitparekh/data-anonymization/issues/66 I know that there are tests missing for the bulk_processing, cause we would need postgresql or mysql in the tests plus the activerecord-import gem (as development_dependency?) and I...