Git Product home page Git Product logo

anonymizer's Introduction

anonymizer

Atidot Anonymizer Monad and tools

Goals

  1. Iteration on data keys in various data formats, such as: csv, json, xml & etc.
  2. guranteed privacy on each operation
  3. allow easy anonymization of data by analysing the key
  4. easy declarative programming interface

Code Examples

TBA

modes

Notebook Server

How to run

cd build
make notebook

The notebook server will be opened in browser

how to Run in a Docker

cd build
make notebook-docker
docker run -it -v </path/to/notebooks/folder>:/notebooks --network="host" anonymizer-notebook

Usage

TBA

Swagger Spec

To print Swagger spec of the API server, run:

cd build
make swagger

api-server

the anonymizer API server runs in a docker

How to Run

cd build
make api-server
docker run -it  -v /home/talz/.anonymizer-secrets:/var/.secrets --network="host" anonymizer-api

notes:

  • host-secret-folder must contain the following files: ssl-key.key,ssl-cert.crt, hashing-key.key
  • port is set defaultly to 443

Modifing docker environment variables

additional control over the server is given by the following env variables:

  • SSL_KEY
  • SSL_CERT
  • HASH_KEY
  • PORT

for example, if we wanted to run the docker on port 444:

docker run -it  -v /home/talz/.anonymizer-secrets:/var/.secrets --network="host" -e PORT=444 anonymizer-api

Usage

TBA

roadmap & future tasks

TBA

anonymizer's People

Contributors

talzelati avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.