tamnd commited on
Commit
3134490
·
verified ·
1 Parent(s): 4981e7e

Add 2012-03-05 — 117.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-04** (295 days), totaling **18,962,637 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,20 +71,20 @@ 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,401,986 events in 9193 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 408
@@ -95,7 +95,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
- 21:00 ████████████████████████░░░░░░ 263.7K
99
  22:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 67.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.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 | 52 | 4,866,493 | 93,586 | 1.3 GB | 590.4 MB | 25m18s | 23m16s | 29m36s |
142
 
143
 
144
  ### Pushes per year
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 222.1K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ███████████████████████░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 460.5K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 450.4K
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 | 8,734,277 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 959,210 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,266,021 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 831,312 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 10,426 | 0.1% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,868,350 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 527,370 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,196,908 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 211,714 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 223,415 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 377,786 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 99,371 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 16,871 | 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-03-05** (296 days), totaling **19,080,409 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.0 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,402,005 events in 9207 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 272
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 350
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 408
 
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
+ 21:00 ████████████████████████░░░░░░ 263.8K
99
  22:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 67.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████████░░░░░░░░░░░░░░░░░░░░ 5.0M
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 | 53 | 4,984,265 | 94,042 | 1.3 GB | 605.4 MB | 25m42s | 23m43s | 30m12s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 227.4K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ███████████████████████░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 483.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░░ 460.8K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,781,176 | 46.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 964,455 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,274,074 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 853,947 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 11,145 | 0.1% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,878,769 | 9.8% | Repository stars |
562
+ | `forks` | ForkEvent | 530,238 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,212,775 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 212,816 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 224,803 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 379,712 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 99,939 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 16,954 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70cadc8bc86061298f7633c05a1e532bf3c68ac683764481fc3e4937d99800f0
3
+ size 195853
data/creates/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc008b094cd159f0f92b96ab7484c6a9d02560ef942f5546aa989e0fef6315f
3
+ size 507344
data/deletes/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5886493716fc8ba7afd55c83d814fb40a4c424581cf70ceba3fc27c4744d544
3
+ size 38031
data/forks/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b06c54e208d1a25e2b9b7c76dd31314658d491a37c9d58bb69aff5bef1c94e46
3
+ size 278251
data/issues/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc13f4bb2f3b6934146e537876bb3202258646071e41d8a5e5edc2e75e3b859
3
+ size 1163630
data/members/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1ddc2afcca5342144dce2ef594fb591dcceabdac909343b6dded669f356ea47
3
+ size 26412
data/public_events/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310d25bb12b75ddd40c09d7501315e68f97eff179bae332b4e40394536c0b375
3
+ size 5989
data/pull_requests/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0572ab73b0b6fd7708ed609c7f6cfee9e6549bd2f738e839fce9c6b67d0ebdca
3
+ size 2868514
data/pushes/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0885a1ff10e22a7ebf71604f0f3747f5151ff2ffffc644c967a4ccbb8091c763
3
+ size 10238176
data/stars/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd74793e8318bb81f6c9372efc8864e23f7727b8737c9e1572284374cac2846
3
+ size 307866
data/wiki_pages/2012/03/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94aef28f32278e3db523c973b881568598ca915a7f46f6dd3b4969c2aeec6b22
3
+ size 151804
stats.csv CHANGED
@@ -293,4 +293,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
293
  2012-03-01,121155,0,45647,4625,7442,25808,0,832,9559,3033,19715,815,0,1149,1966,458,106,0,39461851,35.4,15301594,23.9,35.4,31.2
294
  2012-03-02,134585,0,47252,6581,10555,26537,0,673,9855,3155,24827,1080,0,1211,2197,562,100,0,41240553,30.3,16141369,34.4,30.3,33.7
295
  2012-03-03,100314,0,37344,4615,6179,18003,0,306,7801,2401,19981,630,0,840,1658,510,46,0,29497236,19.5,11987088,19.6,19.5,32.4
296
- 2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,16.7,9828549,29.7,16.7,0.0
 
 
293
  2012-03-01,121155,0,45647,4625,7442,25808,0,832,9559,3033,19715,815,0,1149,1966,458,106,0,39461851,35.4,15301594,23.9,35.4,31.2
294
  2012-03-02,134585,0,47252,6581,10555,26537,0,673,9855,3155,24827,1080,0,1211,2197,562,100,0,41240553,30.3,16141369,34.4,30.3,33.7
295
  2012-03-03,100314,0,37344,4615,6179,18003,0,306,7801,2401,19981,630,0,840,1658,510,46,0,29497236,19.5,11987088,19.6,19.5,32.4
296
+ 2012-03-04,79954,0,30820,2916,4154,13206,0,326,6327,1774,16563,1187,0,817,1504,312,48,0,23218953,16.7,9828549,29.7,16.7,36.1
297
+ 2012-03-05,117772,0,46899,5245,8053,22635,0,719,10419,2868,15867,1102,0,1388,1926,568,83,0,39269934,27.2,15781870,24.3,27.2,0.0