CatgirlIntelligenceAgency/code/tools
Viktor Lofgren 440e097d78 (crawler) WIP integration of WARC files into the crawler and converter process.
This commit is in a pretty rough state.  It refactors the crawler fairly significantly to offer better separation of concerns.  It replaces the zstd compressed json files used to store crawl data with WARC files entirely, and the converter is modified to be able to consume this data.  This works, -ish.

There appears to be some bug relating to reading robots.txt, and the X-Robots-Tag header is no longer processed either.

A problem is that the WARC files are a bit too large.  It will probably be likely to introduce a new format to store the crawl data long term, something like parquet; and use WARCs for intermediate storage to enable the crawler to be restarted without needing a recrawl.
2023-12-13 15:33:42 +01:00
..
crawl-data-unfcker (crawler) WIP integration of WARC files into the crawler and converter process. 2023-12-13 15:33:42 +01:00
experiment-runner (crawler) WIP integration of WARC files into the crawler and converter process. 2023-12-13 15:33:42 +01:00
load-test (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
screenshot-capture-tool (screenshot-capture-tool) Make screenshot-capture-tool cooperate with docker 2023-11-01 16:38:55 +01:00
stackexchange-converter (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
term-frequency-extractor (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00