tamnd commited on
Commit
2ecfd95
·
verified ·
1 Parent(s): 13ec9ea

Add 2012-04-08 — 75.3K 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-04-07** (319 days), totaling **21,705,295 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.2 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,23 +71,23 @@ 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,507,390 events in 9826 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 223
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 430
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 500
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
- 22:00 ███████████████░░░░░░░░░░░░░░ 172.1K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████░░░░░░░░░░░░░░ 7.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 | 76 | 7,609,151 | 100,120 | 2.0 GB | 833.8 MB | 36m27s | 39m18s | 44m05s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████████████░░░░░░░░░░░░░░░░ 3.2M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████░░░░░░░░░░░░░░░ 379.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 662.5K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████░░░░░░░░░░░░░░░ 721.7K
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,915,848 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,116,304 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,544,508 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,033,374 | 4.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 26,626 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,139,683 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 611,936 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,642,495 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 228,270 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 251,992 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 424,717 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,344 | 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-08** (320 days), totaling **21,780,625 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.2 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,509,305 events in 9845 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 200
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 431
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 500
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.8K
99
+ 22:00 ███████████████░░░░░░░░░░░░░░ 174.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████░░░░░░░░░░░░░░ 7.7M
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 | 77 | 7,684,481 | 99,798 | 2.0 GB | 840.2 MB | 36m52s | 39m55s | 44m26s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████░░░░░░░░░░░░░░░ 382.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 664.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████░░░░░░░░░░░░░░░ 729.5K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 9,955,295 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,119,755 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,549,282 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,035,491 | 4.8% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 27,000 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,147,448 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 613,996 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,654,683 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 228,675 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 252,842 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 426,305 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,407 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0b9a37feff7036446ab3c98e90a22c8f2b1f9d22685457440cb234bec94ad6
3
+ size 28906
data/creates/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db6db63ed5dfb4aebd33f52140c56ddd97f9db42ebd0f11a999c11e904937224
3
+ size 277586
data/deletes/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d5c0ce991df901043936b07b312b422cc70f801f8d3f1f18b2a49224cc653b8
3
+ size 12466
data/forks/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfc49aee0acb72fee69c2ee983021a6957faf3a62e091186428df96fd92888d
3
+ size 47600
data/issue_comments/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c0efe734e21fbc6bfa72bf188ca0c0fb1ba85c3072dde28cb0b7aa5bf8db86
3
+ size 91109
data/issues/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95fb06f20c204d5e6fe89cab357af9ab2e86d95b70e1ccfa40c1cdbc565fe353
3
+ size 72963
data/public_events/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4928d01df0aba9579599cefae5d80cbc9632b4b24306f2be90ac2073ae74b1cb
3
+ size 3703
data/pull_requests/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7a88903bf51b91b81659eeb77842a954bd32eab6c825758070210fbdf4d0b9
3
+ size 355322
data/pushes/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca7ff68b7b89b5717472aa98ec9b1950750d1bd205d21b69b62da0d05f9ff22
3
+ size 5628521
data/stars/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f421cfc4deefb246c54a3e8dfa88d6e37bcc1b61bc31adb304abf3bfc45f93ad
3
+ size 129421
data/wiki_pages/2012/04/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095db516a4a773640e591a031ed8ddd14ea95ce1d407165bb497a074de1482ea
3
+ size 110391
stats.csv CHANGED
@@ -317,4 +317,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
317
  2012-04-04,136906,4982,56281,5456,8589,3721,0,736,33317,3708,20192,734,0,1371,2148,0,134,0,34061673,61.0,10399507,22.1,61.0,36.7
318
  2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,51.3,9731862,24.2,51.3,24.9
319
  2012-04-06,92300,2729,44840,4669,6685,2947,0,506,8740,2853,17092,519,0,897,2082,0,84,0,24852902,40.3,8058399,18.7,40.3,32.8
320
- 2012-04-07,76285,2185,37329,4272,4916,1944,0,284,7477,2222,14845,380,0,776,1529,0,56,0,19994056,33.3,6499580,19.9,33.3,0.0
 
 
317
  2012-04-04,136906,4982,56281,5456,8589,3721,0,736,33317,3708,20192,734,0,1371,2148,0,134,0,34061673,61.0,10399507,22.1,61.0,36.7
318
  2012-04-05,111265,3372,52946,5089,10250,3760,0,614,11141,3629,19048,633,0,1218,2367,0,114,0,30435424,51.3,9731862,24.2,51.3,24.9
319
  2012-04-06,92300,2729,44840,4669,6685,2947,0,506,8740,2853,17092,519,0,897,2082,0,84,0,24852902,40.3,8058399,18.7,40.3,32.8
320
+ 2012-04-07,76285,2185,37329,4272,4916,1944,0,284,7477,2222,14845,380,0,776,1529,0,56,0,19994056,33.3,6499580,19.9,33.3,21.2
321
+ 2012-04-08,75330,2166,39447,3451,4774,2117,0,374,7765,2060,12188,405,0,850,1588,0,63,0,20243849,37.0,6757988,25.0,37.0,0.0