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

Add 2012-07-22 — 92.7K 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-07-21** (400 days), totaling **31,069,285 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.0 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
 
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,14 +71,14 @@ 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,795,193 events in 11779 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
@@ -88,7 +88,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 580
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 631
93
  16:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 891
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 █████████████████░░░░░░░░░░░░░ 185.0K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.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 | 157 | 16,973,141 | 108,109 | 4.3 GB | 1.6 GB | 1h09m | 1h38m | 1h29m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████░░░░ 6.7M
148
- 2012 ██████████████████████████████ 7.6M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 █████████████████████████░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 866.0K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 951.6K
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,307,875 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,603,109 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,278,364 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,322,412 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 94,039 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,082,470 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 930,675 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,396,723 | 17.4% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 281,089 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 355,450 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 591,051 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 27,718 | 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-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
 
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,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
 
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
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 █████████████████░░░░░░░░░░░░░ 187.1K
101
  ```
102
 
103
 
 
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
 
151
 
 
153
 
154
  ```
155
  2011 █████████████████████████░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 880.1K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 953.8K
165
  ```
166
 
167
 
 
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
 
data/commit_comments/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8967b75fb3d2dedab7c0c5f4dd49ccdf13dffbd35f2e1d870880469c84eb611
3
+ size 34648
data/creates/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef8ccd5cd0cc741ab58228fdbe071c66baa3420f70060ca0f993d64c4a231cc
3
+ size 326932
data/deletes/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b14b153b074c60336efd93137193f924cdaba3c8becdf6540aaaec3525a1de2
3
+ size 16682
data/forks/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177a8eb4c079249190b8eeee404f42be6c9acd37c4347a472281f9dcb00aecb7
3
+ size 76397
data/issue_comments/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fee8fb271453750f9fd9041848726499f1d5615b49c32d5d73298fb424e6381
3
+ size 131134
data/issues/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4175899bc097acd231b7afdbd93515e456d7ea1ea265505b4dd8e06e8c77253
3
+ size 152630
data/public_events/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe9d848a701fbf8603adf6a326c96de4251132ff7ae7212fd9b4211c03b68b4
3
+ size 3941
data/pull_requests/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26621a997786c95990eb08e03131cb7dbda05c492d98f130a8b9bac9a392df5
3
+ size 425905
data/pushes/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59bb734ea315a920ef7e026256a8ea58a99994537471a8bf731f79e9a084450
3
+ size 6745073
data/stars/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d70bc2a0efe21967c07dfc0dd32dcd80634fc8e7ea37641cf9179acd791314
3
+ size 177467
data/wiki_pages/2012/07/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4a28636145a99ec1249b0d8c8519d4b169655b9072f2083fc32635c7ed1b97
3
+ size 129924
stats.csv CHANGED
@@ -398,4 +398,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
398
  2012-07-18,124007,1047,62235,6344,10663,4457,0,1308,13807,4464,14824,817,0,1439,2491,0,111,0,37056256,58.0,12357709,22.5,58.0,29.5
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,0.0
 
 
398
  2012-07-18,124007,1047,62235,6344,10663,4457,0,1308,13807,4464,14824,817,0,1439,2491,0,111,0,37056256,58.0,12357709,22.5,58.0,29.5
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