tamnd commited on
Commit
a471e4f
·
verified ·
1 Parent(s): 901e58a

Add 2013-11-11 — 302.9K 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-10** (832 days), totaling **110,879,762 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 31.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.5 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
 
@@ -612,7 +612,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
612
  | 2026-02-11 | 107 | 13 |
613
  | 2026-02-12 | 9 | 9 |
614
  | 2026-02-13 | 12 | 12 |
615
- | 2026-02-14 | 11 | 11 |
616
  | 2026-02-15 | 11 | 11 |
617
  | 2026-02-16 | 8 | 8 |
618
  | 2026-02-17 | 20 | 18 |
@@ -626,7 +626,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
626
  | 2026-02-25 | 301 | 87 |
627
  | 2026-02-26 | 35 | 30 |
628
  | 2026-02-27 | 24 | 22 |
629
- | 2026-02-28 | 23 | 22 |
630
  | 2026-03-01 | 18 | 16 |
631
  | 2026-03-02 | 22 | 20 |
632
  | 2026-03-03 | 29 | 24 |
@@ -634,7 +634,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
634
  | 2026-03-05 | 29 | 26 |
635
  | 2026-03-06 | 55 | 45 |
636
  | 2026-03-07 | 17 | 16 |
637
- | 2026-03-08 | 28 | 27 |
638
  | 2026-03-09 | 37 | 33 |
639
  | 2026-03-10 | 26 | 24 |
640
  | 2026-03-11 | 27 | 26 |
@@ -646,14 +646,14 @@ Events from today are captured in near-real-time from the GitHub Events API and
646
  | 2026-03-17 | 88 | 56 |
647
  | 2026-03-18 | 65 | 54 |
648
  | 2026-03-19 | 80 | 54 |
649
- | 2026-03-20 | 142 | 101 |
650
  | 2026-03-21 | 78 | 59 |
651
  | 2026-03-22 | 117 | 85 |
652
  | 2026-03-23 | 129 | 93 |
653
  | 2026-03-24 | 256 | 115 |
654
  | 2026-03-25 | 242 | 132 |
655
  | 2026-03-26 | 636 | 198 |
656
- | 2026-03-27 | 1,861,624 | 12391 |
657
  | 2026-03-28 | 1,414,259 | 3726 |
658
 
659
 
