Releases: vaneavasco/mongo-data-anonymizer
Releases · vaneavasco/mongo-data-anonymizer
Add repository link to package.json and update README.md - Added the GitHub repository link to the `package.json` file. - Updated the `README.md` to include the default field list and detailed usage instructions.
Add repository link to package.json and update README.md - Added the GitHub repository link to the `package.json` file. - Updated the `README.md` to include the default field list and detailed usage instructions.
Latest
- Added the GitHub repository link to the
package.json
file. - Updated the
README.md
to include the default field list and detailed usage instructions.
Add copyNonAnonymized option
--copyNonAnonymized
: (Optional) If set, non-anonymized collections will be copied as-is to the target database. By default, non-anonymized collections are not copied.
MongoDB Data Anonymizer v0.1.2 Release
We are excited to announce the release of MongoDB Data Anonymizer v0.1.0. This version introduces the ability to anonymize specified fields in MongoDB collections and copy them to a target database. It includes a command-line interface for easy usage. The anonymization process can be customized with options such as specifying the collections to anonymize or ignore, and setting the batch size for processing documents. This release also introduces the + and - modifiers for the fieldList option, allowing users to add or remove fields from the default list respectively.