tamnd commited on
Commit
210daed
·
verified ·
1 Parent(s): 431af12

Add 2012-07-30 — 123.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-29** (408 days), totaling **31,915,883 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.3 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,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,813,313 events in 11915 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 409
90
- 13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 488
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 585
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 635
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 895
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 ██████████████████░░░░░░░░░░░ 203.0K
101
  ```
102
 
103
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ███████████████████████░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.8M
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 | 165 | 17,819,739 | 107,998 | 4.6 GB | 1.7 GB | 1h12m | 1h44m | 1h34m |
142
 
143
 
144
  ### Pushes per year
@@ -152,8 +152,8 @@ duckdb.sql("""
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ███████████████████████░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 918.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 980.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,733,178 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,655,816 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,346,084 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,351,642 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 101,033 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,174,489 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 961,692 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,499,537 | 17.2% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 286,346 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 365,013 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 608,637 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 28,473 | 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-30** (409 days), totaling **32,039,583 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.1 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,815,614 events in 11947 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 301
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 412
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 490
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 586
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 636
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 896
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
+ 21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ██████████████████░░░░░░░░░░░ 205.3K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ███████████████████████░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 17.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 | 166 | 17,943,439 | 108,093 | 4.6 GB | 1.7 GB | 1h13m | 1h45m | 1h34m |
142
 
143
 
144
  ### Pushes per year
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ███████████████████████░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 925.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 985.3K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,794,613 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,662,560 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,356,849 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,356,173 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 102,298 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,188,049 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 966,292 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,514,605 | 17.2% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 287,118 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 366,436 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 611,158 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 28,593 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fad0bf277b5ac89081baa8b7b28d62212f05e44a9e6e0732c47a2da670994a
3
+ size 50123
data/creates/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329e43f20776f3d3bba0842113185497588dd9b62c8671997c551c404028ccc9
3
+ size 475099
data/deletes/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f333c0c6746bb78a8b1cbd6170b9786ad41b91740eaabf12b774b8aaa6f0ef3
3
+ size 26102
data/forks/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4175e4378b15f63ba927cbd19cf93e3f02a91ad32a2909d37a190fe7e635bf86
3
+ size 123417
data/issue_comments/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb54726ba28cce953cc4e2fd8eb6c75790c1c51d2f83bfa927e65c446d375c6c
3
+ size 238898
data/issues/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5a3a98822c87f9fd87ced3b3722948bc15363a20eb8fc8712b5683d347754b
3
+ size 158706
data/public_events/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2bede9d0885c7f8330c907e02e9acba8243125ba5fc43a8346d6d0dc697d5d
3
+ size 6043
data/pull_requests/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d42716b2b30d085d3c87db0f95843dd91c757846d3e82536086a95d50052c9
3
+ size 837692
data/pushes/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0547e28a79b39808e207831f1fbaa47702930d12191363c91af50910a8929d3a
3
+ size 9908730
data/stars/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203fe12f2f5280aba9118a86274151ffb94bddcb404c5bfa0dc8ccbfcde7de03
3
+ size 260408
data/wiki_pages/2012/07/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c90587dd1f082144f21cfb5046996d02ded3d267e4ad82861641427be7bc65db
3
+ size 129843
stats.csv CHANGED
@@ -406,4 +406,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
406
  2012-07-26,120394,713,60764,6377,10220,4321,0,1080,13955,4590,13740,737,0,1269,2519,0,109,0,36634946,55.4,12605261,31.8,55.4,18.4
407
  2012-07-27,105281,684,53208,5591,8912,3857,0,1017,11407,3835,12704,669,0,1205,2096,0,96,0,31678839,36.0,10565531,21.2,36.0,18.1
408
  2012-07-28,72498,516,37635,3755,5157,2238,0,339,8192,2690,9343,396,0,703,1481,0,53,0,21095451,25.2,7045630,22.3,25.2,23.0
409
- 2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,0.0
 
 
406
  2012-07-26,120394,713,60764,6377,10220,4321,0,1080,13955,4590,13740,737,0,1269,2519,0,109,0,36634946,55.4,12605261,31.8,55.4,18.4
407
  2012-07-27,105281,684,53208,5591,8912,3857,0,1017,11407,3835,12704,669,0,1205,2096,0,96,0,31678839,36.0,10565531,21.2,36.0,18.1
408
  2012-07-28,72498,516,37635,3755,5157,2238,0,339,8192,2690,9343,396,0,703,1481,0,53,0,21095451,25.2,7045630,22.3,25.2,23.0
409
+ 2012-07-29,81199,486,42938,3895,5737,2308,0,493,9272,3034,9574,443,0,888,2071,0,60,0,23630526,20.0,7840065,19.3,20.0,25.5
410
+ 2012-07-30,123700,896,61435,6744,10765,4531,0,1265,13560,4600,15068,772,0,1423,2521,0,120,0,37103312,32.4,12215061,39.0,32.4,0.0