tamnd commited on
Commit
7ef1c70
·
verified ·
1 Parent(s): 19454f2

Add 2014-06-12 — 379.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 **2015-01-03** (1,038 days), totaling **174,493,201 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 50.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
@@ -134,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ████████████████████░░░░░░░░░░ 51.1M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
@@ -143,7 +143,7 @@ duckdb.sql("""
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
- | 2014 | 158 | 51,145,055 | 323,702 | 15.5 GB | 4.7 GB | 1h42m | 8h50m | 2h23m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
- 2014 ████████████████████░░░░░░░░░░ 26.1M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -175,7 +175,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
- 2014 ███████████████████░░░░░░░��░░░ 2.7M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -197,7 +197,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
- 2014 ███████████████████████░░░░░░░ 2.2M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 87,602,468 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,721,055 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 15,226,633 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 7,064,290 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,595,855 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 16,348,061 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,272,727 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 21,965,158 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,195,852 | 1.3% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 196,886 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,631,564 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,920,279 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 161,627 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
 
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,039 days), totaling **174,872,973 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 50.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ████████████████████░░░░░░░░░░ 51.5M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
 
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
+ | 2014 | 159 | 51,524,827 | 324,055 | 15.7 GB | 4.7 GB | 1h43m | 8h55m | 2h24m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
 
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
+ 2014 ████████████████████░░░░░░░░░░ 26.3M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ███████████████████░░░░░░░░░░ 2.8M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 ███████████████████████░░░░░░░ 2.3M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 87,794,663 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,739,886 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 15,262,769 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 7,082,676 | 4.1% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,601,856 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,382,557 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,287,426 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 22,006,950 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,202,378 | 1.3% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 198,061 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,634,866 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,924,494 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 161,966 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6209f368f11efbb14562d7960d2f517eb3c554e65864d22cff2638c0d5d4e2ce
3
+ size 106789
data/creates/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5c672cdd959f8810a85f6c0e2d84f36b1befa31a3a6f62581673fdc970fecb
3
+ size 1591832
data/deletes/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b492772407fc39cf1ceca5eb496b0834d048a430c5f9cc66de609b078159b22
3
+ size 192218
data/forks/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4673e13f8a7a1fe09d7cf249b6d6b1a6447e96fb6e24b824bfe0db36b2d762
3
+ size 382746
data/issue_comments/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e21aa839e95a3968422c44250b58fa67751459d69aec774d365e55e0941c103
3
+ size 860256
data/issues/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab0bea5e2da28105ebcff28c0ca6125be018a2221ad37539cd1674b417491bb
3
+ size 486146
data/public_events/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a99cf7a6555962f754cd6f9cd73510a70be633e4e67641b36cc9b02f489165
3
+ size 13646
data/pull_requests/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469ecff4c84cdee56b8090ce7b00f2eabf0b828e27b7ee49dd7fb307e77ec38f
3
+ size 3181643
data/pushes/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7a1043e30e7915e7eda7ed1578130bd71070204531c658f0d82c3f6fb5c237
3
+ size 30553994
data/stars/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff187bd8aed97609d196e836a39932510cf79c2bdbf85315fc1b7e1667b7cec0
3
+ size 751047
data/wiki_pages/2014/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae73a5d6db993ded2a56cd7aacc50058cc1fba79849a8621646781ccc60e58a
3
+ size 224661
stats.csv CHANGED
@@ -1034,6 +1034,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1034
  2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,58.4
1035
  2014-06-09,372150,1710,187955,17791,34058,17011,0,6229,35084,14076,42413,7270,753,3432,3958,0,410,0,133600249,229.0,38276170,45.6,229.0,47.9
1036
  2014-06-10,400717,1738,200567,19534,37328,18715,0,7161,39101,15414,44684,7385,944,3496,4281,0,369,0,144124985,268.5,40691408,51.1,268.5,44.4
1037
- 2014-06-11,413326,1690,198024,19118,37490,18989,0,5961,36290,15149,64931,6851,967,3201,4297,0,368,0,142249064,271.2,40177157,48.3,271.2,0.0
 
1038
  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
1039
  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
 
1034
  2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,58.4
1035
  2014-06-09,372150,1710,187955,17791,34058,17011,0,6229,35084,14076,42413,7270,753,3432,3958,0,410,0,133600249,229.0,38276170,45.6,229.0,47.9
1036
  2014-06-10,400717,1738,200567,19534,37328,18715,0,7161,39101,15414,44684,7385,944,3496,4281,0,369,0,144124985,268.5,40691408,51.1,268.5,44.4
1037
+ 2014-06-11,413326,1690,198024,19118,37490,18989,0,5961,36290,15149,64931,6851,967,3201,4297,0,368,0,142249064,271.2,40177157,48.3,271.2,46.0
1038
+ 2014-06-12,379772,1679,192195,18831,36136,18386,0,6001,34496,14699,41792,6526,1175,3302,4215,0,339,0,137103757,264.8,38344978,45.8,264.8,0.0
1039
  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
1040
  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