@@ -689,14 +689,14 @@ duckdb.sql("""
689
  ```
690
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
691
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
692
- 2013 ██████████████████████████████ 62.5M
693
  ```
694
 
695
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
696
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
697
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
698
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
699
- | 2013 | 298 | 62,526,777 | 209,821 | 19.1 GB | 5.9 GB | 3h01m | 8h59m | 3h53m |
700
 
701
 
702
  ### Pushes per year
@@ -704,7 +704,7 @@ duckdb.sql("""
704
  ```
705
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
706
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
707
- 2013 ██████████████████████████████ 31.9M
708
  ```
709
 
710
 
@@ -731,7 +731,7 @@ duckdb.sql("""
731
  ```
732
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
733
  2012 ████████████████░░░░░░░░░░░░░░ 3.3M
734
- 2013 ██████████████████████████████ 5.8M
735
  ```
736
 
737
 
@@ -1115,20 +1115,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1115
 
1116
  | Table | GitHub Event | Events | % | Description |
1117
  |-------|-------------|-------:|---:|-------------|
1118
- | `pushes` | PushEvent | 55,112,224 | 49.7% | Git pushes with commits |
1119
- | `issues` | IssuesEvent | 6,274,706 | 5.7% | Issue lifecycle events |
1120
- | `issue_comments` | IssueCommentEvent | 9,470,250 | 8.5% | Comments on issues/PRs |
1121
- | `pull_requests` | PullRequestEvent | 4,307,689 | 3.9% | PR lifecycle events |
1122
- | `pr_review_comments` | PullRequestReviewCommentEvent | 845,577 | 0.8% | Line-level PR comments |
1123
- | `stars` | WatchEvent | 10,501,416 | 9.5% | Repository stars |
1124
- | `forks` | ForkEvent | 3,993,408 | 3.6% | Repository forks |
1125
- | `creates` | CreateEvent | 14,756,843 | 13.3% | Branch/tag/repo creation |
1126
- | `deletes` | DeleteEvent | 1,015,105 | 0.9% | Branch/tag deletion |
1127
- | `releases` | ReleaseEvent | 53,706 | 0.0% | Release publications |
1128
- | `commit_comments` | CommitCommentEvent | 1,110,235 | 1.0% | Comments on commits |
1129
- | `wiki_pages` | GollumEvent | 2,076,474 | 1.9% | Wiki page edits |
1130
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1131
- | `public_events` | PublicEvent | 101,113 | 0.1% | Repo made public |
1132
 
1133
  ## How it's built
1134
 
 
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-11** (833 days), totaling **111,182,627 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 31.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.5 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
 
 
612
  | 2026-02-11 | 107 | 13 |
613
  | 2026-02-12 | 9 | 9 |
614
  | 2026-02-13 | 12 | 12 |
615
+ | 2026-02-14 | 12 | 12 |
616
  | 2026-02-15 | 11 | 11 |
617
  | 2026-02-16 | 8 | 8 |
618
  | 2026-02-17 | 20 | 18 |
 
626
  | 2026-02-25 | 301 | 87 |
627
  | 2026-02-26 | 35 | 30 |
628
  | 2026-02-27 | 24 | 22 |
629
+ | 2026-02-28 | 24 | 23 |
630
  | 2026-03-01 | 18 | 16 |
631
  | 2026-03-02 | 22 | 20 |
632
  | 2026-03-03 | 29 | 24 |
 
634
  | 2026-03-05 | 29 | 26 |
635
  | 2026-03-06 | 55 | 45 |
636
  | 2026-03-07 | 17 | 16 |
637
+ | 2026-03-08 | 29 | 28 |
638
  | 2026-03-09 | 37 | 33 |
639
  | 2026-03-10 | 26 | 24 |
640
  | 2026-03-11 | 27 | 26 |
 
646
  | 2026-03-17 | 88 | 56 |
647
  | 2026-03-18 | 65 | 54 |
648
  | 2026-03-19 | 80 | 54 |
649
+ | 2026-03-20 | 143 | 102 |
650
  | 2026-03-21 | 78 | 59 |
651
  | 2026-03-22 | 117 | 85 |
652
  | 2026-03-23 | 129 | 93 |
653
  | 2026-03-24 | 256 | 115 |
654
  | 2026-03-25 | 242 | 132 |
655
  | 2026-03-26 | 636 | 198 |
656
+ | 2026-03-27 | 1,861,626 | 12393 |
657
  | 2026-03-28 | 1,414,259 | 3726 |
658
 
659
 
 
689
  ```
690
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
691
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
692
+ 2013 ██████████████████████████████ 62.8M
693
  ```
694
 
695
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
696
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
697
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
698
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
699
+ | 2013 | 299 | 62,829,642 | 210,132 | 19.2 GB | 5.9 GB | 3h02m | 9h03m | 3h53m |
700
 
701
 
702
  ### Pushes per year
 
704
  ```
705
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
706
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
707
+ 2013 ██████████████████████████████ 32.1M
708
  ```
709
 
710
 
 
731
  ```
732
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
733
  2012 ████████████████░░░░░░░░░░░░░░ 3.3M
734
+ 2013 ██████████████████████████████ 5.9M
735
  ```
736
 
737
 
 
1115
 
1116
  | Table | GitHub Event | Events | % | Description |
1117
  |-------|-------------|-------:|---:|-------------|
1118
+ | `pushes` | PushEvent | 55,263,165 | 49.7% | Git pushes with commits |
1119
+ | `issues` | IssuesEvent | 6,292,778 | 5.7% | Issue lifecycle events |
1120
+ | `issue_comments` | IssueCommentEvent | 9,498,439 | 8.5% | Comments on issues/PRs |
1121
+ | `pull_requests` | PullRequestEvent | 4,321,297 | 3.9% | PR lifecycle events |
1122
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 849,009 | 0.8% | Line-level PR comments |
1123
+ | `stars` | WatchEvent | 10,529,845 | 9.5% | Repository stars |
1124
+ | `forks` | ForkEvent | 4,004,861 | 3.6% | Repository forks |
1125
+ | `creates` | CreateEvent | 14,790,678 | 13.3% | Branch/tag/repo creation |
1126
+ | `deletes` | DeleteEvent | 1,020,181 | 0.9% | Branch/tag deletion |
1127
+ | `releases` | ReleaseEvent | 54,190 | 0.0% | Release publications |
1128
+ | `commit_comments` | CommitCommentEvent | 1,112,841 | 1.0% | Comments on commits |
1129
+ | `wiki_pages` | GollumEvent | 2,081,045 | 1.9% | Wiki page edits |
1130
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1131
+ | `public_events` | PublicEvent | 101,387 | 0.1% | Repo made public |
1132
 
1133
  ## How it's built
1134
 
data/commit_comments/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df2e8fd78b8115cb31499a7544f916838dd78f28cccd4cc4bfa724ba815c5ff
3
+ size 92022
data/creates/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09539749fbeac9fc39b65cb1b9a08b773f95dd23a2a823add75fb904ee58a239
3
+ size 1205954
data/deletes/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fd2e04f1e39fc3832aa4b6f69680a6b0ecfb10ffb2d43355697e583babcf00
3
+ size 141017
data/forks/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ac420a43b2ad31e45d15fcd807b3280043183c6137358607ae0ab977579fc3
3
+ size 298201
data/issue_comments/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f003be055875de56984b825a1876a003b11334aa44a2c4f850f7a5fe48811bc
3
+ size 645919
data/issues/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9f867a8a11b9842798248852debd56f142c07137c070b430d94c4371d57bc3
3
+ size 411470
data/public_events/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c09a63e354d3c2326eceb5533e2982d25d4c534a23df29d1953164129b29f2b
3
+ size 11384
data/pull_requests/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae28ac6d39d2d9ab471391983b4ffbef8d6a833a9d3a79cc2e98f0fb50615aff
3
+ size 2435132
data/pushes/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b14e38aae31b46bbfa95732b60ba7af58a358bb1c6ee391d2b25d8ef0d581ff
3
+ size 23673393
data/stars/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be251c61302f8be248e98cfbe3b1a7fb92e1c12c25551159736d19314751305
3
+ size 617699
data/wiki_pages/2013/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae5c932b79a50b6d842fcbc71d9edf1ed000ccb208653c30d696ff72b919f5df
3
+ size 326475
stats.csv CHANGED
@@ -830,4 +830,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
830
  2013-11-07,305522,2020,154243,16235,27732,13838,0,4013,27939,11298,33662,6542,496,2765,4445,0,294,0,102958085,214.6,30472954,1.3,214.6,42.4
831
  2013-11-08,270463,2204,136947,14005,23039,12403,0,3377,24696,10072,31126,4912,614,2449,4390,0,229,0,91126747,195.9,27115870,20.3,195.9,52.2
832
  2013-11-09,199631,1465,108053,11310,14159,7454,0,1239,17963,7298,22608,3020,398,1442,3069,0,153,0,62088015,134.3,19502844,39.1,134.3,42.9
833
- 2013-11-10,228226,1224,118401,19898,15687,7599,0,1473,21201,8030,25477,3539,416,1554,3541,0,186,0,68267758,139.6,21376686,28.7,139.6,0.0
 
 
830
  2013-11-07,305522,2020,154243,16235,27732,13838,0,4013,27939,11298,33662,6542,496,2765,4445,0,294,0,102958085,214.6,30472954,1.3,214.6,42.4
831
  2013-11-08,270463,2204,136947,14005,23039,12403,0,3377,24696,10072,31126,4912,614,2449,4390,0,229,0,91126747,195.9,27115870,20.3,195.9,52.2
832
  2013-11-09,199631,1465,108053,11310,14159,7454,0,1239,17963,7298,22608,3020,398,1442,3069,0,153,0,62088015,134.3,19502844,39.1,134.3,42.9
833
+ 2013-11-10,228226,1224,118401,19898,15687,7599,0,1473,21201,8030,25477,3539,416,1554,3541,0,186,0,68267758,139.6,21376686,28.7,139.6,39.6
834
+ 2013-11-11,302865,1895,150941,18072,28189,13608,0,3432,28429,11453,33835,5076,484,2606,4571,0,274,0,100541677,207.9,29858666,33.9,207.9,0.0