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

Previously, we were accessing the CLKs in a streaming fashion to avoid parsing the json in one hit. This enables running the web front-end with less memory. However, as connexion...

bug

Revisit the REST API with the addition of multiparty result types, and adding in scores/probabilities. Probably related to #292

Proposed pattern: 1. Party 1 Creates a project, Anonlink-Entity-Service issues a “Project Join Secret” 2. Party 1 gives Party ((n)) the join secret, who register with the entity service. The...

security
API
proposal
effort2: medium (day)

It may be possible to carry out the solver on GPU, it would make it easier if it was a standalone component though. It wouldn't need to have its own...

[CSR format](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_(CSR,_CRS_or_Yale_format)) as a way to store graphs have several advantages - Space efficient. For a graph with `V` vertices and `E` edges, it takes `V + E + 1`...

Currently only the Base64 serialised CLK format is documented. The binary one should be documented also.

docs

It may be required that companies want to create multiple CLKs per row so they can link with multiple other orginisations. To support this: - the server, database and api...

feature request

Lots of options: ElasticSearch, PostGresQL, AWS Cloud Watch... Would be nice to support the same as N1-Engine which suggests logging to postgresql.

Consider how this should work and design the api. **Requirements** * must allow an external user to provide known mappings via REST api. * should allow external user to provide...