Git Product home page Git Product logo

dba's People

Contributors

rpip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dba's Issues

Add a web UI that can be started via the CLI

Add a web UI that can be started via the CLI with an optional port address.

Features of Web UI:

  1. Start, pause, resume and stop anonymizations
  2. Export anonymized data sets
  3. Load new datasets
  4. View past operations
  5. Log in and log out
  6. User authorization management: user access and permissions
  7. Edit/upload anonymizations configuration files

Add support for NoSQL database

Add ability to also anonymize non-relational/NoSQL databases such as Redis, MongoDB and others.

This can be done by detecting the database type from the config and use the right strategy to run the operation

Add a destination database

Currently the anonymize operations update the tables directly. This can be improved with an optional destination database.

Few options around this:

  • Copy and save only only the changed fields
  • Copy and save the updated fields and the unchanged fields
  • Optionally, dump the updates onto the screen for the user to pipe to a file

Add support for automatically anonynizing the entire database

Add support for automatically anonynizing the entire database. This would mean infering the column data types, and generating the appropriate data for that column. Good way to start this is by adding config file option to auto anonymize all.

Optionally, can also support auto-anonymization on specific tables

Run performance tests

Currently operations are run sequentially, ie, by iterating through the tables.

Write performance tests:

  1. How fast does it ran given a sample data size?
  2. Can it do multiple concurrent anonymizations on the same computer?
  3. What's the limit on how much data it can process?

Optionally, add an option to the tool to run the performance tests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.