tamnd commited on
Commit
d36a077
·
verified ·
1 Parent(s): 337f7d7

Add 2012-07-23 — 123.6K 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-07-22** (401 days), totaling **31,162,029 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 7.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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
 
@@ -71,33 +71,33 @@ 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,797,262 events in 11790 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 581
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 631
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 891
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 █████████████████████████���██░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 █████████████████░░░░░░░░░░░░░ 187.1K
101
  ```
102
 
103
 
@@ -132,19 +132,19 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.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 | 158 | 17,065,885 | 108,011 | 4.3 GB | 1.6 GB | 1h10m | 1h39m | 1h29m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 █████████████████████████░░░░ 6.7M
148
  2012 ██████████████████████████████ 7.7M
149
  ```
150
 
@@ -152,8 +152,8 @@ duckdb.sql("""
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ████████████████████████░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 880.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 953.8K
165
  ```
166
 
167
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 14,352,058 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,617,180 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,284,683 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,324,632 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 94,512 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,091,133 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 933,651 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,406,798 | 17.4% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 281,574 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 356,245 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 592,923 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 27,771 | 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-07-23** (402 days), totaling **31,285,662 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 7.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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
 
 
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,799,098 events in 11808 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 485
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 631
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 892
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 █████████████████████████���██░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 █████████████████░░░░░░░░░░░░░ 188.9K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 17.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 | 159 | 17,189,518 | 108,110 | 4.4 GB | 1.6 GB | 1h10m | 1h40m | 1h30m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 █████████████████████████░░░░ 6.7M
148
  2012 ██████████████████████████████ 7.7M
149
  ```
150
 
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ████████████████████████░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 885.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 958.5K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,414,340 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,623,002 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,295,219 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,329,344 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 95,735 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,104,647 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 938,287 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,421,711 | 17.3% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 282,391 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 357,770 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 595,471 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 27,886 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b843e811f5e3a6193ee952a7275250f7fe2b6c731b358d14516b29fe12e861f
3
+ size 51172
data/creates/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926396019e8952d4bae5a06879e30304694e8a788480948863a9686cd5c328ab
3
+ size 491167
data/deletes/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060d133c7e599bf678168d1ef48fc220b1ee94c993561ad5ac668ddae9e4a040
3
+ size 26051
data/forks/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf083a32df27d7b7c46085d9717752cecc402aa8563433b36809c0d2611e4cf4
3
+ size 113271
data/issue_comments/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1627e1eaf0dbff5acbf27f01b6070fc94fc995b50d020fb6321fa14d418d2b
3
+ size 230058
data/issues/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeca084c2bca149242126e0c4d8b9d9316fe64122cad7169518a08efd2d626cb
3
+ size 141478
data/public_events/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52990b5b884198d8835cb61b427e0f2df85e5b3313670b88edb2dc2dd0ebf629
3
+ size 5986
data/pull_requests/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318435e393329dca4e39fca0ab83c692ac7e01cc1710dce94e4a609d28f9c8a5
3
+ size 834047
data/pushes/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a88a0bf4380479013efdae511b7eb8d5674b2e844b773c789c3088ec68070a18
3
+ size 10202259
data/stars/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b128bff96d1709eed5f59bc02b6f7ffc22cbdf0e7da6bee85086a61adafdbf0
3
+ size 259736
data/wiki_pages/2012/07/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b28ddf7fb0589d251a1a61f5588ec29d7bb1f8e801c99985baddc12418d01172
3
+ size 177375
stats.csv CHANGED
@@ -399,4 +399,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
399
  2012-07-19,122567,844,61638,6103,10457,4475,0,1259,13344,4622,14969,776,0,1437,2542,0,101,0,36760982,58.1,12502580,34.7,58.1,39.2
400
  2012-07-20,113852,797,54560,6947,13222,4068,0,1060,11541,3964,13555,679,0,1172,2194,0,93,0,32571208,55.0,10939676,22.4,55.0,30.4
401
  2012-07-21,73692,586,38771,4252,5107,2046,0,398,7573,2712,9302,405,0,641,1849,0,50,0,21046541,34.1,7039958,22.2,34.2,24.2
402
- 2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,0.0
 
 
399
  2012-07-19,122567,844,61638,6103,10457,4475,0,1259,13344,4622,14969,776,0,1437,2542,0,101,0,36760982,58.1,12502580,34.7,58.1,39.2
400
  2012-07-20,113852,797,54560,6947,13222,4068,0,1060,11541,3964,13555,679,0,1172,2194,0,93,0,32571208,55.0,10939676,22.4,55.0,30.4
401
  2012-07-21,73692,586,38771,4252,5107,2046,0,398,7573,2712,9302,405,0,641,1849,0,50,0,21046541,34.1,7039958,22.2,34.2,24.2
402
+ 2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,30.5
403
+ 2012-07-23,123633,990,62282,5822,10536,4712,0,1223,13514,4636,14913,817,0,1525,2548,0,115,0,37337103,63.4,12532600,29.4,63.4,0.0