tamnd commited on
Commit
85dbd77
·
verified ·
1 Parent(s): 7c2ab5a

Add 2012-08-10 — 116.5K 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-08-09** (419 days), totaling **33,188,206 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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,837,472 events in 12128 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
@@ -79,25 +79,25 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 308
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
89
  12:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 415
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 502
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 588
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 642
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 900
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 █████████████████████░░░░░░░░░ 227.0K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 19.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 | 176 | 19,092,062 | 108,477 | 4.9 GB | 1.8 GB | 1h18m | 1h48m | 1h39m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████░░░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 8.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 985.3K
157
  ```
158
 
159
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 15,396,938 | 46.4% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,722,414 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,449,267 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,394,985 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 112,050 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,309,213 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 1,009,286 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,645,482 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 293,950 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 378,926 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 634,274 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 29,624 | 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-08-10** (420 days), totaling **33,304,698 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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,839,453 events in 12154 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 315
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
89
  12:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 415
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 642
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 901
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.5K
100
+ 23:00 █████████████████████░░░░░░░░░ 229.0K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 19.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 | 177 | 19,208,554 | 108,522 | 4.9 GB | 1.8 GB | 1h18m | 1h49m | 1h40m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████░░░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.8M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 991.3K
157
  ```
158
 
159
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,458,892 | 46.4% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,728,364 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,459,100 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,398,931 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 112,861 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,320,848 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 1,013,821 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,658,342 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 294,657 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 380,273 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 636,412 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 29,755 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dece7fcb94e212b4baf1fc1acb9081a89cfeb5b54cbe2f682f398e188a5c9802
3
+ size 47604
data/creates/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62036eac7e0c8525062246281825b7a0b9d384ed3bc5e4cf932b60098ac51bbb
3
+ size 433367
data/deletes/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd36130c08a49b669a5da1e03388aa32141e22089eff21f4b1e6f25906e537e
3
+ size 23510
data/forks/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdde0ca079011f4a295febd917d6fdbe1430229b4f2ac77670fe953edb1d19e
3
+ size 110933
data/issue_comments/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a795b9b48b2ae74aa5ae688d356aee47d4c1b17a197d7f8c03743326a296a3
3
+ size 213147
data/issues/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba97e34858d24eeda4d41331fd28c680476b0f6c4edde6e9bf4d03bd3d21788f
3
+ size 140853
data/public_events/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e555854166dbaa5dccafb09fa31f182595b672d813b621ed29838bca614eec19
3
+ size 6119
data/pull_requests/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69216a7cbd702dd246cf75c423345023cdf156fa7c240520e77416cee4cdabd
3
+ size 717758
data/pushes/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdda8f64c9a983b5a8854574c2c55eafe358fac4f6fefe6180801b77ae6d9f8f
3
+ size 9852959
data/stars/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4231e8987adc1728dedd32e1f5e7f2015e3417db84449f37280bc60a38bf6ca
3
+ size 225740
data/wiki_pages/2012/08/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a91703a2f2a189d8e97fa5c0b1842488339471769b8d5bac8b5ad75d5ae09a
3
+ size 152872
stats.csv CHANGED
@@ -417,4 +417,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
417
  2012-08-06,115218,708,59189,5840,9283,3756,0,1063,13208,4171,13635,686,0,1416,2157,0,106,0,33847410,16.9,11481943,20.3,16.9,38.9
418
  2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,13.1,11630443,21.1,13.1,35.8
419
  2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,12909106,33.4,24.4,28.8
420
- 2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,23.6,13173076,36.0,23.6,0.0
 
 
417
  2012-08-06,115218,708,59189,5840,9283,3756,0,1063,13208,4171,13635,686,0,1416,2157,0,106,0,33847410,16.9,11481943,20.3,16.9,38.9
418
  2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,13.1,11630443,21.1,13.1,35.8
419
  2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,12909106,33.4,24.4,28.8
420
+ 2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,23.6,13173076,36.0,23.6,31.4
421
+ 2012-08-10,116492,645,61954,5950,9833,3946,0,811,11635,4535,12860,707,0,1347,2138,0,131,0,35120011,21.1,11924862,24.7,21.1,0.0