0.1.0-alpha.0 • Published 2 years ago

@db-faker/anonymizer v0.1.0-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

🕵 Anonymizer

Anonymizer is a NodeJS library and CLI to easily anonymize data.

It has been made to anonymize development databases to ensure that your are not exposing sensible data.

🚧 This library is under heavy development 🚧

Use it at your own risks !

Help us to make this library Production ready by Contributing.

📅 Roadmap

  • Dump any SQL database using Knex
  • Easy configuration
  • Share and reuse faked values for data constistency
  • Add multiple input formats
    • CSV files
    • [] SQL
    • [] JSON
  • Add multiple output formats
    • CSV files
    • [] SQL
    • [] JSON

CLI

WIP

Library

WIP

👀 Looking for more

You are working with large databases ? You can use Dumper to subset your production database and only dump a sample of it.

And if you want to use both at the same time you can use DB Faker !

🔨 Contribute

WIP