tamnd commited on
Commit
4d79475
·
verified ·
1 Parent(s): 986c872

Add 2012-05-23 — 129.5K 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-05-22** (349 days), totaling **24,972,904 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 5.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,639,172 events in 10750 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 371
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 462
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 837
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
- 23:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29.9K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████████░░░░░░░ 10.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 | 106 | 10,876,760 | 102,610 | 2.8 GB | 1.1 GB | 47m54s | 1h06m | 1h00m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████████░░░░░░░░ 4.8M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████░░░░░░░░ 538.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 766.7K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████████░░░░░░░ 1.1M
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 | 11,519,423 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,275,927 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,800,577 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,137,531 | 4.6% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 48,182 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,490,026 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 721,172 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,170,841 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 246,840 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 290,877 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 485,736 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 22,368 | 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-05-25** (352 days), totaling **25,342,366 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 5.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,641,076 events in 10762 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 463
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 837
 
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31.8K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████████░░░░░░░ 11.2M
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 | 109 | 11,246,222 | 103,176 | 2.9 GB | 1.1 GB | 49m08s | 1h09m | 1h01m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████████░░░░░░░░ 5.0M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████░░░░░░░░ 559.4K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 778.5K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████████░░░░░░░ 1.1M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,693,084 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,296,444 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,837,626 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,149,370 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 51,117 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,528,171 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 734,385 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,228,161 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 249,058 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 295,157 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 492,201 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 22,682 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a6084ae7fff6813f78dd02e4f7032cc1f49673563a0cd78fd07eaa75bc5ea29
3
+ size 43994
data/creates/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae97bee9f03b6a72c883afe29f16c0c6098de735934a17bfb10432268b5893a1
3
+ size 451163
data/deletes/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0837cbb2ca370b5f6d6b222e392b675a1cd01de5c2b4bd971ccc1adac4b19a
3
+ size 20895
data/forks/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87e6d4fc6c1ae39df5d2534e6168af91c312095ff1128f59f4263619333ea45
3
+ size 91566
data/issue_comments/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7a244823b63a1166244ea1100dd5e2a4769b591e031d381675facea1d3a0b6
3
+ size 188360
data/issues/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a07da5df713d92036098d40b04614c820611ba239a572d502e6313354a73d82
3
+ size 127110
data/public_events/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee4712bad2e9597164375f08737e9d9adba24338456330d7a5df3393c253360d
3
+ size 5081
data/pull_requests/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5586b3253709f11947c148cd4734137249b5f34bf58d7694364750b103f1b46f
3
+ size 675487
data/pushes/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efd1ab1263a56e510aa953077e02a2ba789ad995f38828c7423c80f304198d4
3
+ size 9805935
data/stars/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f7ffe4c3272d4737eddeb6b654d2febebdb61ac8dc278510a9dff4ffcd2572
3
+ size 256930
data/wiki_pages/2012/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7629a5f8055e60acefa3c15fd5c80e9adaf72845226a68bd146e8fda85d92fdf
3
+ size 154471
stats.csv CHANGED
@@ -347,4 +347,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
347
  2012-05-19,71888,278,35785,3106,4596,1831,0,304,7599,2627,13581,346,0,740,1033,0,62,0,18761137,25.8,6346519,19.2,25.8,34.6
348
  2012-05-20,81794,251,40998,3583,5509,2323,0,703,8416,2805,14601,389,0,673,1501,0,42,0,21829607,34.0,7409845,19.6,34.0,26.9
349
  2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,28.0
350
- 2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,0.0
 
 
 
 
347
  2012-05-19,71888,278,35785,3106,4596,1831,0,304,7599,2627,13581,346,0,740,1033,0,62,0,18761137,25.8,6346519,19.2,25.8,34.6
348
  2012-05-20,81794,251,40998,3583,5509,2323,0,703,8416,2805,14601,389,0,673,1501,0,42,0,21829607,34.0,7409845,19.6,34.0,26.9
349
  2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,28.0
350
+ 2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,26.9
351
+ 2012-05-23,129523,515,61443,7209,12627,4397,0,1082,13063,4569,19987,716,0,1461,2326,0,128,0,35572597,65.3,11820992,22.2,65.3,0.0
352
+ 2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,0.0
353
+ 2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,0.0