tamnd commited on
Commit
f5554e6
·
verified ·
1 Parent(s): 5302c17

Add 2013-11-27 — 303.6K 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-11-28** (844 days), totaling **114,389,736 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.8 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 ██████████████████████████████ 66.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 | 310 | 66,036,751 | 213,021 | 20.1 GB | 6.2 GB | 3h06m | 9h34m | 4h01m |
733
 
734
 
735
  ### Pushes per year
@@ -737,7 +737,7 @@ duckdb.sql("""
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
- 2013 ██████████████████████████████ 33.7M
741
  ```
742
 
743
 
@@ -755,7 +755,7 @@ duckdb.sql("""
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 ██████████████████░░░░░░░░░░░░ 1.5M
758
- 2013 ██████████████████████████████ 2.5M
759
  ```
760
 
761
 
@@ -764,7 +764,7 @@ duckdb.sql("""
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ███████████████░░░░░░░░░░░░░░░ 3.3M
767
- 2013 ██████████████████████████████ 6.1M
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 | 56,907,020 | 49.7% | Git pushes with commits |
1152
- | `issues` | IssuesEvent | 6,491,465 | 5.7% | Issue lifecycle events |
1153
- | `issue_comments` | IssueCommentEvent | 9,782,598 | 8.6% | Comments on issues/PRs |
1154
- | `pull_requests` | PullRequestEvent | 4,458,233 | 3.9% | PR lifecycle events |
1155
- | `pr_review_comments` | PullRequestReviewCommentEvent | 882,444 | 0.8% | Line-level PR comments |
1156
- | `stars` | WatchEvent | 10,817,198 | 9.5% | Repository stars |
1157
- | `forks` | ForkEvent | 4,120,609 | 3.6% | Repository forks |
1158
- | `creates` | CreateEvent | 15,143,775 | 13.2% | Branch/tag/repo creation |
1159
- | `deletes` | DeleteEvent | 1,072,765 | 0.9% | Branch/tag deletion |
1160
- | `releases` | ReleaseEvent | 59,951 | 0.1% | Release publications |
1161
- | `commit_comments` | CommitCommentEvent | 1,140,352 | 1.0% | Comments on commits |
1162
- | `wiki_pages` | GollumEvent | 2,126,117 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
- | `public_events` | PublicEvent | 104,271 | 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-11-28** (845 days), totaling **114,693,352 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.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.8 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 ██████████████████████████████ 66.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 | 311 | 66,340,367 | 213,313 | 20.2 GB | 6.3 GB | 3h07m | 9h37m | 4h04m |
733
 
734
 
735
  ### Pushes per year
 
737
  ```
738
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
739
  2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
740
+ 2013 ██████████████████████████████ 33.9M
741
  ```
742
 
743
 
 
755
  ```
756
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
757
  2012 ██████████████████░░░░░░░░░░░░ 1.5M
758
+ 2013 ██████████████████████████████ 2.6M
759
  ```
760
 
761
 
 
764
  ```
765
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
766
  2012 ███████████████░░░░░░░░░░░░░░░ 3.3M
767
+ 2013 ██████████████████████████████ 6.2M
768
  ```
769
 
770
 
 
1148
 
1149
  | Table | GitHub Event | Events | % | Description |
1150
  |-------|-------------|-------:|---:|-------------|
1151
+ | `pushes` | PushEvent | 57,060,257 | 49.8% | Git pushes with commits |
1152
+ | `issues` | IssuesEvent | 6,509,941 | 5.7% | Issue lifecycle events |
1153
+ | `issue_comments` | IssueCommentEvent | 9,810,878 | 8.6% | Comments on issues/PRs |
1154
+ | `pull_requests` | PullRequestEvent | 4,471,203 | 3.9% | PR lifecycle events |
1155
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 885,821 | 0.8% | Line-level PR comments |
1156
+ | `stars` | WatchEvent | 10,844,396 | 9.5% | Repository stars |
1157
+ | `forks` | ForkEvent | 4,131,802 | 3.6% | Repository forks |
1158
+ | `creates` | CreateEvent | 15,177,659 | 13.2% | Branch/tag/repo creation |
1159
+ | `deletes` | DeleteEvent | 1,078,096 | 0.9% | Branch/tag deletion |
1160
+ | `releases` | ReleaseEvent | 60,540 | 0.1% | Release publications |
1161
+ | `commit_comments` | CommitCommentEvent | 1,142,913 | 1.0% | Comments on commits |
1162
+ | `wiki_pages` | GollumEvent | 2,130,790 | 1.9% | Wiki page edits |
1163
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1164
+ | `public_events` | PublicEvent | 104,534 | 0.1% | Repo made public |
1165
 
1166
  ## How it's built
1167
 
data/commit_comments/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84508f9428d9a8bb4b63668dac10ab3a072cfbe02cc0a77ae790f3e3ed532b9b
3
+ size 90872
data/creates/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edfa1476076903ecbafc2cffa8830ac9ca061011ca16816ef7a58e65a132693d
3
+ size 1239080
data/deletes/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1106acdadf6a765c30d74e1aa64d928a61df40b7ee55f4eb10c1c0dc8a619a0a
3
+ size 148459
data/forks/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754951203eeaf52a85359d7994506caedd19190b24d26133eca58360c3900cd5
3
+ size 295485
data/issue_comments/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8782c2fa059f1e6b9a3ac900c434c885e54cdd1bd331ba42be49fd4b6a24a4b6
3
+ size 712181
data/issues/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c866c559f48248e93ceac5d9100c5da8bdd60a75a692b504b01c56ed9424b129
3
+ size 421786
data/public_events/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff6bdee11066e7dbf23170a48ebf7f433ef748ba4892258f3077eee1be80f8c
3
+ size 10947
data/pull_requests/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7273f4b6e28f4217241efb32db714970ad71eeaab092befbad2ca62e83642a
3
+ size 2331910
data/pushes/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a1eac0501c28861d2ff7e2c9eb3e2a214ae4e4b9b9ffe2a585fb1002cd6cf5
3
+ size 24622010
data/stars/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0419794296cf56f6d7cd7599c50449a2fdf8278bb6af48461d7c8d823ec5d462
3
+ size 647872
data/wiki_pages/2013/11/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33b28a78153520338f7e05102b162877b5f7f57df727322df779c8dde8a4354
3
+ size 312057
stats.csv CHANGED
@@ -841,5 +841,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
841
  2013-11-20,323456,2066,163553,19299,30388,14381,0,3354,29948,11739,35607,5270,549,2567,4414,0,321,0,106228083,201.3,32290731,38.0,201.3,59.5
842
  2013-11-21,319491,1920,160690,18877,29538,14689,0,3729,30274,11552,35008,5790,536,2475,4162,0,251,0,106512121,207.0,32125899,38.6,207.0,22.7
843
  2013-11-25,313617,1793,159858,20062,27821,13426,0,3737,27980,11233,34750,5174,488,2706,4315,0,274,0,101968680,157.3,30587085,7.0,157.3,43.4
844
- 2013-11-26,326418,1948,166723,21742,28883,13841,0,3907,29378,11549,34915,5050,718,2963,4540,0,261,0,106037603,167.4,32342394,27.6,167.4,0.0
 
845
  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,0.0
 
841
  2013-11-20,323456,2066,163553,19299,30388,14381,0,3354,29948,11739,35607,5270,549,2567,4414,0,321,0,106228083,201.3,32290731,38.0,201.3,59.5
842
  2013-11-21,319491,1920,160690,18877,29538,14689,0,3729,30274,11552,35008,5790,536,2475,4162,0,251,0,106512121,207.0,32125899,38.6,207.0,22.7
843
  2013-11-25,313617,1793,159858,20062,27821,13426,0,3737,27980,11233,34750,5174,488,2706,4315,0,274,0,101968680,157.3,30587085,7.0,157.3,43.4
844
+ 2013-11-26,326418,1948,166723,21742,28883,13841,0,3907,29378,11549,34915,5050,718,2963,4540,0,261,0,106037603,167.4,32342394,27.6,167.4,154.6
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,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,0.0