Publish data/CC-MAIN-2026-08/00000.parquet
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ configs:
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
-
The dataset currently includes crawl **CC-MAIN-2026-08** with **
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
@@ -166,18 +166,18 @@ Empty conversions (pages where trafilatura could not extract meaningful content)
|
|
| 166 |
|
| 167 |
### Compression Ratios
|
| 168 |
|
| 169 |
-
Numbers below are actual measurements summed across all
|
| 170 |
|
| 171 |
-
| Stage |
|
| 172 |
|---|---|---|---|
|
| 173 |
-
| Raw WARC (.warc.gz, downloaded) | ~
|
| 174 |
-
| HTML extracted (uncompressed) |
|
| 175 |
-
| Packed markdown WARC (.md.warc.gz) | ~
|
| 176 |
-
| Final Parquet (Zstd level 19) |
|
| 177 |
|
| 178 |
-
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts
|
| 179 |
|
| 180 |
-
End to end: ~
|
| 181 |
|
| 182 |
### Personal and Sensitive Information
|
| 183 |
|
|
|
|
| 32 |
|
| 33 |
Open Index is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown using [trafilatura](https://github.com/adbar/trafilatura), and packages the result into Parquet files with full WARC metadata preserved.
|
| 34 |
|
| 35 |
+
The dataset currently includes crawl **CC-MAIN-2026-08** with **271,607 documents across 13 shards**. We plan to add more snapshots over time.
|
| 36 |
|
| 37 |
Open Index is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
|
| 38 |
|
|
|
|
| 166 |
|
| 167 |
### Compression Ratios
|
| 168 |
|
| 169 |
+
Numbers below are actual measurements summed across all 13 files of CC-MAIN-2026-08 (271,607 pages total), projected to the full crawl of 100,000 WARC files.
|
| 170 |
|
| 171 |
+
| Stage | 13 files (measured) | 100,000 files (projected) | Reduction |
|
| 172 |
|---|---|---|---|
|
| 173 |
+
| Raw WARC (.warc.gz, downloaded) | ~10.5 GB | ~83 TB | — |
|
| 174 |
+
| HTML extracted (uncompressed) | 35.0 GB | ~295 TB | — |
|
| 175 |
+
| Packed markdown WARC (.md.warc.gz) | ~478.0 MB | ~3.7 TB | **-98.7%** vs HTML |
|
| 176 |
+
| Final Parquet (Zstd level 19) | 336.6 MB | ~2.9 TB | **-29.6%** vs packed WARC |
|
| 177 |
|
| 178 |
+
The big win is the HTML → Markdown step: trafilatura strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 35.0 GB of uncompressed HTML down to 1017.0 MB of markdown — a **98.7% reduction** — before any file-level compression is applied. Parquet with Zstd level 19 then compresses the markdown a further 66.9%.
|
| 179 |
|
| 180 |
+
End to end: ~10.5 GB of raw gzipped WARCs becomes **336.6 MB of Parquet** — a **96.9% total reduction** — containing 271,607 clean markdown documents.
|
| 181 |
|
| 182 |
### Personal and Sensitive Information
|
| 183 |
|
stats.csv
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
crawl_id,file_idx,rows,html_bytes,md_bytes,parquet_bytes
|
|
|
|
| 2 |
CC-MAIN-2026-08,1,21265,2961325911,80724752,27223981
|
| 3 |
CC-MAIN-2026-08,2,21141,2920084882,77766365,26580896
|
| 4 |
CC-MAIN-2026-08,3,21086,2959834291,80424489,26785716
|
|
@@ -10,3 +11,4 @@ CC-MAIN-2026-08,8,21155,2969697387,81276956,26484642
|
|
| 10 |
CC-MAIN-2026-08,9,21131,2910850749,77004269,25960419
|
| 11 |
CC-MAIN-2026-08,10,21044,2933010991,80544092,26785860
|
| 12 |
CC-MAIN-2026-08,11,21500,3018399621,82011226,27131705
|
|
|
|
|
|
| 1 |
crawl_id,file_idx,rows,html_bytes,md_bytes,parquet_bytes
|
| 2 |
+
CC-MAIN-2026-08,0,19498,2584731228,94933501,30351193
|
| 3 |
CC-MAIN-2026-08,1,21265,2961325911,80724752,27223981
|
| 4 |
CC-MAIN-2026-08,2,21141,2920084882,77766365,26580896
|
| 5 |
CC-MAIN-2026-08,3,21086,2959834291,80424489,26785716
|
|
|
|
| 11 |
CC-MAIN-2026-08,9,21131,2910850749,77004269,25960419
|
| 12 |
CC-MAIN-2026-08,10,21044,2933010991,80544092,26785860
|
| 13 |
CC-MAIN-2026-08,11,21500,3018399621,82011226,27131705
|
| 14 |
+
CC-MAIN-2026-08,12,19385,2581304754,93043029,29388150
|