{"id":38917687,"url":"https://github.com/sdsc-ordes/deid-module","last_synced_at":"2026-01-17T15:29:16.555Z","repository":{"id":322224921,"uuid":"1046854155","full_name":"sdsc-ordes/deid-module","owner":"sdsc-ordes","description":"Text deidentification module.","archived":false,"fork":false,"pushed_at":"2025-12-04T14:16:49.000Z","size":58,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-06T13:54:50.346Z","etag":null,"topics":["ner","nlp","privacy"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdsc-ordes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T10:32:21.000Z","updated_at":"2025-12-04T14:16:53.000Z","dependencies_parsed_at":"2025-11-10T15:02:57.825Z","dependency_job_id":null,"html_url":"https://github.com/sdsc-ordes/deid-module","commit_stats":null,"previous_names":["sdsc-ordes/deid-module"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdsc-ordes/deid-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsc-ordes%2Fdeid-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsc-ordes%2Fdeid-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsc-ordes%2Fdeid-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsc-ordes%2Fdeid-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdsc-ordes","download_url":"https://codeload.github.com/sdsc-ordes/deid-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsc-ordes%2Fdeid-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ner","nlp","privacy"],"created_at":"2026-01-17T15:29:15.861Z","updated_at":"2026-01-17T15:29:16.542Z","avatar_url":"https://github.com/sdsc-ordes.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deid-module\n\nThis repository defines helm chart to deploy a text de-identification module based on [Microsoft Presidio](https://github.com/microsoft/presidio) to deploy on a kubernetes cluster.\nIt is meant to be used as an HTTP API.\n\n## Goal\n\nThe helm chart in this repository adapts the upstream presidio helm chart with the following goals:\n\n- easily override yaml configs with custom values\n- default support for multi-lingual texts (en/it/fr/de)\n\n## Usage\n\nThe docker images and helm chart are published directly in the github container registry of this repository.\nIt can be installed with:\n\n```shell\nhelm install --create-namespace presidio oci://ghcr.io/sdsc-ordes/deid-module-chart/deid-presidio\n```\n\nThe chart does not declare any ingress, as its meant to be used by other services within the cluster.\nIf you want to experiment with it, create a port-forward:\n\n```shell\nkubectl port-forward svc/presidio-deid-presidio-analyzer 8080:80\n```\n\nThe REST API documentation of Microsoft Presidio is available [here](https://microsoft.github.io/presidio/api-docs/api-docs.html) (or [here](https://web.archive.org/web/20230313231442/https://microsoft.github.io/presidio/api-docs/api-docs.html) via the Internet Archive's Wayback Machine])\n\n## Configuration\n\nYou may configure the installation by providing a custom values.yaml file.\n\n```shell\nhelm install -f custom-values.yaml --create-namespace presidio oci://ghcr.io/sdsc-ordes/deid-module-chart/deid-presidio\n```\n\nNote that the presidio configuration files are exposed through configMaps.\nThe values `analyzerConfigMapName` `defaultConfigMapName` and `recognizersConfigMapName` can be used to point to the name of an existing configMap.\nYou may look at [`configmap-default-recognizers.yaml`](./src/chart/templates/configmap-default-recognizers.yaml) for an example on how to write your own configmap.\n\n## Development\n\n\u003e [!NOTE]\n\u003e The following requires nix to be installed in the system ([install nix](https://docs.determinate.systems/))\n\nThe repository contains a nix flake with all the tooling needed to develop and deploy the charts.\nIf direnv and nix are installed on the system, just run `direnv allow` in the repository to activate the development shell whenever you `cd` into it.\n\n\u003e [!TIP]\n\u003e Alternatively, you can enter the devshell manually with\n\u003e `nix develop ./tools/nix#default --accept-flake-config --command zsh`\n\nAdditionally, a justfile contains recipes to work with the manifests. Typs `just` to list available recipes (`just` is included in the nix flake).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdsc-ordes%2Fdeid-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdsc-ordes%2Fdeid-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdsc-ordes%2Fdeid-module/lists"}