tamnd commited on
Commit
eb90aba
·
verified ·
1 Parent(s): e45ef7e

Add 2014-04-04 — 323.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 **2014-04-03** (971 days), totaling **151,568,205 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 43.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -723,7 +723,7 @@ duckdb.sql("""
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
- 2014 ███████████░░░░░░░░░░░░░░░░░░░ 28.7M
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 | 93 | 28,731,808 | 308,944 | 8.7 GB | 2.6 GB | 1h01m | 4h44m | 1h25m |
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 ███████████░░░░░░░░░░░░░░░░░░░ 14.6M
744
  ```
745
 
746
 
@@ -750,7 +750,7 @@ duckdb.sql("""
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
- 2014 ██████████░░░░░░░░░░░░░░░░░░░ 1.6M
754
  ```
755
 
756
 
@@ -760,7 +760,7 @@ duckdb.sql("""
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 █████████��█████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
- 2014 ████████████░░░░░░░░░░░░░░░░░ 1.3M
764
  ```
765
 
766
 
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
- | `pushes` | PushEvent | 75,844,858 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,514,465 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 13,167,827 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 6,065,066 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,298,716 | 0.9% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 14,287,768 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,448,705 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 19,336,797 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,744,213 | 1.2% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 141,299 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,453,196 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,648,755 | 1.7% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 140,145 | 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-04-05** (973 days), totaling **152,131,634 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 43.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
723
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
725
  2013 ██████████████████████████████ 74.5M
726
+ 2014 ███████████░░░░░░░░░░░░░░░░░░░ 29.3M
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 | 95 | 29,295,237 | 308,370 | 8.9 GB | 2.7 GB | 1h03m | 4h52m | 1h25m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ███████████░░░░░░░░░░░░░░░░░░░ 14.9M
744
  ```
745
 
746
 
 
750
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
751
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
752
  2013 ██████████████████████████████ 4.3M
753
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░ 1.6M
754
  ```
755
 
756
 
 
760
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
761
  2012 █████████��█████░░░░░░░░░░░░░░░ 1.5M
762
  2013 ██████████████████████████████ 2.9M
763
+ 2014 ████████████░░░░░░░░░░░░░░░░░ 1.3M
764
  ```
765
 
766
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 76,139,705 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,542,608 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 13,215,515 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 6,088,918 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,304,333 | 0.9% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 14,338,679 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,467,794 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 19,401,397 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,755,541 | 1.2% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 142,654 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,457,455 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,656,415 | 1.7% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 140,681 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abefd638e114731820fe0e3524a2e7007621ad13425fd5d76ab83b1dbe11232
3
+ size 90466
data/creates/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ff100d1aabc04a53e824fd72bffb084b2159a2ab279cf7e5d2bc726650b029
3
+ size 1317589
data/deletes/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb5f65e5d2084a8365e4d9d75fbbeaaae3a497a100a4265d1d54f79622e467f
3
+ size 192733
data/forks/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622a9b3ba673530969fa672273a5df26a3d8bf28e0d177f3e4ff61700e8da370
3
+ size 366520
data/issue_comments/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db4b4b6522f225d5c4cbbaa5a9ed45e3428cecaac1678855b7f13af671a95d1
3
+ size 696963
data/issues/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9421aad3f78643b16c2970fdf98e7bff5b737c9051c069f91a8ab3971fa855
3
+ size 437121
data/public_events/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:527f73aa501837dfdaf0e0e84679b9db5fc6ed7b9ac40d639c10a84eb6595e7c
3
+ size 12515
data/pull_requests/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7cb1fea19197f9e122ebdf72c2738b49b942890121063d10fa1ccdbdf4f560
3
+ size 2684541
data/pushes/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003e97c1e6e0d501011df98fa455d878fffe9ef6f96a5b50361e26588cb59fe6
3
+ size 25931055
data/stars/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0494bcbada2e269a18a7aabd7a326c66b359832a8a982247514524ab30d5514
3
+ size 624939
data/wiki_pages/2014/04/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5e38d71fba11aa100f9da55086a0dec7e3f720b8a7a0fb1463078b6d064b74
3
+ size 229650
stats.csv CHANGED
@@ -969,4 +969,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
969
  2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,40.0
970
  2014-04-01,344984,2112,173344,17672,32350,15674,0,4301,31936,12224,39529,6687,839,2984,4959,0,373,0,114574798,235.6,34485860,48.4,235.6,55.7
971
  2014-04-02,337853,1910,164916,15974,33229,14823,0,4569,28922,11302,36452,17324,769,2603,4712,0,348,0,108878982,223.1,32760928,42.1,223.1,60.2
972
- 2014-04-03,389241,2216,195239,19186,36216,18395,0,4826,34584,13265,47710,7726,840,3147,5533,0,358,0,129234203,300.2,38758302,46.9,300.2,0.0
 
 
 
969
  2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,40.0
970
  2014-04-01,344984,2112,173344,17672,32350,15674,0,4301,31936,12224,39529,6687,839,2984,4959,0,373,0,114574798,235.6,34485860,48.4,235.6,55.7
971
  2014-04-02,337853,1910,164916,15974,33229,14823,0,4569,28922,11302,36452,17324,769,2603,4712,0,348,0,108878982,223.1,32760928,42.1,223.1,60.2
972
+ 2014-04-03,389241,2216,195239,19186,36216,18395,0,4826,34584,13265,47710,7726,840,3147,5533,0,358,0,129234203,300.2,38758302,46.9,300.2,43.3
973
+ 2014-04-04,322983,2047,164617,16750,29286,14966,0,4024,28689,10928,36572,7134,789,2583,4297,0,301,0,107856690,268.3,32584092,52.2,268.3,0.0
974
+ 2014-04-05,240446,1497,130230,11393,18402,8886,0,1593,22222,8161,28028,4194,566,1676,3363,0,235,0,74537156,209.4,23899983,30.1,209.4,0.0