Anonymize mongodb database using declarative configuration backed by Chance.js to generate deterministic suite of anonymous data.
npm i @sigfox/mongoanym
npx mongoanym mongodb://192.168.0.5/foo --config examples/config.json
const mongoanym = require('mongoanym');
await mongoanym(url, config);
npm test
This project is licensed under the MIT License - see the LICENSE file for details.