tamnd commited on
Commit
44af218
·
verified ·
1 Parent(s): 959c40b

Add 2014-03-31 — 267.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-30** (967 days), totaling **150,228,177 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.1 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 ███████████░░░░░░░░░░░░░░░░░░░ 27.4M
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 | 89 | 27,391,780 | 307,772 | 8.3 GB | 2.5 GB | 59m12s | 4h29m | 1h21m |
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 ██████████░░░░░░░░░░░░░░░░░░░ 13.9M
744
  ```
745
 
746
 
@@ -770,7 +770,7 @@ duckdb.sql("""
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
- 2014 ██████████░░░░░░░░░░░░░░░░░░░ 2.5M
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 | 75,175,562 | 50.0% | Git pushes with commits |
1158
- | `issues` | IssuesEvent | 8,447,466 | 5.6% | Issue lifecycle events |
1159
- | `issue_comments` | IssueCommentEvent | 13,041,282 | 8.7% | Comments on issues/PRs |
1160
- | `pull_requests` | PullRequestEvent | 6,004,014 | 4.0% | PR lifecycle events |
1161
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,281,443 | 0.9% | Line-level PR comments |
1162
- | `stars` | WatchEvent | 14,167,131 | 9.4% | Repository stars |
1163
- | `forks` | ForkEvent | 5,402,826 | 3.6% | Repository forks |
1164
- | `creates` | CreateEvent | 19,183,149 | 12.8% | Branch/tag/repo creation |
1165
- | `deletes` | DeleteEvent | 1,707,781 | 1.1% | Branch/tag deletion |
1166
- | `releases` | ReleaseEvent | 138,256 | 0.1% | Release publications |
1167
- | `commit_comments` | CommitCommentEvent | 1,441,999 | 1.0% | Comments on commits |
1168
- | `wiki_pages` | GollumEvent | 2,629,847 | 1.8% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
- | `public_events` | PublicEvent | 138,766 | 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-31** (968 days), totaling **150,496,127 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.1 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 ███████████░░░░░░░░░░░░░░░░░░░ 27.7M
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 | 90 | 27,659,730 | 307,330 | 8.4 GB | 2.5 GB | 59m35s | 4h32m | 1h22m |
735
 
736
 
737
  ### Pushes per year
 
740
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
741
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
742
  2013 ██████████████████████████████ 38.1M
743
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░ 14.1M
744
  ```
745
 
746
 
 
770
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
771
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
772
  2013 ██████████████████████████████ 7.0M
773
+ 2014 ██████████░░░░░░░░░░░░░░░░░░░ 2.6M
774
  ```
775
 
776
 
 
1154
 
1155
  | Table | GitHub Event | Events | % | Description |
1156
  |-------|-------------|-------:|---:|-------------|
1157
+ | `pushes` | PushEvent | 75,311,359 | 50.0% | Git pushes with commits |
1158
+ | `issues` | IssuesEvent | 8,461,633 | 5.6% | Issue lifecycle events |
1159
+ | `issue_comments` | IssueCommentEvent | 13,066,032 | 8.7% | Comments on issues/PRs |
1160
+ | `pull_requests` | PullRequestEvent | 6,016,174 | 4.0% | PR lifecycle events |
1161
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,285,020 | 0.9% | Line-level PR comments |
1162
+ | `stars` | WatchEvent | 14,192,326 | 9.4% | Repository stars |
1163
+ | `forks` | ForkEvent | 5,411,914 | 3.6% | Repository forks |
1164
+ | `creates` | CreateEvent | 19,213,106 | 12.8% | Branch/tag/repo creation |
1165
+ | `deletes` | DeleteEvent | 1,712,476 | 1.1% | Branch/tag deletion |
1166
+ | `releases` | ReleaseEvent | 138,851 | 0.1% | Release publications |
1167
+ | `commit_comments` | CommitCommentEvent | 1,444,462 | 1.0% | Comments on commits |
1168
+ | `wiki_pages` | GollumEvent | 2,633,551 | 1.7% | Wiki page edits |
1169
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1170
+ | `public_events` | PublicEvent | 139,066 | 0.1% | Repo made public |
1171
 
1172
  ## How it's built
1173
 
data/commit_comments/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8602619294b0fc68aa0d1dea01a929a0319cfe54d3eede17763a4813059ae1
3
+ size 85744
data/creates/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e62d63dab60dfee573670608446f8aef5729284d6620a6d4163f494c9c14a4
3
+ size 1073095
data/deletes/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a385d6d7b62428d4e490187002bb7f77f1e040e1eb302318deda430438e3a5f
3
+ size 137972
data/forks/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b3082030537a669f25cb59a7b91d7b22b74089ed5724ee58a203de147c637b
3
+ size 249724
data/issue_comments/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac012d11e42142c9e51890a7e7e57540443b306628eab54fc706d42de2b39df4
3
+ size 586282
data/issues/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9186b254d7b0273cea4e8d31107f4a7fd8c82d7a48c8d991e6f6a151bf3e872
3
+ size 353239
data/public_events/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302b13fe4b5c5cbabeab504dd48a8c9b844c7029008be28c363eb0845f28730f
3
+ size 12283
data/pull_requests/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23504a9841715e9f3abaf704e5dcf00507154b7f4bdcc81d99bd3f09dca6fc97
3
+ size 2238318
data/pushes/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a8aa6cfa4050bc5bf0dea7714151b4f08e00990e7f3724b79bf82d09f08993
3
+ size 21865796
data/stars/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd6ca87957be243c7e00940f3cbe22e302a6273b4c5b3a9bed629f8fb57623d
3
+ size 560235
data/wiki_pages/2014/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02715d33e7f24e299732254733b8f3c339ca7a0435c057ff937c43c87291e72b
3
+ size 200483
stats.csv CHANGED
@@ -965,4 +965,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
965
  2014-03-27,381134,2188,189654,18949,35028,17892,0,4622,33247,12607,49358,7507,838,3695,5222,0,327,0,125273552,250.0,37498555,43.1,250.0,97.8
966
  2014-03-28,265437,1649,136351,12368,22975,12296,0,3295,24756,9839,30027,5147,657,2093,3719,0,265,0,88457134,179.8,26641468,28.5,179.8,86.7
967
  2014-03-29,200581,1248,110400,8919,14722,7018,0,1407,18084,6803,23427,3376,463,1358,3184,0,172,0,61622245,113.3,20047612,25.5,113.3,84.9
968
- 2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,0.0
 
 
965
  2014-03-27,381134,2188,189654,18949,35028,17892,0,4622,33247,12607,49358,7507,838,3695,5222,0,327,0,125273552,250.0,37498555,43.1,250.0,97.8
966
  2014-03-28,265437,1649,136351,12368,22975,12296,0,3295,24756,9839,30027,5147,657,2093,3719,0,265,0,88457134,179.8,26641468,28.5,179.8,86.7
967
  2014-03-29,200581,1248,110400,8919,14722,7018,0,1407,18084,6803,23427,3376,463,1358,3184,0,172,0,61622245,113.3,20047612,25.5,113.3,84.9
968
+ 2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,45.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,0.0