aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler
Commit message (Collapse)AuthorAgeFilesLines
* ia: use newer gwb (petabox) loading classBryan Newbold2020-11-041-5/+8
| | | | This fixes zstandard WARC reading.
* persist: fix worker API/typing hacks (raw_key, key, key_str)Bryan Newbold2020-11-041-9/+9
|
* html: actually publish HTML TEI-XML to body; fix dataflow though ingest a bitBryan Newbold2020-11-041-5/+25
|
* initial implementation of HTML ingest in existing workerBryan Newbold2020-11-044-15/+94
|
* small fixes from local testing for XML ingestBryan Newbold2020-11-032-4/+9
|
* xml: re-encode XML docs into UTF-8 for persistingBryan Newbold2020-11-032-1/+10
|
* persist: XML and HTML persist workersBryan Newbold2020-11-031-3/+74
|
* ingest: handle publishing XML docs to kafkaBryan Newbold2020-11-031-3/+21
|
* refactor 'minio' to 'seaweedfs'; and BLOB env varsBryan Newbold2020-11-032-4/+6
| | | | | This goes along with changes to ansible deployment to use the correct key names and values.
* gen_file_metadata: detect JATS XML and use application/jats+xmlBryan Newbold2020-11-031-0/+4
|
* basic support for XML ingest in workerBryan Newbold2020-11-031-23/+40
|
* html: improve XML fulltext extraction for scieloBryan Newbold2020-11-031-4/+17
|
* tweak html_meta SQL schemaBryan Newbold2020-11-031-12/+19
|
* html: some refactoringBryan Newbold2020-11-032-23/+56
|
* move transfer encoding helper to sandcrawler/ia.pyBryan Newbold2020-11-032-23/+42
|
* ingest: cleanups, typing, start generalizing to xml and htmlBryan Newbold2020-11-031-122/+118
|
* ingest: tweak debug printing alignmentBryan Newbold2020-11-032-11/+10
|
* ingest: add more IA domainsBryan Newbold2020-11-031-0/+2
|
* cdx: fix 'closest' supportBryan Newbold2020-11-031-3/+2
|
* html: start on SQL tableBryan Newbold2020-11-031-0/+44
|
* html: syntax fixes; resolve relative URLs; extract more XML fulltext URLsBryan Newbold2020-10-302-8/+15
|
* html: work around firstmonday DOCTYPE issueBryan Newbold2020-10-301-0/+3
|
* cdx datetime parsing improvementsBryan Newbold2020-10-301-0/+11
|
* cdx: add support for 'closest' time parameterBryan Newbold2020-10-301-3/+9
|
* html: more ingest improvementsBryan Newbold2020-10-302-18/+120
|
* html ingest: improve data flowBryan Newbold2020-10-291-18/+41
|
* better default CLI output (show usage)Bryan Newbold2020-10-291-1/+1
|
* misc: type annotations, fix parse_cdx_datetimeBryan Newbold2020-10-291-14/+18
|
* html: initial ingest implementationBryan Newbold2020-10-291-0/+193
|
* html: more biblio selectors; resource extractionBryan Newbold2020-10-291-0/+102
|
* HTML meta: more from online hunting/researchBryan Newbold2020-10-271-3/+54
|
* HTML metadata: fix type warningsBryan Newbold2020-10-271-1/+3
|
* start HTML metadata extraction codeBryan Newbold2020-10-271-0/+230
|
* ingest: skip JSTOR DOI prefixesBryan Newbold2020-10-231-0/+3
|
* Revert "reimplement worker timeout with multiprocessing"Bryan Newbold2020-10-221-17/+23
| | | | | | | This reverts commit 031f51752e79dbdde47bbc95fe6b3600c9ec711a. Didn't actually work when testing; can't pickle the Kafka Producer object (and probably other objects)
* ingest: decrease CDX timeout retries againBryan Newbold2020-10-221-1/+1
|
* reimplement worker timeout with multiprocessingBryan Newbold2020-10-221-23/+17
|
* ingest: fix WaybackContentError typoBryan Newbold2020-10-211-1/+1
|
* ingest: add a check for blocked-cookie before trying PDF url extractionBryan Newbold2020-10-211-0/+11
|
* differential wayback-error from wayback-content-errorBryan Newbold2020-10-217-18/+22
| | | | | | The motivation here is to distinguish errors due to current content in wayback (eg, in WARCs) from operational errors (eg, wayback machine is down, or network failures/disruption).
* ingest: add a cdx-error slowdown delayBryan Newbold2020-10-191-0/+3
|
* SPN CDX delay now seems reasonable; increase to 40sec to catch mostBryan Newbold2020-10-191-1/+1
|
* ingest: fix old_failure datetimeBryan Newbold2020-10-191-1/+1
|
* CDX: when retrying, do so every 3 seconds up to limitBryan Newbold2020-10-191-5/+9
|
* ingest: try SPNv2 for no-capture and old failuresBryan Newbold2020-10-191-1/+5
|
* SPN: more verbose status loggingBryan Newbold2020-10-191-0/+4
|
* ingest: disable soft404 and non-hit SPNv2 retriesBryan Newbold2020-10-191-4/+5
| | | | | | This might have made sense at some point, but I had forgotten about this code path and it makes no sense now. Has been resulting in very many extraneous SPN requests.
* CDX: revert post-SPN CDX lookup retry to 10 secondsBryan Newbold2020-10-191-1/+1
| | | | | Hoping to have many fewer SPN requests and issues, so willing to wait longer for each.
* ingest: catch wayback-fail-after-SPN as separate statusBryan Newbold2020-10-191-4/+17
|
* SPN: better log line when starting a requestBryan Newbold2020-10-191-0/+1
|