OpenKnowledgeMaps / Headstart

A framework for creating web-based knowledge maps
https://openknowledgemaps.org/
MIT License
194 stars 42 forks source link

pubmed dumps #389

Open sckott opened 4 years ago

sckott commented 4 years ago

Due to various issues with using the NCBI Entrez API (e.g, #257 ) we could explore using pubmed dumps instead of calling their API.

The above link I think is just the OA subset, not sure how many papers that is exactly. I don't think that's what we'd need, but maybe it is.

I guess the draw back of this approach is that we'd need to build our own search on top of the data. Could index it all with solr/elasticsearch, then call that internal API?

sckott commented 4 years ago