tamnd commited on
Commit
bd6e1c3
·
verified ·
1 Parent(s): 210daed

Add 2012-07-31 — 121.9K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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-07-30** (409 days), totaling **32,039,583 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 7.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.1 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,22 +71,22 @@ 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-27** — 1,815,614 events in 11947 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 301
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 412
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 636
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 ███████████████████░░░░░░░░░░░ 205.3K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ███████████████████████░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.9M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 166 | 17,943,439 | 108,093 | 4.6 GB | 1.7 GB | 1h13m | 1h45m | 1h34m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 8.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 925.5K
157
  ```
158
 
159
 
@@ -161,14 +161,14 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 985.3K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
- 2011 ███████████████████████░░░░░░ 1.4M
172
  2012 ██████████████████████████████ 1.8M
173
  ```
174
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 14,794,613 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,662,560 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,356,849 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,356,173 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 102,298 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,188,049 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 966,292 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,514,605 | 17.2% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 287,118 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 366,436 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 611,158 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 28,593 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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-08-01** (411 days), totaling **32,285,302 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 7.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.1 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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-27** — 1,817,365 events in 11968 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 414
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 636
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ███████████████████░░░░░░░░░░░ 207.0K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ███████████████████████░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 18.2M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 168 | 18,189,158 | 108,268 | 4.7 GB | 1.7 GB | 1h14m | 1h46m | 1h35m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.2M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ███████████████████████░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 939.1K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 994.4K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
+ 2011 ███████████████████████░░░░░░ 1.4M
172
  2012 ██████████████████████████████ 1.8M
173
  ```
174
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,916,582 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,676,171 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,377,577 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,365,265 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 104,752 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,216,442 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 975,559 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,543,811 | 17.2% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 288,683 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 369,121 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 616,047 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 28,798 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe890e0edfac32cde8932772e6809b00a827570ae3ed8b4d3d96dbc31fb28f9
3
+ size 49699
data/creates/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5cbd2c9ecc81fcb9d90f88fffa991976c5a76e6dd4eba8d4048c9ef59079f56
3
+ size 480854
data/deletes/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba26cfba6dd694d12982a876fc0df1eb28194f17b3796e54fda85ead8fd956f9
3
+ size 25856
data/forks/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95cb4b2c36cba27a7784da0b546ed9462f5523a24e5a45860bd477cd6ec08f7d
3
+ size 112730
data/issue_comments/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2c3dce942ae0f43261dfb73a082f4eae3b547c0f83957a0ac8a0a8d014393a2
3
+ size 221996
data/issues/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1451e23b9933e6c6df865688b2048225c37cd902d0517797318babbea53e642
3
+ size 151049
data/public_events/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d0a5607c81d17d3519a159b95687c06b8e15e2595926a0e970e6e1321f4680
3
+ size 5232
data/pull_requests/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3095952415dc00389306b6af559042e2cbd9d19eef96b0a7db0b8aaa7c20133e
3
+ size 806445
data/pushes/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97de4c9be966793d975279c76ba5f5bc53382dc630d20e8cd4ee752231ac677f
3
+ size 9997420
data/stars/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2105bc38fab49e026466bcbf8c4a0bac3c90f43634a7d494cda1aad5b72d3f1
3
+ size 271131
data/wiki_pages/2012/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818c2f91adc8ccfb6040bab1810577b4bac590e36c80562ae6faaa8454315afb
3
+ size 122113
stats.csv CHANGED
@@ -407,4 +407,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
407
  2012-07-27,105281,684,53208,5591,8912,3857,0,1017,11407,3835,12704,669,0,1205,2096,0,96,0,31678839,36.0,10565531,21.2,36.0,18.1
408
  2012-07-28,72498,516,37635,3755,5157,2238,0,339,8192,2690,9343,396,0,703,1481,0,53,0,21095451,25.2,7045630,22.3,25.2,23.0
409
  2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,25.5
410
- 2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,0.0
 
 
 
407
  2012-07-27,105281,684,53208,5591,8912,3857,0,1017,11407,3835,12704,669,0,1205,2096,0,96,0,31678839,36.0,10565531,21.2,36.0,18.1
408
  2012-07-28,72498,516,37635,3755,5157,2238,0,339,8192,2690,9343,396,0,703,1481,0,53,0,21095451,25.2,7045630,22.3,25.2,23.0
409
  2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,25.5
410
+ 2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,28.8
411
+ 2012-07-31,121852,699,60106,6544,10352,4451,0,1332,14298,4636,14812,776,0,1399,2353,0,94,0,36440246,33.5,12244525,33.1,33.5,0.0
412
+ 2012-08-01,123867,956,61863,7067,10376,4641,0,1122,14095,4631,14394,789,0,1286,2536,0,111,0,37256393,32.6,12161468,30.8,32.6,0.0