https://github.com/lincnil/cabanon
CabAnon vise à évaluer les performances de différentes techniques d’anonymisation sous la forme de dataviz interactives. Elles évaluent le « coût » de ces techniques en terme de potentiel d’utilisation de jeux de données anonymisées.
https://github.com/lincnil/cabanon
anonymisation d3 datavisualization react
Last synced: about 1 year ago
JSON representation
CabAnon vise à évaluer les performances de différentes techniques d’anonymisation sous la forme de dataviz interactives. Elles évaluent le « coût » de ces techniques en terme de potentiel d’utilisation de jeux de données anonymisées.
- Host: GitHub
- URL: https://github.com/lincnil/cabanon
- Owner: LINCnil
- License: gpl-3.0
- Created: 2017-11-02T17:11:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T12:55:34.000Z (over 8 years ago)
- Last Synced: 2025-04-19T08:33:43.589Z (about 1 year ago)
- Topics: anonymisation, d3, datavisualization, react
- Language: JavaScript
- Homepage:
- Size: 24.4 MB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cabanon
Cabanon is an experimental visualisation project exploring issues around privacy and anonymisation techniques by visually comparing the results
obtained by anonymising one dataset with different anaonymisation methods.
Built using [React](https://facebook.github.io/react/) and [D3](https://d3js.org/).
## Requirements
- [Node](https://nodejs.org/en/) 6.9.3, or later, required;
- [Npm](https://www.npmjs.com/) 3.10.10, or later, required;
Before running the app, check which version of node and npm are in use. Type `node -v` and `npm -v` in the terminal
or command prompt to do so.
## Running the app
- Run `npm install` to install the required dependencies.
- Run `npm start` to launch locally the app.
- Go to `localhost:8080` in your web browser. The app works with Firefox, Chrome and Safari.