tamnd commited on
Commit
0208f62
·
verified ·
1 Parent(s): f2592e3

Add 2012-07-09 — 135.6K 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-06-29** (387 days), totaling **29,335,650 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 6.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.8 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,7 +71,7 @@ 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,756,766 events in 11544 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
@@ -80,24 +80,24 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 201
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 315
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 383
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 479
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 567
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 876
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 █████████████░░░░░░░░░░░░░░░░░ 146.8K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ███████████████████████████░░░ 14.1M
135
- 2012 ██████████████████████████████ 15.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 | 144 | 15,239,506 | 105,829 | 3.9 GB | 1.5 GB | 1h04m | 1h25m | 1h21m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 ████████████████████████████░ 6.7M
148
- 2012 ██████████████████████████████ 6.9M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ████████████████████████████░░ 737.1K
156
- 2012 ██████████████████████████████ 769.4K
157
  ```
158
 
159
 
@@ -161,14 +161,14 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 899.1K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
- 2011 ███████████████████████████░░ 1.4M
172
  2012 ██████████████████████████████ 1.5M
173
  ```
174
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 13,561,804 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,506,519 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,149,966 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,269,988 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 81,117 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,926,564 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 876,352 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,986,406 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 271,626 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 338,123 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 560,392 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 26,345 | 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-09** (388 days), totaling **29,471,266 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 6.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.8 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,760,486 events in 11581 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 344
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
+ 13:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 481
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 879
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 █████████████░░░░░░░░░░░░░░░░░ 150.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ███████████████████████████░░░ 14.1M
135
+ 2012 ██████████████████████████████ 15.4M
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 | 145 | 15,375,122 | 106,035 | 3.9 GB | 1.5 GB | 1h04m | 1h26m | 1h21m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 ████████████████████████████░ 6.7M
148
+ 2012 ██████████████████████████████ 7.0M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ████████████████████████████░░ 737.1K
156
+ 2012 ██████████████████████████████ 777.1K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 903.6K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
+ 2011 ███████████████████████████░░ 1.4M
172
  2012 ██████████████████████████████ 1.5M
173
  ```
174
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,626,986 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,514,178 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,160,855 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,274,492 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 82,131 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,940,623 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 880,949 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,005,894 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 272,353 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 339,739 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 562,896 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 26,438 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd885fcebfd4919dd24f5a3e1dbc6ba3a3d43b66ae84cce9977cf13d40919840
3
+ size 54238
data/creates/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ed3f6761cc8c1c05c1fc6f44dbcfddaa3bfdb32d2171e69cfb9d498ef5a53d
3
+ size 556374
data/deletes/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c720cbf52c5ac2d8e404198f110a039681cff18ade70920728e8c17fd3d8ce
3
+ size 25003
data/forks/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c1f21bd8fa2b9c51a8668319674447db6f6162237bae83fa821b0c3bd40faa
3
+ size 115248
data/issue_comments/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aaefa4f64fe7019e9c11d0b5de9385909c6b7fdfeccb567b5fbc1a2c2d299a9
3
+ size 232088
data/issues/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b3ce717b3f1664ae5ecf1237a456f016391f049889eeaab69a74030b529f52
3
+ size 156445
data/public_events/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42033724b3f69bedf57db2a1488ce997bc2b2becdf90a60062c6482b9086f48b
3
+ size 5221
data/pull_requests/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ac28d6caeadb5ea702438e3dd11ae2c8d83b8405ed7e4c0129479f15adccfa
3
+ size 814248
data/pushes/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c598a310dfe83b18704e163163f0a203333a34a41fbb35e189d969e0d123eff
3
+ size 10125893
data/stars/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358dd260c35e865560ac226addb9b80937b15539c01923f6404cb180cbfc1766
3
+ size 267616
data/wiki_pages/2012/07/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4479ecf0970b8cb0026c661fd2aeee788493132c45bac8c83944f04f2dadaa67
3
+ size 125899
stats.csv CHANGED
@@ -386,3 +386,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
386
  2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
387
  2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,22.1
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
 
 
386
  2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
387
  2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,22.1
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
389
+ 2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,0.0