Giter VIP home page Giter VIP logo

arx's Introduction

arx-anonymizer

Anonymizes entities using the Arx tool.

Build Status

Workflow with Sesam

  1. Export the full dataset (or a representative sample) that you want to anonymize to CSV
  2. Import the CSV file into Arx
  3. Configure each column, define the hierarchies, etc. and save the project as a .deid file
  4. Store the .deid file somewhere accessible (Note! This file contains the original input, so make sure it's not publicly available)
  5. Spin up this microservice and point it to the .deid file using env DEID_URL
  6. This microservice can be used as a http_transform to anonymize entities that have the same structure as the CSV file.

Example config

{
  "_id": "arx",
  "type": "system:microservice",
  "docker": {
    "environment": {
      "DEBUG": "true",
      "DEID_URL": "http://arx.deidentifier.org/?ddownload=2036"
    },
    "image": "sesamcommunity/arx",
    "port": 4567
  }
}

Known issues

There is currently no way to select which transform to use. The optimum node will always be picked.

The optimum transform is based on the data stored in the .deid file, and additional data might produce another optimum transform. Therefore the training set should be updated on a regular basis.

When anonymizing deltas, we remove the KAnonymity and LDiversity privacy criteria because they cannot be applied to a single row. The project need to include a least one more criteria in order to work. One way to do this is to select a subset of the input data in the Arx tool. This will include a Inclusion criteria and work.

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.