tamnd commited on
Commit
9c7a8c4
·
verified ·
1 Parent(s): c1bb68e

Add 2012-05-09 — 122.7K 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-05-08** (335 days), totaling **23,481,147 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 5.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,32 +71,32 @@ 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,605,678 events in 10510 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 365
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 593
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 821
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ███████████████████████████���██ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 ████████████████████████░░░░░ 269.8K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████░░░░░░░░░░ 9.4M
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 | 92 | 9,385,003 | 102,010 | 2.4 GB | 988.8 MB | 41m54s | 53m54s | 52m47s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████████████████░░░░░░░░░░░░ 4.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████░░░░░░░░░░░ 467.6K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 719.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████████░░░░░░░░░░░ 904.5K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 10,792,876 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,204,716 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,685,040 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,089,996 | 4.6% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 37,405 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,322,488 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 666,007 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,933,766 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 238,307 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 273,317 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 458,855 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,957 | 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-05-09** (336 days), totaling **23,603,852 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 5.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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-27** — 1,608,948 events in 10537 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 595
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 824
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ███████████████████████████���██ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ████████████████████████░░░░░ 273.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████░░░░░░░░░░ 9.5M
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 | 93 | 9,507,708 | 102,233 | 2.5 GB | 999.6 MB | 42m20s | 54m58s | 53m32s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████████████████░░░░░░░░░░░░ 4.2M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████░░░░░░░░░░░ 473.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 723.2K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████████░░░░░░░░░░░ 919.5K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,851,946 | 46.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,210,504 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,694,882 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,094,035 | 4.6% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 38,641 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,337,514 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 670,681 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,951,510 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 239,005 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 274,732 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 461,441 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 21,072 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76187fa0907b226143dd40e6ef113f90cc4a7e3ea5f5401a6a616b31d61319aa
3
+ size 42964
data/creates/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807d2dc696a2a81212418cba4d7b624da77027d0ee33e269a54d5098072c0121
3
+ size 392545
data/deletes/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4e45e21be4b6429bb2b22434f63df37a253f6eb1ab195081a3d47f649568ce
3
+ size 20313
data/forks/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5055b0f7438f3f327c6c56d3403282ed2b7fab3b56e9211ace707883d5f82a61
3
+ size 95471
data/issue_comments/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9bf598e7615f53c3b8f455ac4125e0c363ff3ed8438ceb187fcb312587b9db
3
+ size 179152
data/issues/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422ae5fcc12b5812758cdeb984bb9ee191697af3c08fad20ec8b9123a4a31fdc
3
+ size 116325
data/public_events/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dace5ba03d0854142329786af32e6e24dbeb01fb57b325a75516813b1c053c8e
3
+ size 4926
data/pull_requests/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c266f0506f181654bec6aff62ad13bc19bde484e566bcd65ea434a09ac91984
3
+ size 643017
data/pushes/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a06a9e2055d42eda18a36ace3b8a076592279448c08aa50ad40502a6571e22
3
+ size 9495342
data/stars/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8739fe153206b7dfd17b96feb6c8e9750d5370cb83d89e91eaa13cd9b3bd1dd
3
+ size 237472
data/wiki_pages/2012/05/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4535d1ebbaf123e3fb89622a06655fa046b178793c1bbfde63a599c49face169
3
+ size 169718
stats.csv CHANGED
@@ -333,4 +333,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
333
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
334
  2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,45.6
335
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
336
- 2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,0.0
 
 
333
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
334
  2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,45.6
335
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
336
+ 2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,45.1
337
+ 2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,63.9,11397245,25.9,63.9,0.0