aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* initial implementation of HTML ingest in existing workerBryan Newbold2020-11-044-15/+94
|
* small fixes from local testing for XML ingestBryan Newbold2020-11-033-6/+9
|
* xml: re-encode XML docs into UTF-8 for persistingBryan Newbold2020-11-034-1/+364
|
* persist: XML and HTML persist workersBryan Newbold2020-11-032-3/+121
|
* ingest: handle publishing XML docs to kafkaBryan Newbold2020-11-032-3/+27
|
* refactor 'minio' to 'seaweedfs'; and BLOB env varsBryan Newbold2020-11-035-25/+27
| | | | | 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-033-24/+57
|
* 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
|
* pytest: ignore DW in justextBryan Newbold2020-11-031-0/+1
|
* 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-303-15/+23
|
* html: work around firstmonday DOCTYPE issueBryan Newbold2020-10-303-0/+458
|
* tests: fix conditional on poppler version checkBryan Newbold2020-10-301-1/+1
|
* 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-296-6/+6
|
* improve test running and configBryan Newbold2020-10-293-3/+7
|
* misc: type annotations, fix parse_cdx_datetimeBryan Newbold2020-10-291-14/+18
|
* html: initial ingest implementationBryan Newbold2020-10-291-0/+193
|
* html: more metadata testsBryan Newbold2020-10-292-0/+2453
|
* pipenv: braveblocker, dynaconf, sentry-sdkBryan Newbold2020-10-292-29/+34
|
* 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-272-2/+5
|
* grobid2json: fix deprecation warningBryan Newbold2020-10-271-1/+1
|
* pylint: fix error on selectolax importBryan Newbold2020-10-271-0/+1
|
* pytest: remove unknown 'ignore' from config fileBryan Newbold2020-10-271-2/+0
|
* new dependencies for HTML metadata parsingBryan Newbold2020-10-272-926/+184
|
* start HTML metadata extraction codeBryan Newbold2020-10-276-0/+2858
|
* 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
|
* make: coverage report and HTML in one goBryan Newbold2020-10-222-5/+2
|
* 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).
* persist PDF extraction in ingest pipelineBryan Newbold2020-10-201-4/+16
| | | | | Ooof, didn't realize that this wasn't happening. Explains a lot of missing thumbnails in scholar!
* 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
|