tamnd commited on
Commit
d5c3395
·
verified ·
1 Parent(s): 0ed9f8c

Add 2014-09-24 — 459.0K 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,297 days), totaling **221,799,813 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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-28** — 3,033,435 events in 3861 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -87,7 +87,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
87
  10:00 ███████████████████████████░░░ 257.5K
88
  11:00 ████████████████████████████░░ 267.1K
89
  12:00 ████████████████████████████░░ 272.0K
90
- 13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
  15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
  16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -134,9 +134,9 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ██████████████░░░░░░░░░░░░░░░ 42.5M
138
- 2013 ██████████████████████████░░░ 76.2M
139
- 2014 ██████████████████████████████ 84.6M
140
  2015 █░░░░░░░░░░░░░░░░░░░░��░░░░░░░░ 511.7K
141
  ```
142
 
@@ -145,7 +145,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 | 253 | 84,563,700 | 334,243 | 30.9 GB | 7.8 GB | 2h49m | 17h32m | 3h54m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -156,8 +156,8 @@ Pushes are the most common event type, representing roughly half of all GitHub a
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
159
- 2013 ██████████████████████████░░░ 38.9M
160
- 2014 ██████████████████████████████ 42.8M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ███████████████░░░░░░░░░░░░░░░ 2.4M
180
  2013 ████████████████████████████░░ 4.4M
181
- 2014 ██████████████████████████████ 4.6M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -201,7 +201,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
  2013 ███████████████████████░░░░░░░ 3.0M
204
- 2014 ██████████████████████████████ 3.7M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 111,290,927 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 12,437,730 | 5.6% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 19,376,771 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 9,002,318 | 4.1% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,139,967 | 1.0% | Line-level PR comments |
645
- | `stars` | WatchEvent | 20,784,637 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,889,979 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 28,041,437 | 12.6% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,901,334 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 287,445 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 2,047,885 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,564,508 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 203,853 | 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,299 days), totaling **222,698,758 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.7 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-28** — 3,059,807 events in 3862 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
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
 
134
 
135
  ```
136
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ██████████████░░░░░░░░░░░░░░░ 42.5M
138
+ 2013 ██████████████████████████░░░ 76.2M
139
+ 2014 ██████████████████████████████ 85.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░��░░░░░░░░ 511.7K
141
  ```
142
 
 
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 | 255 | 85,462,645 | 335,147 | 31.4 GB | 7.8 GB | 2h51m | 17h47m | 3h55m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
  2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
159
+ 2013 ██████████████████████████░░░ 38.9M
160
+ 2014 ██████████████████████████████ 43.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ███████████████░░░░░░░░░░░░░░░ 2.4M
180
  2013 ████████████████████████████░░ 4.4M
181
+ 2014 ██████████████████████████████ 4.7M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
201
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.8M
203
  2013 ███████████████████████░░░░░░░ 3.0M
204
+ 2014 ██████████████████████████████ 3.8M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
206
  ```
207
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 111,715,938 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 12,538,761 | 5.6% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 19,459,078 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 9,043,878 | 4.1% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,155,148 | 1.0% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 20,855,524 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,918,095 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 28,137,107 | 12.6% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,915,978 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 289,691 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 2,054,413 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,574,958 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 204,706 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6072750030dbf5b669d2024088af827d6a4af8c0373feab0f1c4eabb968dd073
3
+ size 108972
data/creates/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7348cee6bd102b2897ddfbcdafc38880c786d692c8014aef6489820596d3c6
3
+ size 2495452
data/deletes/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af4ad468c168e0e5bbeec0f56fdd499e4a045be3832055307ce4b9eb9c9022a
3
+ size 219852
data/forks/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113b72df5a79bdb056b3b9b1f5d39fa4afdd08f4583bdc3e829c13dcf0aba62a
3
+ size 380603
data/issue_comments/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c172c0c45686f2c732e7981667d53fac1f21c38cd1935daff3983d49f31be209
3
+ size 1013049
data/issues/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:158cb8e94726ea7282c7bdd333b9cafdba1dcbfd71a685e236208ca5e077a0e1
3
+ size 930345
data/public_events/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96c27c3bc8cb7a4485e702b74a5b4d326f21d0bbe03ede78ba23ab6ebb1697e2
3
+ size 16681
data/pull_requests/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ddb5d0bc7dd5e2a5f3061b6aff2397672570a1f02b89a6fa31c83fda224ebd
3
+ size 3629572
data/pushes/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d79de936c46381fef0c836e745cb979916f9098c904203bf337d986488fdc7
3
+ size 33434443
data/stars/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643227a25f4f1000cc883f15507c2c5f164f2367ef11b0e0b1b35978f55daccd
3
+ size 1641273
data/wiki_pages/2014/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d637e3515ad60d60cc57a2f75906fffc4a569784fc9496154d2c7ccb11ed9c
3
+ size 340064
stats.csv CHANGED
@@ -1293,6 +1293,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1293
  2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,52.9
1294
  2014-09-21,366634,1254,168787,67342,21518,11487,0,2915,29461,11429,41716,4365,857,1925,3291,0,287,0,189941956,387.8,31891032,51.0,387.8,61.5
1295
  2014-09-22,491193,2490,213970,82877,42179,20430,0,7183,37575,13721,54150,7394,971,3269,4556,0,428,0,268976076,547.6,44881355,50.4,547.6,59.1
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,0.0
 
 
1297
  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
1298
  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
 
1293
  2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,52.9
1294
  2014-09-21,366634,1254,168787,67342,21518,11487,0,2915,29461,11429,41716,4365,857,1925,3291,0,287,0,189941956,387.8,31891032,51.0,387.8,61.5
1295
  2014-09-22,491193,2490,213970,82877,42179,20430,0,7183,37575,13721,54150,7394,971,3269,4556,0,428,0,268976076,547.6,44881355,50.4,547.6,59.1
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,0.0
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,0.0
1299
  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
1300
  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