wcmc-its / ReCiter

ReCiter: an enterprise open source author disambiguation system for academic institutions
Apache License 2.0
45 stars 23 forks source link

Parallel lookups for strict retrieval #308

Open paulalbert1 opened 5 years ago

paulalbert1 commented 5 years ago

Allow for parallel lookup to do multiple user IDs at a time and multiple lookups for a given ID.

This may incur additional costs.

We should put an option in application.properties to allow admins to turn this on and off.

sarbajitdutta commented 5 years ago

See if we can issue spring boot async to figure out if we can do parallel lookup for strict mode. This will improve response time and will be completely async.