neurostuff / neurostore

The NeuroStore/Neurosynth application
https://compose.neurosynth.org
9 stars 5 forks source link

update pubmed import to accept any number of PMIDs #801

Open nicoalee opened 2 months ago

nicoalee commented 2 months ago

Currently we only limit pubmed imports to 1,500 PMIDs due to rate limiting (500 IDs per request, 3 requests per second). However we should implement batch HTTP processing (via the executeHTTPRequestsAsBatches function) in order to accept any number of pmids