/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.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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 and D3.

Requirements

  • Node 6.9.3, or later, required;
  • Npm 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.