tamnd commited on
Commit
a3ec608
·
verified ·
1 Parent(s): e47ad77

Add 2014-09-27 — 317.9K 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 **2015-01-03** (1,300 days), totaling **223,133,886 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 69.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.3 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,23 +71,23 @@ 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** — 3,059,807 events in 3862 blocks
75
 
76
  ```
77
- 00:00 ████████████████████████░░░░░░ 235.4K
78
- 01:00 ████████████████████████████░░ 272.8K
79
- 02:00 ████████████████████████████░░ 271.7K
80
- 03:00 ████████████████████████████░░ 273.7K
81
- 04:00 ████████████████████████████279.7K
82
- 05:00 █████████████████░░░░░░░░░░░░░ 169.7K
83
- 06:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
84
- 07:00 █████████████████░░░░░░░░░░░░░ 165.7K
85
- 08:00 ███████████████████████████░░░ 262.4K
86
- 09:00 ██████████████████████████████ 284.7K
87
- 10:00 ███████████████████████████░░░ 257.5K
88
- 11:00 ████████████████████████████░░ 267.1K
89
- 12:00 ████████████████████████████░░ 272.0K
90
- 13:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26.4K
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
  16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -100,6 +100,8 @@ Events from today are captured in near-real-time from the GitHub Events API and
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
 
103
 
104
  ### Live event schema
105
 
@@ -136,7 +138,7 @@ duckdb.sql("""
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
  2012 ██████████████░░░░░░░░░░░░░░░░ 42.5M
138
  2013 ██████████████████████████░░░░ 76.2M
139
- 2014 ██████████████████████████████ 85.9M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +147,7 @@ duckdb.sql("""
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
147
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
148
- | 2014 | 256 | 85,897,773 | 335,538 | 31.6 GB | 7.9 GB | 2h51m | 17h53m | 3h57m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -157,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
157
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
159
  2013 ██████████████████████████░░░░ 38.9M
160
- 2014 ██████████████████████████████ 43.4M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -176,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
- 2012 ██████████████░░░░░░░░░░░░░░░ 2.4M
180
  2013 ███████████████████████████░░░ 4.4M
181
  2014 ██████████████████████████████ 4.8M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
@@ -637,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 111,911,673 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,608,359 | 5.7% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 19,496,037 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 9,063,267 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,162,014 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,886,894 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,930,548 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 28,181,418 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,923,225 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 290,744 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,057,583 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,579,413 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 205,037 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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 **2015-01-03** (1,301 days), totaling **223,451,781 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 70.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.3 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-29** — 1,393,135 events in 72 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████░░░░ 216.2K
78
+ 01:00 ██████████████████████████░░░░ 222.5K
79
+ 02:00 ████████████████████████████░░ 238.7K
80
+ 03:00 ████████████████████��██████░░ 230.2K
81
+ 04:00 ████████████████████████████░ 237.8K
82
+ 05:00 ██████████████████████████████ 247.7K
83
+ 06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
+ 07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
+ 08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
+ 09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
+ 10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
+ 11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
+ 12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
+ 13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
  16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,383,137 events** in 4,063 blocks.
104
+
105
 
106
  ### Live event schema
107
 
 
138
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████████░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████████░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 86.2M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
+ | 2014 | 257 | 86,215,668 | 335,469 | 31.8 GB | 7.9 GB | 2h52m | 17h55m | 3h57m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████████████░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 43.6M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
178
 
179
  ```
180
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
+ 2012 ██████████████░░░░░░░░░░░░░░░ 2.4M
182
  2013 ███████████████████████████░░░ 4.4M
183
  2014 ██████████████████████████████ 4.8M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 112,060,088 | 50.1% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 12,659,849 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 19,514,927 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,074,176 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,164,026 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 20,911,295 | 9.4% | Repository stars |
648
+ | `forks` | ForkEvent | 7,940,109 | 3.6% | Repository forks |
649
+ | `creates` | CreateEvent | 28,213,620 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 2,928,154 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 291,498 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,059,295 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,590,186 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 205,278 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa2feda62b3bf4a8ca4a68f06743e7b0a5caa2fe4f7cd7940771cbba7db73df
3
+ size 63630
data/creates/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352983a63a268b04f4d03e7771a661da51ee55c15493d7d8a789df97440871c1
3
+ size 2043122
data/deletes/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb9adbf8b8df810d61fe9a4036aaf5a2cc6de3eafcfe0d56c2bc4f84dd6c89e
3
+ size 121595
data/forks/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3d91e3f28457961f7749f7fdfb06c58e3e8ef7ea52a0d487c60f961db4c0f0
3
+ size 261893
data/issue_comments/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cd521d7fa8390a3db2e36e705210ee381ac01c0c2d29d135506731a95248b2
3
+ size 467332
data/issues/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964f279929f808b42e59023ee919ede65652f8f6d7e40b316919d97e77541b64
3
+ size 769770
data/public_events/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c850b5db41c0a38efa9282acb0105bb129143d23c09a5260902e055a4e9d8e
3
+ size 10211
data/pull_requests/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea58a324ba8149eafc68c0e8111c5f2d9c664d80fb27a451993349382726cd7b
3
+ size 1832830
data/pushes/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d9bc45d4699e491da44dd0844798a166f5bb8b8e27858b2d46df389a934a77
3
+ size 21268925
data/stars/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:862e29fb5e0324d4d8132bd9bbee30a56c5bb349145ae194a8927b46eb8d8c0f
3
+ size 1122368
data/wiki_pages/2014/09/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47de01b1fd3d41cca4f4e6f099a9beb535f887ce1e0e36a7bfe3609d96fdce60
3
+ size 601299
stats.csv CHANGED
@@ -1296,6 +1296,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1296
  2014-09-23,421615,2159,205055,37552,38713,19078,0,7745,35591,13775,46156,7026,1058,2862,4494,0,351,0,241428916,419.6,42038834,56.0,419.6,50.4
1297
  2014-09-24,459037,2179,214687,55063,42652,21128,0,7634,35602,14197,48370,7479,1100,3144,5373,0,429,0,261416936,446.3,44210306,53.0,446.3,60.9
1298
  2014-09-25,439908,2282,210324,45968,39655,20432,0,7547,35285,13919,47300,7165,1146,3384,5077,0,424,0,253513488,426.5,43303328,40.4,426.5,46.4
1299
- 2014-09-26,435128,2191,195735,69598,36959,19389,0,6866,31370,12453,44311,7247,1053,3170,4455,0,331,0,244110814,398.5,39427292,51.7,398.5,0.0
 
1300
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1301
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
1296
  2014-09-23,421615,2159,205055,37552,38713,19078,0,7745,35591,13775,46156,7026,1058,2862,4494,0,351,0,241428916,419.6,42038834,56.0,419.6,50.4
1297
  2014-09-24,459037,2179,214687,55063,42652,21128,0,7634,35602,14197,48370,7479,1100,3144,5373,0,429,0,261416936,446.3,44210306,53.0,446.3,60.9
1298
  2014-09-25,439908,2282,210324,45968,39655,20432,0,7547,35285,13919,47300,7165,1146,3384,5077,0,424,0,253513488,426.5,43303328,40.4,426.5,46.4
1299
+ 2014-09-26,435128,2191,195735,69598,36959,19389,0,6866,31370,12453,44311,7247,1053,3170,4455,0,331,0,244110814,398.5,39427292,51.7,398.5,53.5
1300
+ 2014-09-27,317895,1606,148415,51490,18890,10909,0,2012,24401,9561,32202,4929,754,1712,10773,0,241,0,168289763,82.5,28562975,50.7,82.5,0.0
1301
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1302
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0