Nitzan Ohana
Nitzan Ohana
Allow to aes encrypt with a key to encrypt data on server
* Allow to set: * `DBZAR_URI` * `DBZAR_DB` * `DBZAR_TABLE` * `DBZAR_COL` So you can simply run: `dbzar anon-col` and it will work * Throw error in case neither envs...
So it will explain how to build a configuration automatically `website/docs/config.md`
Include the json so it can be used by vscode
Add a bundler (rollup?) to minify everything to a single file
Add neo4j processor to allow processing neo4 graphs
Ask user to confirm before running the anon-db "This command will anonymize X columns in db Y"
* replace `src/anonymizers/mask/mask-options.ts` from `character` to `replaceWith` * test on a live mongo db
Allow to include ``` uri: $MY_URI ``` and expand it when running anon-db