anonlink-entity-service icon indicating copy to clipboard operation
anonlink-entity-service copied to clipboard

Privacy Preserving Record Linkage Service

Results 84 anonlink-entity-service issues
Sort by recently updated
recently updated
newest added

The outputs types permutation and similarity scores only work for 2 parties at the moment.

Currently, the order of the data providers is defined by the order of the `upload_tokens` returned by the service. This order then specified the index used in the `groups` result....

enhancement
state: Needs Design
P4: nice to have

See https://docs.protari.d61.io/dev/setting-up/logging/#example-logging

effort2: medium (day)

If we are a misbehaving user do we get good error messages back from the rest api.

In some cases a partial mapping between two datasets may be already known. We should enable analysts to provide that information - ideally as similarity scores - and the solver...

P4: nice to have
effort4: massive (month)
Epic

We add some basic rate limiting in our nginx container, and it is also possible and normal for a kubernetes deployment to have rate limiting applied on a ingress resource....

The json returned from the run status endpoint (and probably other endpoints) on json validation error isn't conforming to our json schema specification Example error: ``` { 'detail': "2.0 is...

It seems to be usual practice to separate helm charts from the code for the containers they deploy. The chart could ideally be automatically tested against new releases of the...

devops

This race condition occured while running the integration tests [here](https://dev.azure.com/data61/Anonlink/_build/results?buildId=335&view=ms.vss-test-web.build-test-results-tab). At first glance it seems like the celery worker correctly threw a DB exception in the `compute_filter_similarity` task, leading to...

bug

This issue is opened from observations when running 100 times 1M*1M linkage on a deployed service on k8s. At one point, the database fails and restarts (see issue #407 )....

bug
enhancement
deployment
best practice