tamnd commited on
Commit
7109beb
·
verified ·
1 Parent(s): 2da2ad0

Add 2012-04-10 — 121.9K 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-09** (321 days), totaling **21,886,426 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.8 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,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,511,583 events in 9862 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 346
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 431
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 501
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
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 ████████████████░░░░░░░░░░░░░░ 176.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████░░░░░░░░░░░░░░ 7.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 | 78 | 7,790,282 | 99,875 | 2.0 GB | 849.1 MB | 37m20s | 40m46s | 44m55s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████████████░░░░░░░░░░░░░░░ 3.3M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████░░░░░░░░░░░░░░ 387.6K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 668.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████░░░░░░░░░░░░░░░ 740.0K
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,007,273 | 45.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,124,728 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,556,985 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,038,878 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 27,733 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,158,028 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 617,236 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,673,578 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 229,220 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 254,176 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 428,218 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,514 | 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-10** (322 days), totaling **22,008,311 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.8 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,513,932 events in 9882 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 431
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 502
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 564
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 789
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 ████████████████░░░░░░░░░░░░░░ 178.6K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████░░░░░░░░░░░░░░ 7.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 | 79 | 7,912,167 | 100,154 | 2.1 GB | 859.4 MB | 37m42s | 41m47s | 45m31s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████████████░░░░░░░░░░░░░░░ 3.4M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████░░░░░░░░░░░░░░ 393.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 672.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████░░░░░░░░░░░░░░░ 752.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,065,690 | 45.7% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,130,704 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,566,652 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,042,975 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 28,516 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,170,739 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 621,183 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,694,815 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 229,912 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 255,588 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 430,532 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 19,621 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58603de5fa6ef86edd1d261e26a14a3032dd451ae00b5a903f8bfb283d0006dd
3
+ size 42675
data/creates/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ba8ec714520bd7ed0b5d0942e4075d160ba00b6f99426de40fd7440550da93
3
+ size 440030
data/deletes/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49fce8dfab5fd765eda22f53eed5ab5e032f25f48a75dfffc7cd1e03ae32f80
3
+ size 20084
data/forks/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5878a536040abf79227e1f27b21aad30179e3a87542964dd190e2150215d0623
3
+ size 79993
data/issue_comments/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9c4c3447e05538f03e2b773020df8580afe94b05c2c859ca55d9c964b8d12b
3
+ size 170516
data/issues/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c030a53211f7a121a5bac0fbedeeace946b58f2fad00b2a1b4d9b602948ce7
3
+ size 117788
data/public_events/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f780922ab8b234e2753b0d4c8ecd8886e5e52813385fb2625aef2ff057c5e8
3
+ size 4628
data/pull_requests/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a85059a5984925bdfcbcacbec939242ffd22ba9e6675d170d3a4b8971e1ea5
3
+ size 651649
data/pushes/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fb1e2e60e9cdbdf59f6088c534ca72a30b94a9a5dfe3e74891ee1601dd5007
3
+ size 8999259
data/stars/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a91ab59de17b45aa21cefe71cb862cde6fdfd8d4cde716bcf533f601f7719fd
3
+ size 192379
data/wiki_pages/2012/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b59601017b8aff8e74c930f7e19a832faaf454735ad8eb024b149a23d43a2d
3
+ size 108332
stats.csv CHANGED
@@ -319,4 +319,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.0
322
- 2012-04-09,105801,3312,51978,4973,7703,3387,0,733,10580,3240,18895,545,0,1334,1913,0,107,0,28700543,50.8,9262666,28.2,50.8,0.0
 
 
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,29.0
322
+ 2012-04-09,105801,3312,51978,4973,7703,3387,0,733,10580,3240,18895,545,0,1334,1913,0,107,0,28700543,50.8,9262666,28.2,50.8,36.0
323
+ 2012-04-10,121885,2172,58417,5976,9667,4097,0,783,12711,3947,21237,692,0,1412,2314,0,107,0,33434876,61.8,10827333,22.2,61.8,0.0