aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler
Commit message (Collapse)AuthorAgeFilesLines
* rename FileIngestWorkerBryan Newbold2019-11-132-5/+10
|
* refactor consume_topic name out of make_kafka_consumer()Bryan Newbold2019-11-131-5/+5
| | | | Best to do this in wrapping code for full flexibility.
* more progress on file ingestBryan Newbold2019-11-133-16/+73
|
* much progress on file ingest pathBryan Newbold2019-10-225-15/+334
|
* we do actually want consolidateHeader=2, not 1Bryan Newbold2019-10-041-3/+3
|
* grobid: consolidateHeaders typoBryan Newbold2019-10-041-1/+1
|
* disable citation consolidation by defaultBryan Newbold2019-10-041-1/+1
| | | | | | | with this consolidation enabled, the glutton_fatcat elasticsearch server was totally pegged over 90% CPU with only 10 PDF worker threads; the glutton load seemed to be the bottleneck even for this low degree of parallelism. Disabled for now, will debug with GROBID/glutton folks.
* fix GROBID POST flagsBryan Newbold2019-10-041-1/+3
|
* workers: better generic batch-size arg handlingBryan Newbold2019-10-031-0/+6
|
* handle GROBID fetch empty blob conditionBryan Newbold2019-10-031-1/+2
|
* have grobidworker error status indicate issues instead of bailingBryan Newbold2019-10-021-4/+13
|
* more counts and bugfixes in grobid_toolBryan Newbold2019-09-262-4/+6
|
* off-by-one error in batch sizesBryan Newbold2019-09-261-1/+1
|
* small improvements to GROBID toolBryan Newbold2019-09-261-0/+4
|
* lots of grobid tool implementation (still WIP)Bryan Newbold2019-09-265-9/+632
|
* re-write parse_cdx_line for sandcrawler libBryan Newbold2019-09-252-1/+85
|
* start refactoring sandcrawler python common codeBryan Newbold2019-09-233-0/+90