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

To make it easier to update our 24 Python dependencies we might want to use pipenv.

Ensure that tutorials link to api spec, linkage schema and relevant more detailed docs

docs

I suspect that if we had a special queue for processing worker requests to delete a project we might avoid a lot of unnecessary work while testing. It might be...

As each PII field may have different types of errors (e.g. missing data, transcription error, entirely changed data...) we need to document any built in assumptions. - Matching common names:...

The tests are currently written to work entirely through the REST api - this is good for e2e style tests as we don't have to have special access to the...

Currently, the analyst has to define a threshold 'k' when creating a run, which is then used to compute the similarity matrix. Bad choices for the threshold can lead to...

In an internal logging discussion we decided that each project should have the ability to log to postgresql.

See https://github.com/n1analytics/entity-service/pull/219 > init-db-schema.sql was failing because it was trying to create tables that already existed. > I suggest adding a test to make sure that init-db-schema.sql can be executed...