tamnd commited on
Commit
41b0799
·
verified ·
1 Parent(s): f64ba7e

Add 2013-11-06 — 320.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-11-04** (827 days), totaling **109,555,507 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 30.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.3 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
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 1,414,255 events in 3724 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -578,7 +578,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
578
  | 2026-01-08 | 2 | 2 |
579
  | 2026-01-09 | 10 | 8 |
580
  | 2026-01-10 | 7 | 7 |
581
- | 2026-01-11 | 5 | 5 |
582
  | 2026-01-12 | 8 | 8 |
583
  | 2026-01-13 | 6 | 6 |
584
  | 2026-01-14 | 2 | 2 |
@@ -597,7 +597,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
597
  | 2026-01-27 | 11 | 9 |
598
  | 2026-01-28 | 11 | 10 |
599
  | 2026-01-29 | 6 | 6 |
600
- | 2026-01-30 | 10 | 9 |
601
  | 2026-01-31 | 19 | 12 |
602
  | 2026-02-01 | 6 | 6 |
603
  | 2026-02-02 | 20 | 12 |
@@ -621,12 +621,12 @@ Events from today are captured in near-real-time from the GitHub Events API and
621
  | 2026-02-20 | 7 | 7 |
622
  | 2026-02-21 | 24 | 24 |
623
  | 2026-02-22 | 14 | 13 |
624
- | 2026-02-23 | 20 | 18 |
625
- | 2026-02-24 | 26 | 23 |
626
  | 2026-02-25 | 301 | 87 |
627
  | 2026-02-26 | 35 | 30 |
628
  | 2026-02-27 | 24 | 22 |
629
- | 2026-02-28 | 22 | 21 |
630
  | 2026-03-01 | 18 | 16 |
631
  | 2026-03-02 | 22 | 20 |
632
  | 2026-03-03 | 29 | 24 |
@@ -640,21 +640,21 @@ Events from today are captured in near-real-time from the GitHub Events API and
640
  | 2026-03-11 | 27 | 26 |
641
  | 2026-03-12 | 50 | 40 |
642
  | 2026-03-13 | 155 | 100 |
643
- | 2026-03-14 | 53 | 46 |
644
  | 2026-03-15 | 47 | 36 |
645
  | 2026-03-16 | 46 | 40 |
646
- | 2026-03-17 | 87 | 55 |
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 | 255 | 114 |
654
  | 2026-03-25 | 242 | 132 |
655
  | 2026-03-26 | 636 | 198 |
656
- | 2026-03-27 | 1,861,622 | 12389 |
657
- | 2026-03-28 | 1,414,255 | 3724 |
658
 
659
 
660
  ### Live event schema
