tamnd commited on
Commit
5a1d076
·
verified ·
1 Parent(s): 418912e

Add 2012-09-12 — 138.8K 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-09-11** (440 days), totaling **35,653,632 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 8.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.4 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,10 +71,10 @@ 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-28** — 71,834 events in 63 blocks
75
 
76
  ```
77
- 00:00 ██████████████████████████████ 71.8K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 71,834 | 63 |
107
 
108
 
109
  ### Live event schema
@@ -137,20 +137,20 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ███████████████████░░░░░░░░░░░ 14.1M
140
- 2012 ██████████████████████████████ 21.6M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
- | 2012 | 197 | 21,557,488 | 109,428 | 5.6 GB | 2.0 GB | 1h27m | 2h02m | 1h52m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
- 2011 ███████████████████░░░░░░░░░░ 6.7M
153
- 2012 ██████████████████████████████ 10.0M
154
  ```
155
 
156
 
@@ -165,7 +165,7 @@ duckdb.sql("""
165
  ### Pull requests per year
166
 
167
  ```
168
- 2011 █████████░░░░░░░░░░░░░░░░░░░░ 370.9K
169
  2012 ██████████████████████████████ 1.1M
170
  ```
171
 
@@ -173,7 +173,7 @@ duckdb.sql("""
173
  ### Stars per year
174
 
175
  ```
176
- 2011 ███████████████████░░░░░░░░░░ 1.4M
177
  2012 ██████████████████████████████ 2.1M
178
  ```
179
 
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 16,676,189 | 46.8% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 1,862,417 | 5.2% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 2,677,162 | 7.5% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,477,824 | 4.1% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 132,901 | 0.4% | Line-level PR comments |
566
- | `stars` | WatchEvent | 3,538,736 | 9.9% | Repository stars |
567
- | `forks` | ForkEvent | 1,100,538 | 3.1% | Repository forks |
568
- | `creates` | CreateEvent | 5,930,976 | 16.6% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 309,497 | 0.9% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 406,262 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 683,441 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
- | `public_events` | PublicEvent | 31,816 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
 
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-09-13** (442 days), totaling **35,929,685 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 8.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.4 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-28** — 73,852 events in 65 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 73.9K
78
  01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 73,852 | 65 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ███████████████████░░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 21.8M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
+ | 2012 | 199 | 21,833,541 | 109,716 | 5.7 GB | 2.0 GB | 1h28m | 2h04m | 1h53m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
+ 2011 ███████████████████░░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 10.1M
154
  ```
155
 
156
 
 
165
  ### Pull requests per year
166
 
167
  ```
168
+ 2011 █████████░░░░░░░░░░░░░░░░░░░░ 370.9K
169
  2012 ██████████████████████████████ 1.1M
170
  ```
171
 
 
173
  ### Stars per year
174
 
175
  ```
176
+ 2011 ███████████████████░░░░░░░░░░ 1.4M
177
  2012 ██████████████████████████████ 2.1M
178
  ```
179
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 16,817,354 | 46.8% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 1,878,707 | 5.2% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 2,701,285 | 7.5% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,488,033 | 4.1% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 135,488 | 0.4% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 3,564,757 | 9.9% | Repository stars |
567
+ | `forks` | ForkEvent | 1,110,610 | 3.1% | Repository forks |
568
+ | `creates` | CreateEvent | 5,963,650 | 16.6% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 311,375 | 0.9% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 409,411 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 689,198 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 32,072 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c416888b7b1d599919f081976e3d75b68c55139d391cf4f882344968a97be2c1
3
+ size 59037
data/creates/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e776fbcfc0fedc378718ec40ee87edb40a801988f647d2a95050ca566ea27e63
3
+ size 564863
data/deletes/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806a0421ff0decfc0f8166351a5342ea976ad2a29ccc928c566a8660b3a3645f
3
+ size 30527
data/forks/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9dbb1db8986b30c549cac58def0a4bdf496882b36504970e967767f7b632bc
3
+ size 119764
data/issue_comments/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d383a20993195a56a1a9a224af96b48b7a9eed237ac6d0f9c7d9a2c6ce64407
3
+ size 262451
data/issues/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c5fbec4a353279bb70c61431b0862e01b1759b1a20b9ce61cf1ced64e9064a4
3
+ size 170617
data/public_events/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846d6f41e96ceca99dee077358f1c9d6d14e675a5f13b692508761828b1bece2
3
+ size 6715
data/pull_requests/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a4d56453d73153e2724ac274ce3fccb3eb0e8bd71f4c14f0ae8576f38e9bc2
3
+ size 900424
data/pushes/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676e10ac9618db378ee37b5e4a69018be328aac0d1f8e67464f93385a39ea26b
3
+ size 11359474
data/stars/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d85acf81b2a08289128c9f13af6c9c5895670849c34497bb7f4c6366abecfad
3
+ size 249785
data/wiki_pages/2012/09/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3a9f92e5377c7b2af2b14dde548fb9708f2d1a649c1b2020726e8684ac7d85
3
+ size 198504
stats.csv CHANGED
@@ -438,4 +438,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
438
  2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
439
  2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
440
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
441
- 2012-09-11,136399,995,67697,8765,14013,4929,0,1318,12782,5076,15524,859,0,1503,2777,0,161,0,40646145,69.7,13750726,24.7,69.7,0.0
 
 
 
438
  2012-09-08,91473,531,41916,9676,12039,2268,0,491,7959,3093,10296,439,0,843,1843,0,79,0,24213209,48.2,7912908,23.3,48.2,29.1
439
  2012-09-09,94348,494,49309,5118,8181,2620,0,583,8921,3401,11883,631,0,999,2120,0,88,0,27142686,49.0,9250671,20.8,49.0,44.7
440
  2012-09-10,134856,892,66765,8134,12298,4797,0,1364,14476,5077,15886,911,0,1618,2512,0,126,0,40611187,71.5,13599972,22.2,71.5,55.7
441
+ 2012-09-11,136399,995,67697,8765,14013,4929,0,1318,12782,5076,15524,859,0,1503,2777,0,161,0,40646145,69.7,13750726,24.7,69.7,27.9
442
+ 2012-09-12,138793,942,71769,7161,12145,5168,0,1324,13146,4924,16629,965,0,1608,2859,0,153,0,42299534,78.0,13922161,26.7,78.0,0.0
443
+ 2012-09-13,137260,930,69396,9129,11978,5041,0,1263,12875,5148,16045,913,0,1541,2898,0,103,0,41135717,76.6,13398691,23.0,76.6,0.0