https://github.com/socialgouv/anonymify
Outils TypeScript pour l'anonymisation des données en langue Française, compatible Node.js et dans les browsers.
https://github.com/socialgouv/anonymify
anonymization csv
Last synced: about 1 year ago
JSON representation
Outils TypeScript pour l'anonymisation des données en langue Française, compatible Node.js et dans les browsers.
- Host: GitHub
- URL: https://github.com/socialgouv/anonymify
- Owner: SocialGouv
- License: other
- Created: 2022-01-03T08:56:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T00:16:24.000Z (about 1 year ago)
- Last Synced: 2025-04-05T01:20:37.267Z (about 1 year ago)
- Topics: anonymization, csv
- Language: TypeScript
- Homepage: https://socialgouv.github.io/anonymify
- Size: 19 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @socialgouv/anonymify
Outils TypeScript pour l'anonymisation des données en langue Française.
Compatible Node.js et dans les navigateurs
Démo : https://socialgouv.github.io/anonymify
## Packages
| package | description |
| ------------------------------------------- | ------------------------------------------ |
| [match-entities](./packages/match-entities) | detection du type d'entité |
| [csv-sample](./packages/csv-sample) | detection des types de données dans un CSV |
| [csv-anonymify](./packages/csv-anonymify) | anonymise un CSV |
## Apps
| app | description |
| ------------------- | ------------------------------- |
| apps/match-entities | démo web de match-entities |
| apps/csv | démo web d'anonymisation de CSV |
### Build
To build all apps and packages, run the following command:
```
yarn run build
```
### Develop
To develop all packages, run the following command:
```
yarn run dev
```
Also run the web demo separately : `cd apps/csv && yarn dev`
### The Secret Sauce
- [React.js](https://reactjs.org/)
- [MiniSearch](https://lucaong.github.io/minisearch/)
- [faker.js](https://github.com/marak/Faker.js/)
- [turborepo](https://turborepo.org/)
- [datagouv](https://data.gouv.fr)
### Todo
- export CSV progress