@@ -689,14 +689,14 @@ duckdb.sql("""
689
  ```
690
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
691
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
692
- 2013 ██████████████████████████████ 61.2M
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 | 293 | 61,202,522 | 208,882 | 18.7 GB | 5.8 GB | 2h59m | 8h44m | 3h50m |
700
 
701
 
702
  ### Pushes per year
@@ -704,7 +704,7 @@ duckdb.sql("""
704
  ```
705
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
706
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
707
- 2013 ██████████████████████████████ 31.3M
708
  ```
709
 
710
 
@@ -713,7 +713,7 @@ duckdb.sql("""
713
  ```
714
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
715
  2012 ████████████████░░░░░░░░░░░░░░ 1.9M
716
- 2013 ██████████████████████████████ 3.5M
717
  ```
718
 
719
 
@@ -722,7 +722,7 @@ duckdb.sql("""
722
  ```
723
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
724
  2012 ███████████████████░░░░░░░░░░░ 1.5M
725
- 2013 ██████████████████████████████ 2.3M
726
  ```
727
 
728
 
@@ -730,8 +730,8 @@ duckdb.sql("""
730
 
731
  ```
732
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
733
- 2012 ████████████████░░░░░░░░░░░░░ 3.3M
734
- 2013 ██████████████████████████████ 5.7M
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 | 54,435,858 | 49.7% | Git pushes with commits |
1119
- | `issues` | IssuesEvent | 6,194,686 | 5.7% | Issue lifecycle events |
1120
- | `issue_comments` | IssueCommentEvent | 9,356,275 | 8.5% | Comments on issues/PRs |
1121
- | `pull_requests` | PullRequestEvent | 4,252,184 | 3.9% | PR lifecycle events |
1122
- | `pr_review_comments` | PullRequestReviewCommentEvent | 831,555 | 0.8% | Line-level PR comments |
1123
- | `stars` | WatchEvent | 10,380,814 | 9.5% | Repository stars |
1124
- | `forks` | ForkEvent | 3,944,719 | 3.6% | Repository forks |
1125
- | `creates` | CreateEvent | 14,609,156 | 13.3% | Branch/tag/repo creation |
1126
- | `deletes` | DeleteEvent | 991,566 | 0.9% | Branch/tag deletion |
1127
- | `releases` | ReleaseEvent | 51,191 | 0.0% | Release publications |
1128
- | `commit_comments` | CommitCommentEvent | 1,099,201 | 1.0% | Comments on commits |
1129
- | `wiki_pages` | GollumEvent | 2,056,217 | 1.9% | Wiki page edits |
1130
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1131
- | `public_events` | PublicEvent | 99,984 | 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-09** (831 days), totaling **110,651,536 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 30.9 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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 1,414,259 events in 3726 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
578
  | 2026-01-08 | 2 | 2 |
579
  | 2026-01-09 | 10 | 8 |
580
  | 2026-01-10 | 7 | 7 |
581
+ | 2026-01-11 | 6 | 6 |
582
  | 2026-01-12 | 8 | 8 |
583
  | 2026-01-13 | 6 | 6 |
584
  | 2026-01-14 | 2 | 2 |
 
597
  | 2026-01-27 | 11 | 9 |
598
  | 2026-01-28 | 11 | 10 |
599
  | 2026-01-29 | 6 | 6 |
600
+ | 2026-01-30 | 11 | 10 |
601
  | 2026-01-31 | 19 | 12 |
602
  | 2026-02-01 | 6 | 6 |
603
  | 2026-02-02 | 20 | 12 |
 
621
  | 2026-02-20 | 7 | 7 |
622
  | 2026-02-21 | 24 | 24 |
623
  | 2026-02-22 | 14 | 13 |
624
+ | 2026-02-23 | 21 | 19 |
625
+ | 2026-02-24 | 27 | 24 |
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 |
 
640
  | 2026-03-11 | 27 | 26 |
641
  | 2026-03-12 | 50 | 40 |
642
  | 2026-03-13 | 155 | 100 |
643
+ | 2026-03-14 | 54 | 47 |
644
  | 2026-03-15 | 47 | 36 |
645
  | 2026-03-16 | 46 | 40 |
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
 
660
  ### Live event schema
 
689
  ```
690
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
691
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
692
+ 2013 ██████████████████████████████ 62.3M
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 | 297 | 62,298,551 | 209,759 | 19.0 GB | 5.9 GB | 3h01m | 8h57m | 3h50m |
700
 
701
 
702
  ### Pushes per year
 
704
  ```
705
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
706
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
707
+ 2013 ██████████████████████████████ 31.8M
708
  ```
709
 
710
 
 
713
  ```
714
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
715
  2012 ████████████████░░░░░░░░░░░░░░ 1.9M
716
+ 2013 ██████████████████████████████ 3.6M
717
  ```
718
 
719
 
 
722
  ```
723
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
724
  2012 ███████████████████░░░░░░░░░░░ 1.5M
725
+ 2013 ██████████████████████████████ 2.4M
726
  ```
727
 
728
 
 
730
 
731
  ```
732
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
733
+ 2012 ████████████████░░░░░░░░░░░░░ 3.3M
734
+ 2013 ██████████████████████████████ 5.8M
735
  ```
736
 
737
 
 
1115
 
1116
  | Table | GitHub Event | Events | % | Description |
1117
  |-------|-------------|-------:|---:|-------------|
1118
+ | `pushes` | PushEvent | 54,993,823 | 49.7% | Git pushes with commits |
1119
+ | `issues` | IssuesEvent | 6,254,808 | 5.7% | Issue lifecycle events |
1120
+ | `issue_comments` | IssueCommentEvent | 9,454,563 | 8.5% | Comments on issues/PRs |
1121
+ | `pull_requests` | PullRequestEvent | 4,300,090 | 3.9% | PR lifecycle events |
1122
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 844,104 | 0.8% | Line-level PR comments |
1123
+ | `stars` | WatchEvent | 10,480,215 | 9.5% | Repository stars |
1124
+ | `forks` | ForkEvent | 3,985,378 | 3.6% | Repository forks |
1125
+ | `creates` | CreateEvent | 14,731,366 | 13.3% | Branch/tag/repo creation |
1126
+ | `deletes` | DeleteEvent | 1,011,566 | 0.9% | Branch/tag deletion |
1127
+ | `releases` | ReleaseEvent | 53,290 | 0.0% | Release publications |
1128
+ | `commit_comments` | CommitCommentEvent | 1,108,681 | 1.0% | Comments on commits |
1129
+ | `wiki_pages` | GollumEvent | 2,072,933 | 1.9% | Wiki page edits |
1130
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1131
+ | `public_events` | PublicEvent | 100,927 | 0.1% | Repo made public |
1132
 
1133
  ## How it's built
1134
 
data/commit_comments/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aefb39fefc2bbbf868aa14a5287c233b0ffd8a3788818453e0679d3dbf33f4cb
3
+ size 97550
data/creates/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2614934a9ad5a9c8670b3d6fd9c6e71abde2ba6c830cd51c4472fa66479814
3
+ size 1305014
data/deletes/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926646d2c73fd475643764a25bb73c3c40a538d962b8bbd08cf0e602ad4f6465
3
+ size 155767
data/forks/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61d11e4313978b8dcf59358bb1d448bbd92247bfad7e5e337b34add940e6f4a
3
+ size 313899
data/issue_comments/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22606d9009bd8be9815aee1a75e2faa390db22266e5432ecfd761f06abf597d3
3
+ size 679594
data/issues/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793c979c287b31d79d8aaaa6341ba568649d05f10f709b47d37ffe92525f17f7
3
+ size 430329
data/public_events/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04ebe3977ae9c8e8d7b827cbd33c6d66fff4ca91c45c5117602e933cc831ac9
3
+ size 11105
data/pull_requests/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8755af2dc652231bb3d6057512b04e6e32f8ec89aff8e1f2db6ed86f9f5f5194
3
+ size 2420174
data/pushes/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a128d3bd3c2ecc5d055d38a74aa7e25903e768aa8de0ad9a3f0d9de4f59fdf
3
+ size 25739045
data/stars/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608e9563c9ae759b849a54e7ccf02096e6dda7ed51dc51540bf6a45e20681e84
3
+ size 629879
data/wiki_pages/2013/11/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c1aacb716b78954b4e97cc66c829e7ebfc106cbd096fd43cc1b4e0207303d4
3
+ size 252112
stats.csv CHANGED
@@ -826,3 +826,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
826
  2013-11-02,172356,1070,92276,9701,12823,6231,0,960,15240,6332,20319,2732,368,1441,2735,0,128,0,54006565,101.6,16933502,25.9,101.6,46.6
827
  2013-11-03,209434,1128,113027,10086,14723,7676,0,1555,19579,8330,24742,2879,469,1475,3585,0,180,0,65962159,117.1,20726432,25.6,117.1,56.6
828
  2013-11-04,305135,1955,154082,16761,26469,13497,0,3419,27753,12386,34512,6115,524,2450,4950,0,262,0,101524375,190.4,30701984,32.3,190.4,25.2
 
 
 
 
 
826
  2013-11-02,172356,1070,92276,9701,12823,6231,0,960,15240,6332,20319,2732,368,1441,2735,0,128,0,54006565,101.6,16933502,25.9,101.6,46.6
827
  2013-11-03,209434,1128,113027,10086,14723,7676,0,1555,19579,8330,24742,2879,469,1475,3585,0,180,0,65962159,117.1,20726432,25.6,117.1,56.6
828
  2013-11-04,305135,1955,154082,16761,26469,13497,0,3419,27753,12386,34512,6115,524,2450,4950,0,262,0,101524375,190.4,30701984,32.3,190.4,25.2
829
+ 2013-11-06,320413,2002,158722,18572,33358,14211,0,3920,28803,11991,34814,5526,591,2824,4812,0,267,0,106091867,219.7,32034468,1.2,219.7,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,0.0
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,0.0
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,0.0