tamnd commited on
Commit
8850926
·
verified ·
1 Parent(s): 711396e

Add 2012-05-07 — 118.0K 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-06** (333 days), totaling **23,243,260 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.1 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
 
@@ -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,600,330 events in 10471 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 454
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 524
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 592
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 820
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 ████████████████████████░░░░░░ 264.5K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████░░░░░░░░░░░ 9.1M
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 | 90 | 9,147,116 | 101,634 | 2.4 GB | 967.4 MB | 41m11s | 51m49s | 51m17s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████░░░░░░░░░░░░ 4.0M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████████░░░░░░░░░░░░ 455.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 711.1K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████░░░░░░░░░░░░ 880.3K
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,673,781 | 45.9% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,192,854 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,664,979 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,081,973 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 35,607 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,298,286 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 658,755 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,898,361 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 236,875 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 270,413 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 454,224 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,710 | 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-07** (334 days), totaling **23,361,254 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.1 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
 
 
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,604,087 events in 10498 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 328
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 524
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 592
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 821
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 ████████████████████████░░░░░░ 268.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████░░░░░░░░░░░ 9.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 | 91 | 9,265,110 | 101,814 | 2.4 GB | 978.1 MB | 41m33s | 52m51s | 52m02s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████░░░░░░░░░░░░ 4.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████████░░░░░░░░░░░░ 461.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 715.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████░░░░░░░░░░░░ 892.2K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,733,178 | 45.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,198,628 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,674,746 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,085,982 | 4.6% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 36,639 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,310,167 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 662,286 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,915,921 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 237,649 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 271,857 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 456,463 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,846 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14f00abc5157b193fb49941846bbf5d9672eb95540ac4f011db878e280eb27f
3
+ size 44819
data/creates/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f1ce17f2b8a89bc8bee3cae6f12aa5dab5e5781b9a2db5643b6c3d6a62dfd14
3
+ size 388782
data/deletes/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe3a4a7a02d4e89d08fc74944ef8b640e2b7a5dadc4b4e7173adc13bbbbd3e7
3
+ size 21293
data/forks/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cc17a92bc258d63af2598908f4ddd4d0eca75c8a75f65226b1f2d2a8c2b0c8b
3
+ size 74688
data/issue_comments/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37236e47cf9416d72811910cef246c56bf285919cadb7e16f12ec510dcaafee1
3
+ size 175731
data/issues/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac60698f0b2a26494ca4fc15d23c5b798ca2401f8ec890b0342d0c67bc5681f
3
+ size 114607
data/public_events/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd85771bb7f800d0835f7cff2dfb3f25db02593e069c60233e0bf1c76675084a
3
+ size 5204
data/pull_requests/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d47f54cd7a59b4f2b3004153d918c89c9d6a0b6a90cd1f7cd3e42648e5526ea
3
+ size 618825
data/pushes/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8982db759b3c7f2848821f6e3b32458f6ff26cac7d3834d30dcddfcff2235c7e
3
+ size 9426276
data/stars/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbeb9d87d792522f63d9245721912b58dbabcdb5636a1dd59a10ec799bbc417
3
+ size 195197
data/wiki_pages/2012/05/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acb9d1f31ad3c49b3b84b4558f4c524e6501f79548e13167c7566afd0e6e52a
3
+ size 107017
stats.csv CHANGED
@@ -331,4 +331,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
331
  2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
332
  2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,37.8
333
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
334
- 2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,0.0
 
 
331
  2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
332
  2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,37.8
333
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,35.2
334
+ 2012-05-06,98106,250,45413,4301,6028,2311,0,315,8737,2449,25075,446,0,977,1743,0,61,0,24197856,45.9,8216560,18.1,45.9,45.6
335
+ 2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,0.0