@sigfox/monganym

Anonymize mongodb database.

Usage no npm install needed!

<script type="module">
  import sigfoxMonganym from 'https://cdn.skypack.dev/@sigfox/monganym';
</script>

README

mongoanym

Anonymize mongodb database using declarative configuration backed by Chance.js to generate deterministic suite of anonymous data.

Install

npm i @sigfox/mongoanym

Usage

CLI

npx mongoanym mongodb://192.168.0.5/foo --config examples/config.json

As a module

const mongoanym = require('mongoanym');

await mongoanym(url, config);

Test

npm test

Licence

This project is licensed under the MIT License - see the LICENSE file for details.