tamnd commited on
Commit
9502128
·
verified ·
1 Parent(s): 673137e

Add 2014-01-31 — 296.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 **2014-01-30** (908 days), totaling **131,422,582 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 37.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
@@ -723,7 +723,7 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.6M
727
  ```
728
 
729
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -731,7 +731,7 @@ duckdb.sql("""
731
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
732
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
733
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
734
- | 2014 | 30 | 8,586,185 | 286,206 | 2.6 GB | 808.6 MB | 18m31s | 1h12m | 20m37s |
735
 
736
 
737
  ### Pushes per year
@@ -740,7 +740,7 @@ duckdb.sql("""
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
- 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.3M
744
  ```
745
 
746
 
@@ -750,7 +750,7 @@ duckdb.sql("""
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
- 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 479.2K
754
  ```
755
 
756
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████��███████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 371.3K
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 832.1K
774
  ```
775
 
776
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 65,603,675 | 49.9% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 7,442,065 | 5.7% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 11,311,510 | 8.6% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,181,771 | 3.9% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,060,175 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 12,459,285 | 9.5% | Repository stars |
1163
- | `forks` | ForkEvent | 4,738,701 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 17,037,024 | 13.0% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,359,684 | 1.0% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 96,306 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,285,270 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,362,051 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 120,341 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
 
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 **2014-01-31** (909 days), totaling **131,718,705 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 37.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.9M
727
  ```
728
 
729
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
731
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
732
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
733
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
734
+ | 2014 | 31 | 8,882,308 | 286,526 | 2.7 GB | 839.2 MB | 19m15s | 1h15m | 21m12s |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.5M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 495.2K
754
  ```
755
 
756
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████��███████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384.9K
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 859.5K
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 65,753,185 | 49.9% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 7,458,100 | 5.7% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 11,339,222 | 8.6% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,195,312 | 3.9% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,063,610 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 12,486,707 | 9.5% | Repository stars |
1163
+ | `forks` | ForkEvent | 4,748,282 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 17,070,729 | 13.0% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,365,116 | 1.0% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 96,942 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,287,910 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,366,359 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 120,637 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f8e45739e2a8cb965c741d27ef1ea0671239acd277d34aa308f3605a1dd1c7
3
+ size 88178
data/creates/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e23663d6ad7f99bd6abc264ff282ff73e68c93ca0560c1fee87087d8a46168c
3
+ size 1227851
data/deletes/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ccbce4fd50540215eab70a0b9e690032a18acbc198fe1a89558fa632a6096a
3
+ size 149533
data/forks/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:316e9089f4e37a20f6a1066abe03c984c7835b26e27e6f56d7590c861521535b
3
+ size 279421
data/issue_comments/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6542efde103440da6e16ee4a794ab21c6457424ae69a7c76ff9e425854f0203e
3
+ size 640360
data/issues/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d11d906b1f073673a61c487a2c90f0638d8aa2c3df4c274d103439b1b427bb
3
+ size 391190
data/public_events/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ababf564756799748c4180e0203fe6ed185b1d4fbcd2265982c6085e79577177
3
+ size 12267
data/pull_requests/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889aaa75ef91177a248af0ca91c1931a991a3026eaf4859c899141ee605d0e83
3
+ size 2420169
data/pushes/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c185f13637307da26b106146ae5f585e8bede3097e924e99d60e02db87e0d1bf
3
+ size 26059999
data/stars/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1ab8dd586584bf88baa30ede22330c4a75409af43d14de04a0833a05b1ef45
3
+ size 586542
data/wiki_pages/2014/01/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d87b7f51985d8cc6659fa14ed20c34927f89ce5132697ab9f56e9d4e207201
3
+ size 223031
stats.csv CHANGED
@@ -906,4 +906,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
906
  2014-01-27,335277,1782,166950,16862,30442,15472,0,4106,36251,11665,37379,5539,630,2921,4898,0,380,0,112081909,196.5,33343014,55.9,196.5,38.9
907
  2014-01-28,350577,2046,173529,23510,32737,15809,0,4405,33529,11637,38474,5832,801,3109,4821,0,338,0,115322274,198.1,33785123,36.6,198.1,39.3
908
  2014-01-29,341525,2214,173247,18017,32155,15738,0,4904,30628,11876,38372,6050,783,2900,4289,0,352,0,113778432,193.7,33292526,39.9,193.7,59.9
909
- 2014-01-30,335223,2072,169439,19350,30990,15530,0,4712,31114,10932,37230,5558,752,2981,4231,0,332,0,115488095,197.2,35825247,44.3,197.2,0.0
 
 
906
  2014-01-27,335277,1782,166950,16862,30442,15472,0,4106,36251,11665,37379,5539,630,2921,4898,0,380,0,112081909,196.5,33343014,55.9,196.5,38.9
907
  2014-01-28,350577,2046,173529,23510,32737,15809,0,4405,33529,11637,38474,5832,801,3109,4821,0,338,0,115322274,198.1,33785123,36.6,198.1,39.3
908
  2014-01-29,341525,2214,173247,18017,32155,15738,0,4904,30628,11876,38372,6050,783,2900,4289,0,352,0,113778432,193.7,33292526,39.9,193.7,59.9
909
+ 2014-01-30,335223,2072,169439,19350,30990,15530,0,4712,31114,10932,37230,5558,752,2981,4231,0,332,0,115488095,197.2,35825247,44.3,197.2,35.4
910
+ 2014-01-31,296123,1870,149510,16035,27712,13541,0,3435,27422,9581,33705,5432,636,2640,4308,0,296,0,101145788,173.7,32078541,43.9,173.7,0.0