Skip to content

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.

25 Sep 06:52
acdd238
Compare
Choose a tag to compare
  • 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

18 Jun 07:53
Compare
Choose a tag to compare

--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

12 Jun 11:31
Compare
Choose a tag to compare

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.