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

Add 2012-05-10 — 123.4K 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-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
 
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,12 +71,12 @@ 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,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
@@ -85,12 +85,12 @@ Events from today are captured in near-real-time from the GitHub Events API and
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
@@ -132,20 +132,20 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████░░░░░░░░░░░ 473.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 723.2K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████████░░░░░░░░░░░ 919.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,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
 
 
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-10** (337 days), totaling **23,727,289 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.4 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,608,987 events in 10552 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
 
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 595
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 825
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████████░░░░░░░░░░ 9.6M
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 | 94 | 9,631,145 | 102,458 | 2.5 GB | 1010.4 MB | 42m40s | 56m02s | 54m08s |
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 ███████████████████░░░░░░░░░░░ 479.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 727.7K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████████░░░░░░░░░░░ 934.9K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,910,920 | 46.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,216,596 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,704,465 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,098,535 | 4.6% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 39,680 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,352,845 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 675,958 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,969,074 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 239,730 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 276,239 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 463,708 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 21,175 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44f9a4e79cd4bbc342295da43c499009f646c5b9e8586ef855298952976d78f
3
+ size 44909
data/creates/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d16175b5547e7f9949830bf9753ab42c9c050403fd34274f0d531de72e0d9d66
3
+ size 405916
data/deletes/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75b6622ed788a6c257b726f570d73fc83469b187cedcb5e461d4d091b46939b
3
+ size 20774
data/forks/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90e9d94a20dc08dbeebcc4b3acacb6496500040a08105cdde3d06a9136baedb
3
+ size 107803
data/issue_comments/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b1bb1d8a67ea96068c31ad2b930a43e28515f98b7857f05574a63a764e4537
3
+ size 180351
data/issues/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad5def447bc520527959f499515712a03f3ac225ff0fd939c02ebc6810fb080
3
+ size 121239
data/public_events/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799aa040e244bafe4c8b8976b7e5abfec5852d2d52e1ecfa0838f3b40b9fcb4d
3
+ size 4574
data/pull_requests/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4754d41c0fe2e8638eb94ad472263514bb59b72e04138d138044daeca1f58a
3
+ size 712358
data/pushes/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4703b8f899b2c701d8738688374868c23a68a22271e1d2fdf4f7c436862f359c
3
+ size 9261558
data/stars/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d940b4f406f53755cd6e5b1c332c068560145080179391daacd73d5ced1c6f70
3
+ size 257124
data/wiki_pages/2012/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fbd7d39a342a5fbfe6eb65cbfeb65c925f4b14629a4adcae430a53a619b6169
3
+ size 147057
stats.csv CHANGED
@@ -334,4 +334,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,36.1
338
+ 2012-05-10,123437,475,58974,6092,9583,4500,0,1039,15331,5277,17564,725,0,1507,2267,0,103,0,34869796,63.9,11263663,20.0,63.9,0.0