tamnd commited on
Commit
35519b2
·
verified ·
1 Parent(s): de91935

Add 2012-04-25 — 118.5K 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-04-24** (325 days), totaling **22,379,918 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.9 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
 
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,24 +71,24 @@ 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,556,456 events in 10158 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
91
- 14:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 513
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 573
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 802
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -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.9K
99
- 22:00 ████████████████████░░░░░░░░░░ 220.9K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████░░░░░░░░░░░░ 8.3M
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 | 82 | 8,283,774 | 101,021 | 2.2 GB | 890.5 MB | 38m44s | 44m44s | 46m45s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████████░░░░░░░░░░░░░░ 3.6M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████░░░░░░░░░░░░░ 412.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 684.5K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████████░░░░░░░░░░░░░ 792.8K
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,243,935 | 45.8% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,149,485 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,597,581 | 7.1% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,055,305 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 30,838 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,210,784 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 632,829 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,756,459 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 232,201 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 259,975 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 437,600 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 19,940 | 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-27** (327 days), totaling **22,602,806 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.9 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
 
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,558,600 events in 10174 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 446
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 514
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 573
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 802
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 ████████████████████░░░░░░░░░░ 223.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████░░░░░░░░░░░░ 8.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 | 84 | 8,506,662 | 101,269 | 2.2 GB | 910.8 MB | 39m28s | 46m42s | 47m24s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████░░░░░░░░░░░░░░ 3.7M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████░░░░░░░░░░░░░ 423.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████████░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 691.8K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████████░░░░░░░░░░░░░ 816.0K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,355,684 | 45.8% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,160,943 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,615,339 | 7.1% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,062,621 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 32,110 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,234,006 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 639,649 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,789,976 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 233,479 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 262,897 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 441,960 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,161 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8323e1f5794227ec7bb7c4052127a5264811712d5652dc1fa802d5c30d0010f2
3
+ size 47573
data/creates/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208493a4051b9558ba77d54e0b1ca1a02cd1b29e97e8a7bdf10362fec41884b8
3
+ size 389743
data/deletes/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22b84444070714e7ed172ff94860036696ce2036a554f86d45b7c97ff9f65658
3
+ size 19116
data/forks/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb372c3f68149fc103e9467447f73acc29694f961dfb8fc62578aefc3838168
3
+ size 78339
data/issue_comments/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279f16a29aa0e355ffe9cf8ec4bc84d43e2447c396ed12eabe78ebf7f22994c2
3
+ size 167884
data/issues/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5941203a69587f6f2db49f8c847359f196f15e12994177d0256aa7c605c4f59c
3
+ size 117180
data/public_events/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a62a72b7cdb1acbefdf0190d8ea4c4f6ae679a5ce513c34067aedb359ada722
3
+ size 5078
data/pull_requests/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd3fae56e1cc12eb5961d8876eb43a9cb89c5b9d80910f6935ea566746a4c206
3
+ size 648534
data/pushes/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5204c96412abe5022112dd8d8a98ded738b6a8e9cdcd51b9955405792cb1c0d
3
+ size 9337704
data/stars/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ab5a7f5b62750ff2884604c9ab5f2a8b13395ed7e32556d11eeee5727de69f
3
+ size 192426
data/wiki_pages/2012/04/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51c3b12445e59b044b310ac4713563a17a07440bfc4151ba0c403d096c86078
3
+ size 107843
stats.csv CHANGED
@@ -323,4 +323,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,21.9
324
  2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,62.1,10749555,32.2,62.1,29.1
325
  2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,51.5,10320742,22.0,51.5,23.1
326
- 2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,0.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,21.9
324
  2012-04-11,124507,556,59389,5943,9157,4274,0,756,13097,3964,22588,755,0,1546,2369,0,113,0,33558277,62.1,10749555,32.2,62.1,29.1
325
  2012-04-12,117791,452,56651,5826,9248,4004,0,743,12760,3877,19855,718,0,1393,2180,0,84,0,32476046,51.5,10320742,22.0,51.5,23.1
326
+ 2012-04-24,129309,594,62205,7012,12524,4052,0,823,14188,3805,19201,816,0,1448,2519,0,122,0,35616421,63.2,11568684,7.9,63.2,38.7
327
+ 2012-04-25,118508,519,59536,5867,9330,3907,0,734,12657,3612,17588,680,0,1676,2288,0,114,0,33422638,62.1,11111420,21.9,62.1,0.0
328
+ 2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,0.0