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

Add 2013-12-01 — 217.3K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-11-30** (847 days), totaling **115,107,006 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
 
@@ -722,14 +722,14 @@ duckdb.sql("""
722
  ```
723
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 ███████████████░░░░░░░░░░░░░░░ 34.3M
725
- 2013 ██████████████████████████████ 66.8M
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 | 313 | 66,754,021 | 213,271 | 20.3 GB | 6.3 GB | 3h08m | 9h41m | 4h06m |
733
 
734
 
735
  ### Pushes per year
@@ -737,7 +737,7 @@ duckdb.sql("""
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
- 2013 ██████████████████████████████ 34.1M
741
  ```
742
 
743
 
@@ -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,282,770 | 49.8% | Git pushes with commits |
1152
- | `issues` | IssuesEvent | 6,530,689 | 5.7% | Issue lifecycle events |
1153
- | `issue_comments` | IssueCommentEvent | 9,842,831 | 8.6% | Comments on issues/PRs |
1154
- | `pull_requests` | PullRequestEvent | 4,487,213 | 3.9% | PR lifecycle events |
1155
- | `pr_review_comments` | PullRequestReviewCommentEvent | 888,806 | 0.8% | Line-level PR comments |
1156
- | `stars` | WatchEvent | 10,883,367 | 9.5% | Repository stars |
1157
- | `forks` | ForkEvent | 4,147,339 | 3.6% | Repository forks |
1158
- | `creates` | CreateEvent | 15,224,112 | 13.2% | Branch/tag/repo creation |
1159
- | `deletes` | DeleteEvent | 1,083,835 | 0.9% | Branch/tag deletion |
1160
- | `releases` | ReleaseEvent | 61,445 | 0.1% | Release publications |
1161
- | `commit_comments` | CommitCommentEvent | 1,146,428 | 1.0% | Comments on commits |
1162
- | `wiki_pages` | GollumEvent | 2,136,687 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
- | `public_events` | PublicEvent | 104,854 | 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-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
 
 
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
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
+ 2013 ██████████████████████████████ 34.2M
741
  ```
742
 
743
 
 
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
 
data/commit_comments/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dce6eee71b56ad9c9f61befebdde0a9db4a9cc81e5df1743b9c834273171a7e
3
+ size 72559
data/creates/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ca23cba8d05d5d7bcbb8b7e260d24e03872b8b91bf5f37d4ab857adc556cb9
3
+ size 852999
data/deletes/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d254f43b0d2f201a3ade7f0cb488c93dc6245860607e000884f862de9570cc72
3
+ size 83718
data/forks/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e160c37bfb2a4aff789e9cde2e54abafd01777d0c6c6198aa270f88df917dfe
3
+ size 228120
data/issue_comments/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4145391d06b8615d0ce40133bf8711ae2c254e8e02bff0b7ffad649fc26ca876
3
+ size 390342
data/issues/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ad95cf0f4608e44474ce624afa26c722952c711cff829752a60949c31f1da7
3
+ size 268456
data/public_events/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0219b6def3677e1327e7ee9f6e752b56c35b9bd90ce2bad2ea8f22375bf03a8b
3
+ size 7219
data/pull_requests/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b44b75270f5afb39a82bf8bf4c401cf8ff66691f82af77b97ca10f8798cd145
3
+ size 1358277
data/pushes/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0a04ed5d41883d7599d08afab751522fa7a93ea977bf3b27d086439659bd47
3
+ size 17327573
data/stars/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded176ba76244893b081c5dc6b0f2dd670e43af99bb12fd1935c1ab532a2c73b
3
+ size 469396
data/wiki_pages/2013/12/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de42bc5ea8c6a7f137f22fa18dab4a67a75b2649133b846935b14d9bad9e193
3
+ size 224885
stats.csv CHANGED
@@ -845,4 +845,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
845
  2013-11-27,303616,1584,153237,18476,28280,12970,0,3377,27198,11193,33884,5331,589,2561,4673,0,263,0,98350246,161.6,30832659,49.8,161.6,52.7
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,0.0
 
 
845
  2013-11-27,303616,1584,153237,18476,28280,12970,0,3377,27198,11193,33884,5331,589,2561,4673,0,263,0,98350246,161.6,30832659,49.8,161.6,52.7
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