tamnd commited on
Commit
65d811f
·
verified ·
1 Parent(s): b46fbce

Add 2013-12-13 — 265.2K 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-12** (859 days), totaling **118,619,183 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 33.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 11.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
 
@@ -720,16 +720,16 @@ duckdb.sql("""
720
  ## Events per year
721
 
722
  ```
723
- 2011 █████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 ██████████████░░░░░░░░░░░░░░░░ 34.3M
725
- 2013 ██████████████████████████████ 70.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 | 325 | 70,266,198 | 216,203 | 21.4 GB | 6.6 GB | 3h16m | 10h15m | 4h15m |
733
 
734
 
735
  ### Pushes per year
@@ -737,7 +737,7 @@ duckdb.sql("""
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 █████████████░░░░░░░░░░░░░░░░░ 16.5M
740
- 2013 ██████████████████████████████ 35.9M
741
  ```
742
 
743
 
@@ -746,7 +746,7 @@ duckdb.sql("""
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.9M
749
- 2013 ██████████████████████████████ 4.0M
750
  ```
751
 
752
 
@@ -755,7 +755,7 @@ duckdb.sql("""
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 ████████████████░░░░░░░░░░░░░░ 1.5M
758
- 2013 ██████████████████████████████ 2.7M
759
  ```
760
 
761
 
@@ -764,7 +764,7 @@ duckdb.sql("""
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
767
- 2013 ██████████████████████████████ 6.5M
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 | 59,104,071 | 49.8% | Git pushes with commits |
1152
- | `issues` | IssuesEvent | 6,722,438 | 5.7% | Issue lifecycle events |
1153
- | `issue_comments` | IssueCommentEvent | 10,166,454 | 8.6% | Comments on issues/PRs |
1154
- | `pull_requests` | PullRequestEvent | 4,640,747 | 3.9% | PR lifecycle events |
1155
- | `pr_review_comments` | PullRequestReviewCommentEvent | 927,409 | 0.8% | Line-level PR comments |
1156
- | `stars` | WatchEvent | 11,203,889 | 9.4% | Repository stars |
1157
- | `forks` | ForkEvent | 4,273,215 | 3.6% | Repository forks |
1158
- | `creates` | CreateEvent | 15,595,436 | 13.1% | Branch/tag/repo creation |
1159
- | `deletes` | DeleteEvent | 1,141,657 | 1.0% | Branch/tag deletion |
1160
- | `releases` | ReleaseEvent | 68,168 | 0.1% | Release publications |
1161
- | `commit_comments` | CommitCommentEvent | 1,177,003 | 1.0% | Comments on commits |
1162
- | `wiki_pages` | GollumEvent | 2,185,992 | 1.8% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
- | `public_events` | PublicEvent | 108,048 | 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-14** (861 days), totaling **119,091,003 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 33.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 11.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
 
 
720
  ## Events per year
721
 
722
  ```
723
+ 2011 █████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
724
  2012 ██████████████░░░░░░░░░░░░░░░░ 34.3M
725
+ 2013 ██████████████████████████████ 70.7M
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 | 327 | 70,738,018 | 216,324 | 21.6 GB | 6.7 GB | 3h17m | 10h20m | 4h16m |
733
 
734
 
735
  ### Pushes per year
 
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 █████████████░░░░░░░░░░░░░░░░░ 16.5M
740
+ 2013 ██████████████████████████████ 36.2M
741
  ```
742
 
743
 
 
746
  ```
747
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
748
  2012 ██████████████░░░░░░░░░░░░░░░░ 1.9M
749
+ 2013 ██████████████████████████████ 4.1M
750
  ```
751
 
752
 
 
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 ████████████████░░░░░░░░░░░░░░ 1.5M
758
+ 2013 ██████████████████████████████ 2.8M
759
  ```
760
 
761
 
 
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
767
+ 2013 ██████████████████████████████ 6.6M
768
  ```
769
 
770
 
 
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
+ | `pushes` | PushEvent | 59,345,090 | 49.8% | Git pushes with commits |
1152
+ | `issues` | IssuesEvent | 6,748,918 | 5.7% | Issue lifecycle events |
1153
+ | `issue_comments` | IssueCommentEvent | 10,218,397 | 8.6% | Comments on issues/PRs |
1154
+ | `pull_requests` | PullRequestEvent | 4,659,239 | 3.9% | PR lifecycle events |
1155
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 931,630 | 0.8% | Line-level PR comments |
1156
+ | `stars` | WatchEvent | 11,246,398 | 9.4% | Repository stars |
1157
+ | `forks` | ForkEvent | 4,288,935 | 3.6% | Repository forks |
1158
+ | `creates` | CreateEvent | 15,646,297 | 13.1% | Branch/tag/repo creation |
1159
+ | `deletes` | DeleteEvent | 1,148,795 | 1.0% | Branch/tag deletion |
1160
+ | `releases` | ReleaseEvent | 69,042 | 0.1% | Release publications |
1161
+ | `commit_comments` | CommitCommentEvent | 1,180,793 | 1.0% | Comments on commits |
1162
+ | `wiki_pages` | GollumEvent | 2,192,043 | 1.8% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
+ | `public_events` | PublicEvent | 108,446 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
data/commit_comments/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d134ee0d64bb0c0a92812153f809b830ef456109343a8baac37a0ebe74e8961
3
+ size 82075
data/creates/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67d644ff9d9bfe7ad9e06a81753c405e19ccabd7435b762b12829017d2531ff
3
+ size 1144808
data/deletes/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b864ad91ac55ad411a3573752b08983045bbbf80253bd3c9184d1a73faf8b5e
3
+ size 124548
data/forks/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb3cb0c7c7007a1d9cb7e4de5c2652c451c2dca33bfc16274d33ca2aa2c6a88
3
+ size 254642
data/issue_comments/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04079fc2c8c9353f107085d8f0a896ce05d587fbb42b7a833b6713e22bb3a0ea
3
+ size 551685
data/issues/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deef6046c925fede84db139fc0b308cdf8ea089999cc6e9d5a2e80268bfc78be
3
+ size 346229
data/public_events/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:261bb2d9b573a1931e3903e4dae78b92bca6aa629c7087094a6c8fc87df4ee62
3
+ size 10898
data/pull_requests/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ffe625ddff88038c30a186e0f9e69cc8c59ccfaa1c34a7a769e49936d6cd91
3
+ size 2089701
data/pushes/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707673c4f37061e65ed744e507da70588101cb7e07ade7507ec4fb15534d4c89
3
+ size 21575194
data/stars/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df94ec54496e5e9667b41a43770e186d99d43ce4c5024398d9cee26ce13a933f
3
+ size 531429
data/wiki_pages/2013/12/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824af69445160eed882f1a36ce2290b28036f8b9e4ec20ed8008949167eeebf5
3
+ size 261589
stats.csv CHANGED
@@ -857,4 +857,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
857
  2013-12-09,324762,1553,168002,18171,29159,14651,0,4106,30724,11396,33197,5197,600,2860,4836,0,310,0,109413889,199.7,33625366,48.3,199.7,41.4
858
  2013-12-10,332206,1635,168586,18090,31876,15603,0,3975,31100,12028,35356,5974,596,2685,4398,0,304,0,110162187,206.5,32546921,31.0,206.5,34.9
859
  2013-12-11,313525,1634,160006,17647,31062,13877,0,3557,27991,11082,33618,5267,652,2806,4020,0,306,0,103605900,177.8,31970311,31.7,177.8,45.0
860
- 2013-12-12,313542,1481,156247,18621,37023,13786,0,3673,27327,10687,31841,5118,546,2714,4132,0,346,0,101643375,176.0,30815549,33.7,176.0,0.0
 
 
 
857
  2013-12-09,324762,1553,168002,18171,29159,14651,0,4106,30724,11396,33197,5197,600,2860,4836,0,310,0,109413889,199.7,33625366,48.3,199.7,41.4
858
  2013-12-10,332206,1635,168586,18090,31876,15603,0,3975,31100,12028,35356,5974,596,2685,4398,0,304,0,110162187,206.5,32546921,31.0,206.5,34.9
859
  2013-12-11,313525,1634,160006,17647,31062,13877,0,3557,27991,11082,33618,5267,652,2806,4020,0,306,0,103605900,177.8,31970311,31.7,177.8,45.0
860
+ 2013-12-12,313542,1481,156247,18621,37023,13786,0,3673,27327,10687,31841,5118,546,2714,4132,0,346,0,101643375,176.0,30815549,33.7,176.0,42.3
861
+ 2013-12-13,265250,1400,137605,13805,23322,11908,0,2932,24661,9047,29514,4333,552,2343,3577,0,251,0,88271772,156.0,26972798,32.9,156.1,0.0
862
+ 2013-12-14,206570,924,103414,12675,28621,6584,0,1289,17848,6673,21347,2805,322,1447,2474,0,147,0,58356651,108.9,18818094,26.4,108.9,0.0