tamnd commited on
Commit
2444640
·
verified ·
1 Parent(s): a5e5c4e

Add 2013-12-02 — 321.4K 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-12-01** (848 days), totaling **115,324,342 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 32.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.9 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
 
@@ -722,14 +722,14 @@ duckdb.sql("""
722
  ```
723
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 ███████████████░░░░░░░░░░░░░░░ 34.3M
725
- 2013 ██████████████████████████████ 67.0M
726
  ```
727
 
728
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
729
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
730
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
731
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
732
- | 2013 | 314 | 66,971,357 | 213,284 | 20.4 GB | 6.3 GB | 3h09m | 9h43m | 4h07m |
733
 
734
 
735
  ### Pushes per year
@@ -737,7 +737,7 @@ duckdb.sql("""
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
- 2013 ██████████████████████████████ 34.2M
741
  ```
742
 
743
 
@@ -745,7 +745,7 @@ duckdb.sql("""
745
 
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
- 2012 ██████████████░░░░░░░░░░░░░░░ 1.9M
749
  2013 ██████████████████████████████ 3.9M
750
  ```
751
 
@@ -764,7 +764,7 @@ duckdb.sql("""
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ███████████████░░░░░░░░░░░░░░░ 3.3M
767
- 2013 ██████████████████████████████ 6.2M
768
  ```
769
 
770
 
@@ -1148,20 +1148,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
- | `pushes` | PushEvent | 57,401,681 | 49.8% | Git pushes with commits |
1152
- | `issues` | IssuesEvent | 6,541,120 | 5.7% | Issue lifecycle events |
1153
- | `issue_comments` | IssueCommentEvent | 9,858,694 | 8.5% | Comments on issues/PRs |
1154
- | `pull_requests` | PullRequestEvent | 4,495,030 | 3.9% | PR lifecycle events |
1155
- | `pr_review_comments` | PullRequestReviewCommentEvent | 890,077 | 0.8% | Line-level PR comments |
1156
- | `stars` | WatchEvent | 10,904,827 | 9.5% | Repository stars |
1157
- | `forks` | ForkEvent | 4,155,481 | 3.6% | Repository forks |
1158
- | `creates` | CreateEvent | 15,248,008 | 13.2% | Branch/tag/repo creation |
1159
- | `deletes` | DeleteEvent | 1,086,749 | 0.9% | Branch/tag deletion |
1160
- | `releases` | ReleaseEvent | 61,914 | 0.1% | Release publications |
1161
- | `commit_comments` | CommitCommentEvent | 1,148,298 | 1.0% | Comments on commits |
1162
- | `wiki_pages` | GollumEvent | 2,139,759 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
- | `public_events` | PublicEvent | 105,009 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
 
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-12-02** (849 days), totaling **115,645,697 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 32.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.9 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
 
 
722
  ```
723
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 ███████████████░░░░░░░░░░░░░░░ 34.3M
725
+ 2013 ██████████████████████████████ 67.3M
726
  ```
727
 
728
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
729
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
730
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
731
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
732
+ | 2013 | 315 | 67,292,712 | 213,627 | 20.5 GB | 6.3 GB | 3h09m | 9h46m | 4h07m |
733
 
734
 
735
  ### Pushes per year
 
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
+ 2013 ██████████████████████████████ 34.4M
741
  ```
742
 
743
 
 
745
 
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
+ 2012 ██████████████░░░░░░░░░░░░░░░ 1.9M
749
  2013 ██████████████████████████████ 3.9M
750
  ```
751
 
 
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ███████████████░░░░░░░░░░░░░░░ 3.3M
767
+ 2013 ██████████████████████████████ 6.3M
768
  ```
769
 
770
 
 
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
+ | `pushes` | PushEvent | 57,564,370 | 49.8% | Git pushes with commits |
1152
+ | `issues` | IssuesEvent | 6,557,348 | 5.7% | Issue lifecycle events |
1153
+ | `issue_comments` | IssueCommentEvent | 9,887,555 | 8.5% | Comments on issues/PRs |
1154
+ | `pull_requests` | PullRequestEvent | 4,510,107 | 3.9% | PR lifecycle events |
1155
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 894,325 | 0.8% | Line-level PR comments |
1156
+ | `stars` | WatchEvent | 10,935,852 | 9.5% | Repository stars |
1157
+ | `forks` | ForkEvent | 4,167,633 | 3.6% | Repository forks |
1158
+ | `creates` | CreateEvent | 15,283,510 | 13.2% | Branch/tag/repo creation |
1159
+ | `deletes` | DeleteEvent | 1,091,677 | 0.9% | Branch/tag deletion |
1160
+ | `releases` | ReleaseEvent | 62,528 | 0.1% | Release publications |
1161
+ | `commit_comments` | CommitCommentEvent | 1,151,410 | 1.0% | Comments on commits |
1162
+ | `wiki_pages` | GollumEvent | 2,144,681 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
+ | `public_events` | PublicEvent | 105,315 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
data/commit_comments/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cd74cbc7d5ed2ca14f2a80585eaa0a893d506d0fff7e2f381dc8415d0dc0f4
3
+ size 101691
data/creates/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a6c65cac3a1a67f3355d83a3b0eb771e88c415e3aa9977e6c79f83735cd218
3
+ size 1297396
data/deletes/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759b23afbc29b5340492749480361e804ca85a68513bbd632586e202f227162b
3
+ size 150235
data/forks/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b26b35bf5d8381d21e01341c57c04ad000598183375a415cd5b77dbe7ce268
3
+ size 313736
data/issue_comments/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26952a4e5daad69dfc846dba2c84b4bd42d23b4dc7670cef53afe8cd0e2d7db
3
+ size 674657
data/issues/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c5fc9f5d81ec06cc96df786a066e734cc3ff802d672fe8ce3a3472318c295d
3
+ size 412209
data/public_events/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134e62fada58940ba112994c24b3f220937db43c34f42c4051b48a2e97b00d9a
3
+ size 12740
data/pull_requests/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44f357834dc554b4f780ed3f0ab3bb4923dd5339cc40fb46a83f4a9e8a46452
3
+ size 2663278
data/pushes/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa47383673858f765ec34c3a2c3ddff4ee7177f3a66ab479da906b4b695fec92
3
+ size 25768073
data/stars/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faccbb7b7e8d6efe9cb11bfebe02db4e5bbaa4d845f148d37843e7466a7f16db
3
+ size 657411
data/wiki_pages/2013/12/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93d52dc59c28128c31c1f064f5149c45772298f0018c895774a7ad1f243696a
3
+ size 364974
stats.csv CHANGED
@@ -846,4 +846,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
846
  2013-11-28,250415,1326,130289,12966,20356,10324,0,2419,23852,9356,28353,4814,447,1896,3809,0,208,0,80454441,122.8,24929667,29.9,122.8,42.0
847
  2013-11-29,229172,1202,121040,11904,18988,9447,0,1914,21055,8499,25846,3536,512,1797,3236,0,196,0,73613550,140.3,22574903,26.7,140.3,33.8
848
  2013-11-30,184482,906,101473,8844,12965,6563,0,1071,17916,7038,20607,2203,393,1718,2661,0,124,0,56798402,110.3,18077940,26.0,110.3,39.9
849
- 2013-12-01,217336,1065,118911,10431,15863,7817,0,1271,21460,8142,23896,2914,469,1870,3072,0,155,0,67053771,120.6,21283544,41.4,120.6,0.0
 
 
846
  2013-11-28,250415,1326,130289,12966,20356,10324,0,2419,23852,9356,28353,4814,447,1896,3809,0,208,0,80454441,122.8,24929667,29.9,122.8,42.0
847
  2013-11-29,229172,1202,121040,11904,18988,9447,0,1914,21055,8499,25846,3536,512,1797,3236,0,196,0,73613550,140.3,22574903,26.7,140.3,33.8
848
  2013-11-30,184482,906,101473,8844,12965,6563,0,1071,17916,7038,20607,2203,393,1718,2661,0,124,0,56798402,110.3,18077940,26.0,110.3,39.9
849
+ 2013-12-01,217336,1065,118911,10431,15863,7817,0,1271,21460,8142,23896,2914,469,1870,3072,0,155,0,67053771,120.6,21283544,41.4,120.6,43.3
850
+ 2013-12-02,321355,1691,162689,16228,28861,15077,0,4248,31025,12152,35502,4928,614,3112,4922,0,306,0,108672407,189.1,32416400,43.4,189.1,0.0