source: gs3-extensions/maori-lang-detection/MoreReading/CommonCrawl.txt@ 33457

Last change on this file since 33457 was 33457, checked in by ak19, 5 years ago

Got stage 1, the WARC to WET conversion, working, after necessary adjustments to the online instructions were discovered and made. Instructions and code didn't work as is, they probably were out of date.

File size: 20.2 KB
Line 
1WARC, WET, WAT FILES
2https://pypi.org/project/warc3-wet/
3https://gist.github.com/Smerity/afe7430fdb4371015466
4https://github.com/commoncrawl/commoncrawl/issues/11
5WARC TO WET:
6https://groups.google.com/forum/#!topic/common-crawl/hsb90GHq6to
7
8Sebastian Nagel
905/07/2017
10Hi,
11
12unfortunately, we do not provide (yet) text extracts of the CC-NEWS archives.
13
14But it's easy to run the WET extractor on the WARC files, see:
15 https://groups.google.com/d/topic/common-crawl/imv4hlLob4s/discussion
16 https://groups.google.com/d/topic/common-crawl/b6yDG7EmnhM/discussion
17
18That's what you have to do:
19
20# download the WARC files and place them in a directory "warc/"
21# create sibling folders wat and wet
22# |
23# |-- warc/
24# | |-- CC-NEWS-20161001224340-00008.warc.gz
25# | |-- CC-NEWS-20161017145313-00000.warc.gz
26# | `-- ...
27# |
28# |-- wat/
29# |
30# `-- wet/
31
32git clone https://github.com/commoncrawl/ia-web-commons
33cd ia-web-commons
34mvn install
35
36cd ..
37git clone https://github.com/commoncrawl/ia-hadoop-tools
38cd ia-hadoop-tools
39mvn package
40
41java -jar $PWD/target/ia-hadoop-tools-jar-with-dependencies.jar WEATGenerator \
42 -strictMode -skipExisting batch-id-xyz .../warc/*.warc.gz
43
44The folders wat/ and wet/ will then contain the exports.
45
46Best,
47Sebastian
48
49=======================
50Latest version of the index's schema:
51https://commoncrawl.s3.amazonaws.com/cc-index/table/cc-main/index.html
52
53
54At http://commoncrawl.org/2018/10/september-2018-crawl-archive-now-available/, it says
55"The September crawl contains 500 million new URLs, not contained in any crawl archive before. New URLs stem from
56
57 the continued seed donation of URLs from mixnode.com
58 ..."
59
60https://www.mixnode.com/
61"The entire web, in your hands
62
63Mixnode turns the web into a database that you can run queries against. Say goodbye to web crawling, forget about web scraping, never run a spider again: get all the web data that you need using simple SQL queries."
64
65--------------
66https://commoncrawl.github.io/cc-crawl-statistics/plots/languages
67http://commoncrawl.org/2018/08/august-2018-crawl-archive-now-available/
68
69 The JSON for the index files (that we downloaded for .nz) already contained a "languages:" field. The above page mentions that this shows the primary, upto 3, detected languages of the document.
70
71"Language Annotations
72
73We now run the Compact Language Detector 2 (CLD2) on HTML pages to identify the language of a document. CLD2 is able to identify 160 different languages and up to 3 languages per document. The detected languages resp. the ISO-639-3 code are shown in the URL index as a new field, e.g., "languages": "zho,eng". The WARC metadata records contain the full CLD2 response including scores and text coverage:
74
75languages-cld2: {"reliable":true,"text-bytes":3783,"languages":[{"code":"zh","code-iso-639-3":"zho","text-covered":0.93,"score":1943.0,"name":"Chinese"},{"code":"en","code-iso-639-3":"eng","text-covered":0.05,"score":523.0,"name":"ENGLISH"}]}
76
77On github you’ll find the Java bindings to the CLD2 native library and the distribution of the primary document languages as part of our crawl statistics.
78
79Please note that the columnar index does not contain the detected languages for now. "
80
81
82http://commoncrawl.org/2018/10/september-2018-crawl-archive-now-available/
83"the columnar index contains the content language of a web page as a new field. Please read the instructions below how to upgrade your tools to read newly added fields."
84
85http://commoncrawl.org/2018/03/index-to-warc-files-and-urls-in-columnar-format/
86
87SPARK (Spark SQL): https://github.com/commoncrawl/cc-index-table
88 with example on selecting languages
89https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-30/indexes/cluster.idx
90
91./convert_url_index.sh https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-30/indexes/cdx-00000.gz hdfs:///user/vagrant/cc-index-table
92---
93
94https://www.aclweb.org/anthology/L16-1443 (2016, as per https://pbn.nauka.gov.pl/sedno-webapp/getReport/38108)
95
96https://dkpro.github.io/dkpro-c4corpus/
97"DKPro C4CorpusTools is a collection of tools for processing CommonCrawl corpus, including Creative Commons license detection, boilerplate removal, language detection, and near-duplicate removal."
98
99https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20C4Corpus/org.dkpro.c4corpus$dkpro-c4corpus-doc/doclinks/1/#_including_c4corpustools_in_your_java_projects
100- Including C4CorpusTools in your Java projects
101- Working with C4Corpus - Word count example
102
103https://github.com/farhansiddiqui/webscale_nlp
104
105https://github.com/commoncrawl/language-detection-cld2
106---------
107There's already python code for getting text:
108
109https://spark-in.me/post/parsing-common-crawl-in-two-simple-commands
110https://gist.github.com/Smerity/afe7430fdb4371015466
111
112https://spark-in.me/post/parsing-common-crawl-in-two-simple-commands
113
114"But it turns out - it is not. This can be attributed to the effort that has been made to make the CC more accessible. The killer feature for me was the presence of their index weighting only ~200Gb, that also features a language detection option, i.e. you do not need to analyze top-level-domains or do any significant data mining."
115
116What does the "language detection option" discussion above mean?
117
118------------
119Skipping CrawlDiagnostics (see below) and robots.txt gz files:
120
121http://commoncrawl.org/2018/08/august-2018-crawl-archive-now-available/
122
123"HTTP 304 notmodified" responses are now stored as WARC revisit records in the "crawldiagnostics" subset along with 404s, redirects and other non-200 responses. For now the revisit records contain a payload digest although there is no payload sent together with HTTP 304 responses. The stupid reason is that the columnar index requires the digest field and we want to make sure that all tools continue to work as expected. The SHA-1 digest of an empty payload (zero bytes) is used for the revisit records.
124
125http://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.1/#revisit
126‘revisit’
127General
128
129A ‘revisit’ record describes the revisitation of content already archived, and might include only an abbreviated content body which has to be interpreted relative to a previous record. Most typically, a ‘revisit’ record is used instead of a ‘response’ or ‘resource’ record to indicate that the content visited was either a complete or substantial duplicate of material previously archived.
130...
131
132-------
133
134WET FILES:
135
136https://stackoverflow.com/questions/16649535/access-a-common-crawl-aws-public-dataset/25297965#25297965
137
138
139http://commoncrawl.org/2019/07/june-2019-crawl-archive-now-available/
140 File List #Files Total Size Compressed (TiB)
141 WET files CC-MAIN-2019-26/wet.paths.gz 56000 7.59
142
143
144http://commoncrawl.org/2015/04/announcing-the-common-crawl-index/
145(Instructions)
146
147https://gist.github.com/svemir/4207353
148(Hadoop related) A Common Crawl Experiment
149
150https://gist.github.com/Smerity/afe7430fdb4371015466
151
152 Extract just the text from Common Crawl WARC WET files
153
154https://stackoverflow.com/tags/common-crawl/hot?filter=all
155
156https://stackoverflow.com/questions/45920527/get-offset-and-length-of-a-subset-of-a-wat-archive-from-common-crawl-index-serve/46152773#46152773
157
158
159"The Common Crawl index does not contain offsets into WAT and WET files. So, the only way is to search the whole WAT/WET file for the desired record/URL. Eventually, it would be possible to estimate the offset because the record order in WARC and WAT/WET files is the same."
160
161https://dmorgan.info/posts/common-crawl-python/
162https://groups.google.com/forum/#!topic/common-crawl/pdI3w09AAbQ
163
164Example:
165WARC:
166tikauka:[142]/Scratch/anupama/maori-lang-detection>wget https://commoncrawl.s3.amazonaws.com/crawl-data/CC-MAIN-2019-30/segments/1563195526237.47/crawldiagnostics/CC-MAIN-20190719115720-20190719141720-00077.warc.gz
167WET:
168tikauka:[142]/Scratch/anupama/maori-lang-detection>wget https://commoncrawl.s3.amazonaws.com/crawl-data/CC-MAIN-2019-30/segments/1563195526237.47/wet/CC-MAIN-20190719115720-20190719141720-00508.warc.wet.gz
169tikauka:[142]/Scratch/anupama/maori-lang-detection>gunzip CC-MAIN-20190719115720-20190719141720-00508.warc.wet.gz
170
171vagrant@node1:~/ia-hadoop-tools$ hdfs dfs -get /user/vagrant/cc-mri-subset/wet/MAORI-CC-2019-30-20190902100139-000000.warc.wet.gz /home/vagrant/.
172
173--------------------------------------------
174http://webdatacommons.org/
175
176https://dzone.com/articles/need-billions-of-web-pages-dont-bother-crawling
177
178 Ran Geva 2017-04-09
179 Like (0)
180
181 Excellent article! CommonCrawl is an amazing resourouce. You should also check out webdatacommons.org that is using their data and extract structured data (using RDFa, Microdata..)
182
183 If I may add a shameless plug here and tell you about Webhose.io [PAYWARE/SERVICES]. We provide an API to structured web data. The idea is the same as the one you presented. Instead of crawling the web, we already crawl millions of sites, download the data, structure and organize it so anyone can easily consume it and plug into their own system.
184 Reply
185
186
187https://stackoverflow.com/questions/12097848/finding-all-domains-of-a-country
188
189 -> http://urlsearch.commoncrawl.org/
190 -> http://index.commoncrawl.org/
191 -> INSTRUCTIONS: https://groups.google.com/forum/#!msg/common-crawl/3QmQjFA_3y4/vTbhGqIBBQAJ
192
193
194Go to: http://index.commoncrawl.org/
195Grab the newest gzipped archive file.
196Then open it and find the cluster.idx file listed in it.
197Copy its relative URL, prefix with https://commoncrawl.s3.amazonaws.com/
198
199THEN:
200
201wharariki:[101]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>wget https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-26/indexes/cluster.idx
202 --2019-07-29 17:40:45-- https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-26/indexes/cluster.idx
203 Resolving commoncrawl.s3.amazonaws.com (commoncrawl.s3.amazonaws.com)... 52.216.8.171
204 Connecting to commoncrawl.s3.amazonaws.com (commoncrawl.s3.amazonaws.com)|52.216.8.171|:443... connected.
205 HTTP request sent, awaiting response... 200 OK
206 Length: 125059234 (119M) [binary/octet-stream]
207 Saving to: ‘cluster.idx’
208
209 cluster.idx 100%[============================================================>] 119.27M 8.51MB/s in 15s
210
211 2019-07-29 17:41:01 (7.83 MB/s) - ‘cluster.idx’ saved [125059234/125059234]
212
213wharariki:[102]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>grep '^nz,' cluster.idx | cut -f2 | uniq
214cdx-00237.gz
215cdx-00238.gz
216
217Prefix "https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-26/indexes/" to the listed gz files and wget them:
218
219 https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-26/indexes/cdx-00237.gz
220 https://commoncrawl.s3.amazonaws.com/cc-index/collections/CC-MAIN-2019-26/indexes/cc-index/collections/CC-MAIN-2019-26/indexes/cdx-00238.gz
221
222
223
224Unzip those, and we have all URLs with TLD .nz:
225 wharariki:[131]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>gunzip cdx-00237.gz
226 wharariki:[132]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>gunzip cdx-00238.gz
227
228
229The first of these files includes Norwegian TLDs (start with "no,") and the second gz file includes TLDs that start with "org,".
230So extract just those that start with "^nz," [https://www.unix.com/shell-programming-and-scripting/176608-how-copy-lines-starts-either-3-4-into-new-file.html].
231
232 wharariki:[107]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>egrep "^nz," cdx-00238 > nz-only-TLDs-from-237-238.txt
233 wharariki:[108]/Scratch/ak19/heritrix/heritrix-3.4.0-SNAPSHOT>egrep "^nz," cdx-00238 >> nz-only-TLDs-from-237-238.txt
234
235
236Checking the abacusinstitute.ac.nz is also in the current June 2019 list:
237 egrep "ac,abacusinstitute" nz-only-TLDs-from-237-238.txt
238
239
240OTHER:
241https://www.tutorialspoint.com/hadoop/hadoop_mapreduce
242http://stormcrawler.net/
243http://storm.apache.org/getting-help.html
244
245
246https://dzone.com/articles/need-billions-of-web-pages-dont-bother-crawling
247Basically, each release is split into 100 segments. Each segment has three types of files: WARC, WAT, and WET. As explained on the Get Started page:
248
249 WARC files store the raw crawl data.
250 WAT files store computed metadata for the data stored in the WARC.
251 WET files store extracted plaintext from the data stored in the WARC.
252
253Note that WAT and WET are in the WARC format too! In fact, the WARC format is nothing more than an envelope with metadata and content. In the case of the WARC files, that content is the HTTP requests and responses, whereas, for the WET files, it is simply the plain text extracted from the WARCs. The WAT files contain a JSON representation of metadata extracted from the WARCs, e.g. title, links etc.
254
255
256Resources
257
258The Get Started page on the CommonCrawl website contains useful pointers to libraries and code in various programming languages to process the datasets. There is also a list of tutorials and presentations.
259
260It is also worth noting that CommonCrawl provides an index per release, allowing you to search for URLs (including wildcards) and retrieve the segment and offset therein where the content of the URL is stored, e.g.:
261
262 { "urlkey": "org,apache)/", "timestamp": "20170220105827", "status": "200", "url": "http://apache.org/", "filename": "crawl-data/CC-MAIN-2017-09/segments/1487501170521.30/warc/CC-MAIN-20170219104610-00206-ip-10-171-10-108.ec2.internal.warc.gz", "length": "13315", "mime": "text/html", "offset": "14131184", "digest": "KJREISJSKKGH6UX5FXGW46KROTC6MBEM" }
263
264
265This is useful but only if you are interested in a limited number of URLs which you know in advance. In many cases, what you know in advance is what you want to extract, not where it will be extracted from. For situations such as these, you will need distributed batch-processing using MapReduce in Apache Hadoop or Apache Spark.
266
267
268https://www.forbes.com/sites/kalevleetaru/2017/09/28/common-crawl-and-unlocking-web-archives-for-research/#7067d4313b83
269One large web archive has bucked this trend and stood alone among its peers: Common Crawl. Similar to other large web archiving initiatives like the Internet Archive, Common Crawl conducts regular web wide crawls of the open web and preserves all of the content it downloads in the standard WARC file format. Unlike many other archives, it focuses primarily on preserving HTML web pages and does not archive images, videos, JavaScript files, CSS stylesheets, etc. Its goal is not to preserve the exact look and feel of a website on a given snapshot in time, but rather to collect a vast cross section of HTML web pages from across the web in a single place to enable large-scale data mining at web scale.
270...
271The project excludes sites which have robots.txt exclusion policies, following the historical policy of many other web archives, though it is worth noting that the Internet Archive earlier this year began slowly phasing out its reliance on such files due to their detrimental effect on preservation completeness. Common Crawl also allows sites to request removal from their index. Other than these cases, Common Crawl attempts to crawl as much of the remaining web as possible, aiming for a representative sample of the open web.
272...
273Ms. Crouse [Director of Common Crawl] noted the risk adverse nature of the web archiving community as a whole (historically many adhered and still adhere to a strict “opt in” policy requiring prior approval before crawling a site) and the unwillingness of many archives to modernize their thinking on copyright and to engage more closely with the legal community in ways that could help them expand fair use horizons. In particular, she noted “since we [in the US] are beholden to the Copyright Act, while living in a digital age, many well-intentioned organizations devoted to web science, archiving, and information provision may benefit from a stronger understanding of how copyright is interpreted in present day, and its hard boundaries” and that “many talented legal advisers and groups are interested in the precedent-setting nature of this topic; some are willing to work Pro Bono.”
274...
275Returning to the difference between Common Crawl’s datasets and traditional preservation-focused web archiving, Ms. Crouse emphasized that they capture only HTML pages and exclude multimedia content like images, video and other dynamic content.
276
277She noted that a key aspect of their approach to fair use is that web pages are intended for consumption by human beings one at a time using a web browser, while Common Crawl concatenates billions of pages together in the specialized WARC file format designed for machine data mining. Specifically, “Common Crawl does not offer separate/individual web pages for easy consumption. The three data formats that are provided include text, metadata, and raw data, and the data is concatenated” and “the format of the output is not a downloaded web page. The output is in WARC file format which contains the components of a page that are beneficial to machine-level analysis and make for space- efficient archiving (essentially: header, text, and some metadata).”
278
279As Ms. Crouse put it, “this is big data intended for machine learning/readability. Further, our intention for its use is for public benefit i.e. to encourage research and innovation, not direct consumption.” She noted that “from the layperson’s perspective, it is not at all trivial at present to extract a specific website’s content (that is, text) from a Common Crawl dataset. This task generally requires one to know how to install and run a Hadoop cluster, among other things. This is not structured data. Further it is likely that not all pages of that website will be included (depending on the parameters for depth set for the specific crawl).” This means that “the bulk of [Common Crawl’s] users are from the noncommercial, educational, and research sectors. At a higher level, it’s important to note that we provide a broad and representative sample of the web, in the form of web crawl data, each month. No one really knows how big the web is, and at present, we limit our monthly data publication to approximately 3 billion pages.”
280
281
282Common Crawl believes it addresses this through the fact that its archive represents only a sample of each website crawled, rather than striving for 100% coverage. Specifically, Ms. Crouse noted that “at present, [crawls are] in monthly increments that are discontinuous month-to-month. We do only what is reasonable, necessary, and economical to achieve a representative sample. For instance, we limit the number of pages crawled from any given domain so, for large content owners, it is highly probable that their content, if included in a certain month’s crawl data, is not wholly represented and thus not ideal for mining for comprehensive results 
 if the content owner is not a large site, or in a niche market, their URL is less likely to be included in the seeds in the frontier, and, since we limit depth (# of links followed) for the sake of both economy and broader representative web coverage, 'niche' content may not even appear in a given month’s dataset.”
283
284To put it another way, Common Crawl’s mission is to create a “representative sample” of the web at large by crawling a sampling of pages and limiting the number of pages from each site they capture. Thus, their capture of any given site will represent a discontinuous sampling of pages that can change from month to month. A researcher wishing to analyze a single web site in its entirety would therefore not be able to turn to Common Crawl and would instead have to conduct their own crawl of the site or turn to a commercial aggregator that partners with the content holder to license the complete contents of the site.
285
286In Common Crawl’s view this is a critical distinction that sets it apart from both traditional web archiving and the commercial content aggregators that generate data mining revenue for content owners. By focusing on creating a “representative sample” of the web at large, rather than attempting to capture a single site in its entirety (and in fact ensuring that it does not include more than a certain number of pages per site), the crawl self-limits itself to being applicable only to macro-level research examining web scale questions. Such “web scale” questions cannot be answered through any existing open dataset and by incorporating specific design features Common Crawl ensures that more traditional research questions, like data mining the entirety of a single site, which might be viewed as redistribution of that site or competing with its owner’s ability to license its content for data mining, is simply not possible.
287------------
Note: See TracBrowser for help on using the repository browser.