aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/harvest/oaipmh.py
Commit message (Collapse)AuthorAgeFilesLines
* fix missing KafkaException harvester importsconfluent-kafkaBryan Newbold2019-04-081-1/+1
|
* bump max message size to ~20 MBytesBryan Newbold2019-04-081-0/+1
|
* fixes to confluent-kafka harvestersBryan Newbold2019-04-081-8/+8
|
* first draft harvesters using confluent-kafkaBryan Newbold2019-04-061-11/+30
|
* MEDLINE/Pubmed noteBryan Newbold2019-03-151-2/+6
| | | | Also, arXivRaw, not arXiv (though see WIP on more-importers branch)
* bunch of lint/whitespace cleanupsBryan Newbold2019-02-221-6/+5
|
* clean up harvester comments/docsBryan Newbold2018-11-211-44/+29
|
* use isoformat() to format datesBryan Newbold2018-11-211-2/+2
| | | | This shouldn't change behavior; it's just more consistent.
* fix loop_sleep typoBryan Newbold2018-11-211-1/+1
|
* fix OAI-PMH name/finished messageBryan Newbold2018-11-211-1/+6
|
* fix oai-pmh issue againBryan Newbold2018-11-211-13/+14
|
* oaipmh: handle NoRecordsMatchBryan Newbold2018-11-211-5/+8
|
* initial OAI-PMH harvestersBryan Newbold2018-11-191-0/+157