tamnd commited on
Commit
c7faa6e
·
verified ·
1 Parent(s): 6ba7ed7

Add 2012-10-06 — 86.4K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ configs:
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
- The archive currently spans from **2011-02-12** to **2012-10-05** (464 days), totaling **38,751,294 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 9.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.7 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
@@ -71,10 +71,10 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 130,906 events in 163 blocks
75
 
76
  ```
77
- 00:00 ██████████████████████████████ 130.9K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 130,906 | 163 |
107
 
108
 
109
  ### Live event schema
@@ -143,14 +143,14 @@ duckdb.sql("""
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
- | 2012 | 221 | 24,655,150 | 111,561 | 6.4 GB | 2.3 GB | 1h39m | 2h22m | 2h06m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 █████████████████░░░░░░░░░░░░░ 6.7M
153
- 2012 ██████████████████████████████ 11.5M
154
  ```
155
 
156
 
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 18,213,423 | 47.0% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 2,066,728 | 5.3% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 2,974,861 | 7.7% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,582,751 | 4.1% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 159,560 | 0.4% | Line-level PR comments |
566
- | `stars` | WatchEvent | 3,810,627 | 9.8% | Repository stars |
567
- | `forks` | ForkEvent | 1,211,427 | 3.1% | Repository forks |
568
- | `creates` | CreateEvent | 6,338,499 | 16.4% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 328,619 | 0.8% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 437,949 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 745,868 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
- | `public_events` | PublicEvent | 34,803 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
 
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
+ The archive currently spans from **2011-02-12** to **2012-10-06** (465 days), totaling **38,837,678 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 9.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.7 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 132,912 events in 166 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 132.9K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 132,912 | 166 |
107
 
108
 
109
  ### Live event schema
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
+ | 2012 | 222 | 24,741,534 | 111,448 | 6.5 GB | 2.3 GB | 1h40m | 2h23m | 2h07m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 █████████████████░░░░░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 11.6M
154
  ```
155
 
156
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 18,260,924 | 47.0% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 2,070,804 | 5.3% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 2,980,836 | 7.7% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,585,104 | 4.1% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 160,042 | 0.4% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 3,818,427 | 9.8% | Repository stars |
567
+ | `forks` | ForkEvent | 1,214,605 | 3.1% | Repository forks |
568
+ | `creates` | CreateEvent | 6,349,904 | 16.3% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 329,056 | 0.8% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 438,731 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 747,608 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 34,892 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e77a6c0bbff1a3950ae28969dcea83ed87f86ce16599e83212f04854ec9212b7
3
+ size 33845
data/creates/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5892d8bef1b69216d27af62ba7375bb07c8b45a29f7cd1a20cfba01388dd472
3
+ size 389473
data/deletes/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d431e87bdc713fdafe74ec257303321733c2d2f0da622fccb021570e47dc64ba
3
+ size 17571
data/forks/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e9f1f1d902d54cf903a796bcfb5fc7a8e580222f50a1249cfc52ebf1c64bf5
3
+ size 93112
data/issue_comments/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a695d567a66121a3661656631fa9c9b1ed306baa60185c93c6f5478b53fd635
3
+ size 149429
data/issues/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50dd45ef8a725befbc471fbb5747e8af07452386ba22cba9398548e8b300259d
3
+ size 111020
data/public_events/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f2ffce93b92d3235165eb8ab24d6c571a19c3134feed0424059e72571153c0
3
+ size 5066
data/pull_requests/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc71313fc55aa64b2da0404767db4cc1a7355db779417668f1ac09a200fdb3d
3
+ size 474048
data/pushes/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc70f84fe23267720add8cd5317e7359ce90f8ab11a5e88b92b1cbf072935e2
3
+ size 7119519
data/stars/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f27bf12b171e3ae05814fabd3c3339d0f7ea0cccd3aa02ea61477e9a0f7b0e1
3
+ size 180927
data/wiki_pages/2012/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7419967bd0a4bc8bd8c1556fb0e2d5c8c5b338f5b9c964406123a1649bff7579
3
+ size 128131
stats.csv CHANGED
@@ -462,4 +462,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
462
  2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,26.9,14317820,27.2,26.9,29.5
463
  2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,28.3,14485974,25.7,28.3,29.5
464
  2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,31.0,14792184,27.9,31.0,27.5
465
- 2012-10-05,123949,877,63547,6879,10667,4679,0,1222,11028,4490,15788,817,0,1238,2569,0,148,0,38440189,28.0,12739137,44.6,28.0,0.0
 
 
462
  2012-10-02,138032,1052,70631,7257,12771,5128,0,1373,12175,5083,16920,933,0,1815,2777,0,117,0,43132822,26.9,14317820,27.2,26.9,29.5
463
  2012-10-03,140535,884,72010,7431,12812,5216,0,1478,11975,5296,17816,857,0,1718,2891,0,151,0,43587517,28.3,14485974,25.7,28.3,29.5
464
  2012-10-04,138228,1057,70715,7209,12366,5181,0,1119,11946,5205,17873,943,0,1517,2950,0,147,0,43114186,31.0,14792184,27.9,31.0,27.5
465
+ 2012-10-05,123949,877,63547,6879,10667,4679,0,1222,11028,4490,15788,817,0,1238,2569,0,148,0,38440189,28.0,12739137,44.6,28.0,37.6
466
+ 2012-10-06,86384,566,47501,4076,5975,2353,0,482,7800,3178,11405,437,0,782,1740,0,89,0,25682726,22.8,8702141,34.5,22.8,0.0