tamnd commited on
Commit
8f46692
·
verified ·
1 Parent(s): 4c3d25b

Add 2014-03-20 — 376.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 **2014-03-19** (956 days), totaling **146,945,743 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 41.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.8 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 █████████░░░░░░░░░░░░░░░░░░░░░ 24.1M
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 | 78 | 24,109,346 | 309,094 | 7.3 GB | 2.2 GB | 52m16s | 3h53m | 1h03m |
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 █████████░░░░░░░░░░░░░░░░░░░░░ 12.2M
744
  ```
745
 
746
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ██████████░░░░░░░░░░░░░░░░░░░ 1.1M
764
  ```
765
 
766
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 █████████��████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 2.2M
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 | 73,494,182 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,276,948 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 12,752,538 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 5,860,989 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,243,316 | 0.8% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 13,867,216 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,288,056 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 18,801,882 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,646,841 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 130,767 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,414,320 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,582,778 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 135,356 | 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-03-20** (957 days), totaling **147,322,627 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 42.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.8 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 █████████░░░░░░░░░░░░░░░░░░░░░ 24.5M
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 | 79 | 24,486,230 | 309,952 | 7.4 GB | 2.2 GB | 52m59s | 3h57m | 1h03m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 12.4M
744
  ```
745
 
746
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░ 1.1M
764
  ```
765
 
766
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 █████████��████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 █████████░░░░░░░░░░░░░░░░░░░░░ 2.3M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 73,683,757 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,295,696 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 12,787,448 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 5,878,370 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,248,736 | 0.8% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 13,901,690 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,301,564 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 18,846,554 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,653,733 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 131,641 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,417,354 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,587,963 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 135,697 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52cbbed2c56424c0a14dab4282c4ee51c252763dee13cd848bf3a1ab2d11b91
3
+ size 104286
data/creates/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da22e204e346620332d7c4dddaa7163714ffa0f222d8081d12ee10a4526419a
3
+ size 1652246
data/deletes/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d240d42ee7e28548b800ec7839684550758ac9576cb0ce38166083a033bee8a
3
+ size 190787
data/forks/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85277294dcff016cc103d86fb78866f280a48acf2e611c30e90acea27980083b
3
+ size 359833
data/issue_comments/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e25a30e4cc3866a45f32bb5e3f01622b1630345f514d4fbc91974765ad1cdbe
3
+ size 811774
data/issues/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb154dcd92a555da772d6f9a94703751162d01d1fe480fdd2664f7e0596c633b
3
+ size 457048
data/public_events/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fbb9287478c216a9198c9b92d8a05282a67298ab7005a37b53956c158b36bd
3
+ size 13956
data/pull_requests/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b12a4eb07c5a3865fd71110118debf2dfce3517b274a4780c5cb04c33e3f93aa
3
+ size 3009728
data/pushes/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0dfcc296c26c7545f806035c7339f1535782b1c0a05322cb45eed64665b544
3
+ size 29796238
data/stars/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c90196c7a2df3abd1411093c8a92c6f530d14ddb9b3ac44685c909691224b1d8
3
+ size 741855
data/wiki_pages/2014/03/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b735b2abf5326500556462006f7975e1cbfc6cb1759b83b604dd98d7e1c4fb7
3
+ size 381457
stats.csv CHANGED
@@ -954,4 +954,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
954
  2014-03-16,264394,1172,141523,12368,20209,9489,0,2552,26316,9475,30301,4603,606,1806,3725,0,249,0,82635694,154.3,26094021,29.7,154.3,54.0
955
  2014-03-17,380242,2110,189652,19604,36519,17073,0,6138,34908,14124,42776,7411,825,3193,5508,0,401,0,127997949,253.4,37797165,41.5,253.4,66.9
956
  2014-03-18,394681,2349,195086,20032,37551,18333,0,5770,35834,14383,47529,7402,1015,3288,5725,0,384,0,130893056,270.8,38687605,53.5,270.8,51.6
957
- 2014-03-19,400040,2284,204419,20544,37146,18327,0,5484,35903,14428,44763,7040,878,3197,5218,0,409,0,131836378,285.1,40385237,46.5,285.1,0.0
 
 
954
  2014-03-16,264394,1172,141523,12368,20209,9489,0,2552,26316,9475,30301,4603,606,1806,3725,0,249,0,82635694,154.3,26094021,29.7,154.3,54.0
955
  2014-03-17,380242,2110,189652,19604,36519,17073,0,6138,34908,14124,42776,7411,825,3193,5508,0,401,0,127997949,253.4,37797165,41.5,253.4,66.9
956
  2014-03-18,394681,2349,195086,20032,37551,18333,0,5770,35834,14383,47529,7402,1015,3288,5725,0,384,0,130893056,270.8,38687605,53.5,270.8,51.6
957
+ 2014-03-19,400040,2284,204419,20544,37146,18327,0,5484,35903,14428,44763,7040,878,3197,5218,0,409,0,131836378,285.1,40385237,46.5,285.1,55.8
958
+ 2014-03-20,376884,1870,189575,18748,34910,17381,0,5420,34474,13508,44672,6892,874,3034,5185,0,341,0,124183845,258.8,37519208,42.3,258.8,0.0