CommonCrawl_URL_Processor/README.md
2023-12-12 11:04:52 +00:00

1.3 KiB

Overview:

Use the following set of scripts to extract urls from CommonCrawl WAT files and output to a compressed txt file.

This script stack compromises of two processes running concurrently (One on the URL Extractor Server downloading, processing and zipping the results and the other stack pulling the files via rsync to a destination of your choice.)

The script can be run without the second part but the server will quickly fill if large data sets are being processed (eg; CommonCrawl WARC/WAT Files).

Requirements:

  • Python3
  • Gzip
  • Axel
  • Parallel

Pre-Setup Steps:

Before running the scripts, there are some steps required to setup the stack.

A script has been devised to automate the steps.

Run "prerequisites.sh" to setup the stack.

Steps:

  1. Run url_extractor.py against the directory of txt.gz files you are wanting to process. The script will ask for you to enter the location of the files, where you want to store the output and the concurrency to run the script at.
  2. Once the script has completed running, verify the output of the file.

Notes:

  • A text file with all of the CommonCrawl links named "urls_to_download.txt" is required to be located in /opt/CommonCrawl_URL_Processor.