tamnd commited on
Commit
8062b1e
·
verified ·
1 Parent(s): 5009108

Add 2013-10-29 — 307.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 **2013-10-28** (820 days), totaling **107,734,027 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 30.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.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
 
@@ -688,14 +688,14 @@ duckdb.sql("""
688
  ```
689
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
690
  2012 █████████████████░░░░░░░░░░░░░ 34.3M
691
- 2013 ██████████████████████████████ 59.4M
692
  ```
693
 
694
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
695
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
696
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
697
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
698
- | 2013 | 286 | 59,381,042 | 207,626 | 18.1 GB | 5.6 GB | 2h55m | 8h26m | 3h43m |
699
 
700
 
701
  ### Pushes per year
@@ -703,7 +703,7 @@ duckdb.sql("""
703
  ```
704
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
705
  2012 ████████████████░░░░░░░░░░░░░░ 16.5M
706
- 2013 ██████████████████████████████ 30.3M
707
  ```
708
 
709
 
@@ -711,7 +711,7 @@ duckdb.sql("""
711
 
712
  ```
713
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
714
- 2012 ████████████████░░░░░░░░░░░░░ 1.9M
715
  2013 ██████████████████████████████ 3.4M
716
  ```
717
 
@@ -730,7 +730,7 @@ duckdb.sql("""
730
  ```
731
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
732
  2012 █████████████████░░░░░░░░░░░░░ 3.3M
733
- 2013 ██████████████████████████████ 5.5M
734
  ```
735
 
736
 
@@ -1114,20 +1114,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1114
 
1115
  | Table | GitHub Event | Events | % | Description |
1116
  |-------|-------------|-------:|---:|-------------|
1117
- | `pushes` | PushEvent | 53,511,737 | 49.7% | Git pushes with commits |
1118
- | `issues` | IssuesEvent | 6,089,437 | 5.7% | Issue lifecycle events |
1119
- | `issue_comments` | IssueCommentEvent | 9,195,669 | 8.5% | Comments on issues/PRs |
1120
- | `pull_requests` | PullRequestEvent | 4,175,323 | 3.9% | PR lifecycle events |
1121
- | `pr_review_comments` | PullRequestReviewCommentEvent | 812,884 | 0.8% | Line-level PR comments |
1122
- | `stars` | WatchEvent | 10,216,068 | 9.5% | Repository stars |
1123
- | `forks` | ForkEvent | 3,875,753 | 3.6% | Repository forks |
1124
- | `creates` | CreateEvent | 14,402,979 | 13.4% | Branch/tag/repo creation |
1125
- | `deletes` | DeleteEvent | 956,025 | 0.9% | Branch/tag deletion |
1126
- | `releases` | ReleaseEvent | 47,659 | 0.0% | Release publications |
1127
- | `commit_comments` | CommitCommentEvent | 1,083,232 | 1.0% | Comments on commits |
1128
- | `wiki_pages` | GollumEvent | 2,027,846 | 1.9% | Wiki page edits |
1129
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1130
- | `public_events` | PublicEvent | 98,371 | 0.1% | Repo made public |
1131
 
1132
  ## How it's built
1133
 
 
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 **2013-10-29** (821 days), totaling **108,040,980 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 30.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.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
 
 
688
  ```
689
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
690
  2012 █████████████████░░░░░░░░░░░░░ 34.3M
691
+ 2013 ██████████████████████████████ 59.7M
692
  ```
693
 
694
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
695
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
696
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
697
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
698
+ | 2013 | 287 | 59,687,995 | 207,972 | 18.2 GB | 5.6 GB | 2h56m | 8h29m | 3h45m |
699
 
700
 
701
  ### Pushes per year
 
703
  ```
704
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
705
  2012 ████████████████░░░░░░░░░░░░░░ 16.5M
706
+ 2013 ██████████████████████████████ 30.5M
707
  ```
708
 
709
 
 
711
 
712
  ```
713
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
714
+ 2012 ████████████████░░░░░░░░░░░░░ 1.9M
715
  2013 ██████████████████████████████ 3.4M
716
  ```
717
 
 
730
  ```
731
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
732
  2012 █████████████████░░░░░░░░░░░░░ 3.3M
733
+ 2013 ██████████████████████████████ 5.6M
734
  ```
735
 
736
 
 
1114
 
1115
  | Table | GitHub Event | Events | % | Description |
1116
  |-------|-------------|-------:|---:|-------------|
1117
+ | `pushes` | PushEvent | 53,665,823 | 49.7% | Git pushes with commits |
1118
+ | `issues` | IssuesEvent | 6,105,385 | 5.7% | Issue lifecycle events |
1119
+ | `issue_comments` | IssueCommentEvent | 9,222,867 | 8.5% | Comments on issues/PRs |
1120
+ | `pull_requests` | PullRequestEvent | 4,188,479 | 3.9% | PR lifecycle events |
1121
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 816,184 | 0.8% | Line-level PR comments |
1122
+ | `stars` | WatchEvent | 10,244,532 | 9.5% | Repository stars |
1123
+ | `forks` | ForkEvent | 3,887,539 | 3.6% | Repository forks |
1124
+ | `creates` | CreateEvent | 14,438,013 | 13.4% | Branch/tag/repo creation |
1125
+ | `deletes` | DeleteEvent | 964,048 | 0.9% | Branch/tag deletion |
1126
+ | `releases` | ReleaseEvent | 48,224 | 0.0% | Release publications |
1127
+ | `commit_comments` | CommitCommentEvent | 1,086,003 | 1.0% | Comments on commits |
1128
+ | `wiki_pages` | GollumEvent | 2,032,198 | 1.9% | Wiki page edits |
1129
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1130
+ | `public_events` | PublicEvent | 98,677 | 0.1% | Repo made public |
1131
 
1132
  ## How it's built
1133
 
data/commit_comments/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317aba760a835250467afafc9f0f7c87138b50d365d29944671d82d09b15933a
3
+ size 102652
data/creates/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156c64ad9dc4b947f46209d45fabf3ad005b88712134ccdd02c47a11c2629ea7
3
+ size 1278582
data/deletes/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a938d55c55670c12ceac44c30109c0a0d21cc1630e1ce5c612ecc2a39c2470
3
+ size 176010
data/forks/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087904c0079663d0b8fcbd65b7b7093b64f9c8fb63db54c95234d8e38335e162
3
+ size 307224
data/issue_comments/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6193b9fcdf1e0b88edf385bb1ecadce39b1c870790dc9dcd53a1f642e0eee550
3
+ size 649603
data/issues/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5901407a5e1cacd02e44898f6ddcb1e3921d0a42b4490add37160b49b67693f
3
+ size 406934
data/public_events/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e0fe1441a07e7f4c115ceb0a0778012c08b16574140d67ffdaa4ae7dc0f78c
3
+ size 12046
data/pull_requests/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50fd60d1d1788a6afdc53ba3f6a62bb8a8921341b5d67c357d7a623010d39e9
3
+ size 2264614
data/pushes/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5091f0d310fe01593b5c4f128346c57b625ff8ff6f3fd08a1d76389383a4e901
3
+ size 24744074
data/stars/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c946f3e5bd6efae40a7c6a9b7ffa9cffcbfac44f78786820eb1103a9273128
3
+ size 620192
data/wiki_pages/2013/10/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7896fcd91672b3a5f2324ca1c4949d0eb0c0c8d07eb3985e4e7b060aa3aacd0a
3
+ size 228776
stats.csv CHANGED
@@ -818,4 +818,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
818
  2013-10-25,260254,1787,132912,13452,22310,11538,0,2697,23296,9265,30746,5107,525,2121,4271,0,227,0,88191541,147.1,27079321,33.9,147.1,53.4
819
  2013-10-26,182821,1341,100650,9172,12751,6463,0,1162,16419,6611,20637,2625,356,1324,3132,0,178,0,58604102,110.3,18881881,31.7,110.3,45.6
820
  2013-10-27,211435,1031,115007,10361,14548,7730,0,1345,19650,7423,24988,2867,471,1904,3932,0,178,0,67947939,124.9,22315353,51.9,124.9,52.5
821
- 2013-10-28,307864,1780,150926,15955,26374,13847,0,3336,27170,11071,41007,7528,590,3332,4613,0,335,0,102038718,194.9,30952715,46.3,194.9,0.0
 
 
818
  2013-10-25,260254,1787,132912,13452,22310,11538,0,2697,23296,9265,30746,5107,525,2121,4271,0,227,0,88191541,147.1,27079321,33.9,147.1,53.4
819
  2013-10-26,182821,1341,100650,9172,12751,6463,0,1162,16419,6611,20637,2625,356,1324,3132,0,178,0,58604102,110.3,18881881,31.7,110.3,45.6
820
  2013-10-27,211435,1031,115007,10361,14548,7730,0,1345,19650,7423,24988,2867,471,1904,3932,0,178,0,67947939,124.9,22315353,51.9,124.9,52.5
821
+ 2013-10-28,307864,1780,150926,15955,26374,13847,0,3336,27170,11071,41007,7528,590,3332,4613,0,335,0,102038718,194.9,30952715,46.3,194.9,84.0
822
+ 2013-10-29,306953,1964,154086,15948,27198,13156,0,3300,28464,11786,35034,8023,565,2771,4352,0,306,0,101772187,198.1,30790707,43.0,198.1,0.0