Skip to content

NGI-TRUSTCHAIN/UtiP-DAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository hosts information to UtiP-DAM as part of NGI TRUSTCHAIN project.

https://trustchain.ngi.eu/utip-dam/

Motivation

Correlation Systems is developing UtiP-DAM with a core focus on customer needs in the context of privacy-compliant crowd data management. Our innovative solution addresses the challenges associated with adhering to strict local privacy laws when collecting, storing, and analyzing crowd-sourced data. Notably, UtiP-DAM will empower users, including its existing customers, to:

  • Distribute data openly, securely and in compliance with data privacy laws: Through UtiP-DAM, dataset owners will be able to share anonymized data in open-source frameworks such as the International Data Space, and private frameworks such as the UtiP-DAM marketplace, fostering collaboration and innovation for mobility and location- based solutions.
  • Unlock new revenue streams: the UtiP-DAM marketplace will enable the resell of anonymized data while protecting individual privacy, potentially generating additional income for Correlation Systems and dataset owners.

Functionalities

  • General auditing tool: this tool analyzes a mobility data file (CSV format) and outputs the lowest K value within the data. This provides a quick assessment of the overall anonymization strength of the dataset.
  • Detailed auditing tool: this tool delves deeper, providing a K value for each individual mobility sequence within the data. This granular analysis enables developers to pinpoint specific areas within the dataset that might require additional anonymization measures.
  • K-anonymization tool: This tool addresses the core challenge of anonymizing mobility data. It replaces identifiers of mobility patterns below K using random IDs. This anonymization technique ensures that individual movements cannot be linked with another, while preserving valuable data insights for analysis.

Integration in other Ecosystems

UtiP-DAM enables users to share their datasets with Mobility Data Space (MDS)

Github

Backend services

Marketplace

Installation

Docker

cd utipdam-docker
docker-compose pull && docker-compose up -d

API Documentation

Swagger

Usage

  1. anonymize
curl -D headers.txt -X POST "http://localhost:8888/api/mobility/anonymize" --form file=@test.csv --form k=2
  1. audit
curl -X POST "http://localhost:8888/api/mobility/audit" --form file=@test.csv --form k=2
  1. device to visitor id
curl -X GET "http://localhost:8888/api/deviceToVisitorId?sensorId=3281&mac=4C:75:25:97:D1:FD"

Video Tutorial

Docker

External API usage

About UtiP-DAM

Contact

Feel free to reach out to us for more information https://ngi.cs.co.il/contact

About

Mobility Data Anonymization and Verification Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published