tamnd commited on
Commit
0bfa650
·
verified ·
1 Parent(s): ad13925

Add 2012-04-01 — 83.8K 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-03-31** (312 days), totaling **20,929,840 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 4.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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,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,486,588 events in 9676 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 362
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 424
91
- 14:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 495
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 555
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 779
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
- 22:00 ██████████████░░░░░░░░░░░░░░░░ 151.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████████░░░░░░░░░░░░░░░░ 6.8M
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 | 69 | 6,833,696 | 99,039 | 1.8 GB | 774.7 MB | 33m51s | 33m21s | 38m40s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████░░░░░░░░░░░░░░░░░ 335.0K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 640.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████░░░░░░░░░░░░░░░░░ 628.9K
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 | 9,571,210 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,072,121 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,463,518 | 7.0% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,011,229 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 22,170 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,046,906 | 9.8% | Repository stars |
562
- | `forks` | ForkEvent | 584,648 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,513,471 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 224,048 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 244,075 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 410,525 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 18,641 | 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-04-01** (313 days), totaling **21,013,679 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 4.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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,494,204 events in 9729 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 243
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 363
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 425
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 496
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 560
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 785
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ██████████████░░░░░░░░░░░░░░░░ 159.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 6.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 | 70 | 6,917,535 | 98,821 | 1.8 GB | 781.5 MB | 34m13s | 34m03s | 40m35s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 338.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████████░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 642.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 637.2K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,613,774 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,075,641 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,468,646 | 7.0% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,013,391 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 22,580 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,055,188 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 587,129 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,529,514 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 224,480 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 244,942 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 412,118 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 18,724 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4cb6de44bdfd3754477bfafaf6b25d63af0a5325be8d4e17b3deb855b866b3
3
+ size 30103
data/creates/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f343e6864297361e27ba61086f6d0420deab49d410246fc921f922d455780026
3
+ size 305667
data/deletes/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea97cccab1934642d73283c2729fe174a6bed80a1d927368014a513ff9dfe69d
3
+ size 13213
data/forks/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd6bea491e75299a27f1d9244713fa4d13bd52772898d4cd97f94a5c0531cb5
3
+ size 54511
data/issue_comments/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f898a7bb27e0e08b23e4ea49df07e040701e781d5ab9c7097ddfb4ac117f6b3c
3
+ size 95359
data/issues/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf97df37c7abff284673c9657b3e48ea2e101b5e8516e65be9e2e6563a83cfb
3
+ size 75136
data/public_events/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47b9d2296207d1c5ffda8a028d5135fbad29fbb60325c0d280f37cd88664560
3
+ size 4181
data/pull_requests/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9933d5c8fa9c69e8f3784ab164c9e36281a44ae4c05e895e923d2574a8b3a3
3
+ size 365052
data/pushes/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610412e0884cc769c3c8034a46b6f95a0096eac0d7a65f8baf3025a7527bace7
3
+ size 6057835
data/stars/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdcf30ce73403fae878db23c94f5ee6cead23d288b10a9c16fe212683bcd5d17
3
+ size 130878
data/wiki_pages/2012/04/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb7c6ffe2e1403c82fab1c47615dc273df6c2766cd153f1a1db5a44cca6c372
3
+ size 74817
stats.csv CHANGED
@@ -310,4 +310,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
310
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,32.7
311
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4
312
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
313
- 2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,0.0
 
 
310
  2012-03-28,154896,3872,58047,14491,35205,3959,0,925,12945,4054,20021,796,0,1624,2241,0,123,0,34371402,55.2,10752838,18.5,55.2,32.7
311
  2012-03-29,139841,3690,57679,11646,26244,3823,0,891,11780,3780,19472,680,0,1387,1873,0,91,0,33368396,56.0,10372532,21.4,56.0,48.4
312
  2012-03-30,110007,3400,50862,6895,9351,3554,0,867,11332,3496,19385,616,0,1168,1927,0,98,0,29371581,48.2,9364094,22.2,48.2,34.5
313
+ 2012-03-31,80027,2534,39031,4213,5528,2097,0,291,7720,2371,15727,445,0,800,1381,0,78,0,21120212,40.5,6567689,26.9,40.5,115.0
314
+ 2012-04-01,83839,2519,42564,3520,5128,2162,0,410,8282,2481,16043,432,0,867,1593,0,83,0,22320218,42.4,7206752,21.8,42.4,0.0