tamnd commited on
Commit
4c534ca
·
verified ·
1 Parent(s): a10bfc8

Add 2012-11-27 — 183.1K 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-11-26** (505 days), totaling **44,397,091 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 10.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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,11 +71,11 @@ 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** — 256,736 events in 449 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 234.8K
78
- 01:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22.0K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04: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 | 256,736 | 449 |
107
 
108
 
109
  ### Live event schema
@@ -137,20 +137,20 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 █████████████░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ██████████████████████████████ 30.3M
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 | 262 | 30,300,947 | 115,652 | 8.0 GB | 2.8 GB | 2h01m | 2h41m | 2h31m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 █████████████░░░░░░░░░░░░░░░░░ 6.7M
153
- 2012 ██████████████████████████████ 14.5M
154
  ```
155
 
156
 
@@ -558,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
- | `pushes` | PushEvent | 21,140,711 | 47.6% | Git pushes with commits |
562
- | `issues` | IssuesEvent | 2,391,963 | 5.4% | Issue lifecycle events |
563
- | `issue_comments` | IssueCommentEvent | 3,455,515 | 7.8% | Comments on issues/PRs |
564
- | `pull_requests` | PullRequestEvent | 1,776,598 | 4.0% | PR lifecycle events |
565
- | `pr_review_comments` | PullRequestReviewCommentEvent | 208,359 | 0.5% | Line-level PR comments |
566
- | `stars` | WatchEvent | 4,309,290 | 9.7% | Repository stars |
567
- | `forks` | ForkEvent | 1,422,763 | 3.2% | Repository forks |
568
- | `creates` | CreateEvent | 7,031,702 | 15.8% | Branch/tag/repo creation |
569
- | `deletes` | DeleteEvent | 364,037 | 0.8% | Branch/tag deletion |
570
- | `commit_comments` | CommitCommentEvent | 494,555 | 1.1% | Comments on commits |
571
- | `wiki_pages` | GollumEvent | 872,477 | 2.0% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
- | `public_events` | PublicEvent | 40,179 | 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-11-29** (507 days), totaling **44,761,384 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 10.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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-28** — 266,466 events in 456 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 234.8K
78
+ 01:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 31.7K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 266,466 | 456 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 █████████████░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 30.7M
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 | 264 | 30,665,240 | 116,156 | 8.1 GB | 2.9 GB | 2h02m | 2h44m | 2h32m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 █████████████░░░░░░░░░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 14.6M
154
  ```
155
 
156
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 21,318,710 | 47.6% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 2,431,898 | 5.4% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 3,485,399 | 7.8% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,789,237 | 4.0% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 212,066 | 0.5% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 4,339,536 | 9.7% | Repository stars |
567
+ | `forks` | ForkEvent | 1,435,796 | 3.2% | Repository forks |
568
+ | `creates` | CreateEvent | 7,072,729 | 15.8% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 366,360 | 0.8% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 498,207 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 879,491 | 2.0% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 40,517 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007c310f8667c83cc1a9675a91634b85b95e329a39b26ffdd923202844117e10
3
+ size 72714
data/creates/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11472bc8a81e89247c4e69ecef9c4555149c82a8a41c2c28f7448d9cedca27be
3
+ size 732983
data/deletes/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21372973f542deb53efe7fa728c8b88ee871b759d117c5be73f00094e52d184
3
+ size 39326
data/forks/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de49e2bfac8011b6ae1a15688f5f6c7d47adb7517421f1017604fe177aa3d164
3
+ size 180601
data/issue_comments/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d20ce146304884c1bbb0f6168ab4692dff7d62b89e03b109e195a4370fb42f6
3
+ size 357031
data/issues/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d40a29d84a9b9276e8f05c76d146e9cda4b0dd742c80d580304ac272593655
3
+ size 369375
data/public_events/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580ce19df86479e5bde11a5ceb372d161aabf7c19e81e04d5387586483a75e34
3
+ size 8400
data/pull_requests/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:952846611c81167e4d2991a66b1b841c4c8babc621b28bd023aaf1982ff4e0c8
3
+ size 1178792
data/pushes/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4bc345ec3804436dc3a03c971ff576b167679f199be66b78d28df3fa2c1e086
3
+ size 14456450
data/stars/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5a0978f4c04ed3ef6dedfcc2f1d4d0714fe18410c922849d37029d6cdfc132
3
+ size 344785
data/wiki_pages/2012/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0afbd13f53cc58f3f47d3bdc017586e53f5e83575eb4bffc5d103f2e2f090bd4
3
+ size 257916
stats.csv CHANGED
@@ -503,4 +503,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
503
  2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,33.8,16169937,56.1,33.8,30.0
504
  2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,29.3,16854553,27.5,29.3,32.3
505
  2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,28.3,16859073,27.5,28.3,19.6
506
- 2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,0.0
 
 
 
503
  2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,33.8,16169937,56.1,33.8,30.0
504
  2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,29.3,16854553,27.5,29.3,32.3
505
  2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,28.3,16859073,27.5,28.3,19.6
506
+ 2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,59.2,17316251,12.3,59.2,40.9
507
+ 2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,0.0
508
+ 2012-11-29,181224,1176,87916,21083,14824,6290,0,1962,14788,6245,20504,1138,0,1809,3344,0,145,0,58262507,72.1,17262585,27.1,72.1,0.0