tamnd commited on
Commit
8501513
·
verified ·
1 Parent(s): e0d9e1e

Add 2013-10-21 — 260.5K 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-10-20** (812 days), totaling **105,699,513 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 29.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.0 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,412,313 events in 3718 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -79,7 +79,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.7K
81
  04:00 ██████████████████████████████ 279.7K
82
- 05:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 79.1K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -653,7 +653,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
653
  | 2026-03-25 | 242 | 132 |
654
  | 2026-03-26 | 635 | 197 |
655
  | 2026-03-27 | 1,861,619 | 12386 |
656
- | 2026-03-28 | 1,412,313 | 3718 |
657
 
658
 
659
  ### Live event schema
@@ -688,14 +688,14 @@ duckdb.sql("""
688
  ```
689
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
690
  2012 █████████████████░░░░░░░░░░░░░ 34.3M
691
- 2013 ██████████████████████████████ 57.3M
692
  ```
693
 
694
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
695
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
696
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
697
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
698
- | 2013 | 278 | 57,346,528 | 206,282 | 17.5 GB | 5.4 GB | 2h49m | 8h06m | 3h37m |
699
 
700
 
701
  ### Pushes per year
@@ -703,7 +703,7 @@ duckdb.sql("""
703
  ```
704
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
705
  2012 ████████████████░░░░░░░░░░░░░░ 16.5M
706
- 2013 ██████████████████████████████ 29.3M
707
  ```
708
 
709
 
@@ -1114,20 +1114,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1114
 
1115
  | Table | GitHub Event | Events | % | Description |
1116
  |-------|-------------|-------:|---:|-------------|
1117
- | `pushes` | PushEvent | 52,478,485 | 49.6% | Git pushes with commits |
1118
- | `issues` | IssuesEvent | 5,977,333 | 5.7% | Issue lifecycle events |
1119
- | `issue_comments` | IssueCommentEvent | 9,018,594 | 8.5% | Comments on issues/PRs |
1120
- | `pull_requests` | PullRequestEvent | 4,087,672 | 3.9% | PR lifecycle events |
1121
- | `pr_review_comments` | PullRequestReviewCommentEvent | 791,901 | 0.7% | Line-level PR comments |
1122
- | `stars` | WatchEvent | 10,030,641 | 9.5% | Repository stars |
1123
- | `forks` | ForkEvent | 3,801,129 | 3.6% | Repository forks |
1124
- | `creates` | CreateEvent | 14,165,417 | 13.4% | Branch/tag/repo creation |
1125
- | `deletes` | DeleteEvent | 919,693 | 0.9% | Branch/tag deletion |
1126
- | `releases` | ReleaseEvent | 43,931 | 0.0% | Release publications |
1127
- | `commit_comments` | CommitCommentEvent | 1,064,795 | 1.0% | Comments on commits |
1128
- | `wiki_pages` | GollumEvent | 1,995,360 | 1.9% | Wiki page edits |
1129
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1130
- | `public_events` | PublicEvent | 96,417 | 0.1% | Repo made public |
1131
 
1132
  ## How it's built
1133
 
 
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-10-21** (813 days), totaling **105,960,052 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 29.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.0 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,412,833 events in 3720 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.7K
81
  04:00 ██████████████████████████████ 279.7K
82
+ 05:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 79.7K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
653
  | 2026-03-25 | 242 | 132 |
654
  | 2026-03-26 | 635 | 197 |
655
  | 2026-03-27 | 1,861,619 | 12386 |
656
+ | 2026-03-28 | 1,412,833 | 3720 |
657
 
658
 
659
  ### Live event schema
 
688
  ```
689
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
690
  2012 █████████████████░░░░░░░░░░░░░ 34.3M
691
+ 2013 ██████████████████████████████ 57.6M
692
  ```
693
 
694
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
695
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
696
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
697
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
698
+ | 2013 | 279 | 57,607,067 | 206,476 | 17.6 GB | 5.4 GB | 2h49m | 8h09m | 3h38m |
699
 
700
 
701
  ### Pushes per year
 
703
  ```
704
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
705
  2012 ████████████████░░░░░░░░░░░░░░ 16.5M
706
+ 2013 ██████████████████████████████ 29.4M
707
  ```
708
 
709
 
 
1114
 
1115
  | Table | GitHub Event | Events | % | Description |
1116
  |-------|-------------|-------:|---:|-------------|
1117
+ | `pushes` | PushEvent | 52,610,701 | 49.7% | Git pushes with commits |
1118
+ | `issues` | IssuesEvent | 5,990,570 | 5.7% | Issue lifecycle events |
1119
+ | `issue_comments` | IssueCommentEvent | 9,041,258 | 8.5% | Comments on issues/PRs |
1120
+ | `pull_requests` | PullRequestEvent | 4,099,308 | 3.9% | PR lifecycle events |
1121
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 794,899 | 0.8% | Line-level PR comments |
1122
+ | `stars` | WatchEvent | 10,054,644 | 9.5% | Repository stars |
1123
+ | `forks` | ForkEvent | 3,811,234 | 3.6% | Repository forks |
1124
+ | `creates` | CreateEvent | 14,195,282 | 13.4% | Branch/tag/repo creation |
1125
+ | `deletes` | DeleteEvent | 924,282 | 0.9% | Branch/tag deletion |
1126
+ | `releases` | ReleaseEvent | 44,375 | 0.0% | Release publications |
1127
+ | `commit_comments` | CommitCommentEvent | 1,067,240 | 1.0% | Comments on commits |
1128
+ | `wiki_pages` | GollumEvent | 1,999,718 | 1.9% | Wiki page edits |
1129
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1130
+ | `public_events` | PublicEvent | 96,694 | 0.1% | Repo made public |
1131
 
1132
  ## How it's built
1133
 
data/commit_comments/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1b76d6f86a9943f2c7b58f84f2b5d27991303ad02c252cd7c1c42763365435
3
+ size 85031
data/creates/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83bc90fd03185db8381ea920324b0095c21935318c6080322938984f5b99d3d4
3
+ size 1079641
data/deletes/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3a8982d48f285f4d2a61f7ccf10df3092bb2cc3965c3a039428b4fbcfe805f
3
+ size 126678
data/forks/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bdd28789998f9dee927effb56a96ff09f48672dcd75970d3c4a3f140434336e
3
+ size 268698
data/issue_comments/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:547c0e1b332d1427bdf5b35fc01e0527f1f1e140f115aab89a649aa61fcc2156
3
+ size 542243
data/issues/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805658f02a9d04fdadfb6e96519a1163294e3ada625bb81d0de76a0c66661ac0
3
+ size 352705
data/public_events/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8051cfe8eaa734c0590dfeaa9053919da952cdf14d0403d10d5d202d07ac618
3
+ size 11503
data/pull_requests/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0a2649c177d8844456c13d18cdf0e8ece725a288b393c5032332b55df3371c
3
+ size 2157700
data/pushes/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad37a2e61517cdf239121a7f93377980dd8eed5bdceeff121f4d6b37a6f05e91
3
+ size 21555413
data/stars/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58715afc214cbce23c457884dc83422cd59741b073b909a38eb525f3938887a3
3
+ size 535624
data/wiki_pages/2013/10/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfd9a6b81c6514bd5a497e2a5c2f583d3ae4d3fdcc54e31098b8f1b02961d09
3
+ size 314875
stats.csv CHANGED
@@ -810,4 +810,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
810
  2013-10-17,303437,1939,147284,20983,35560,12778,0,3802,25118,10871,32116,4683,461,2962,4638,0,242,0,98126635,187.1,29684769,43.9,187.1,35.7
811
  2013-10-18,256743,1682,127701,13726,22452,11686,0,3052,25084,9284,29800,4481,434,2351,4764,0,246,0,86259895,156.1,25632534,45.5,156.2,112.2
812
  2013-10-19,176540,1165,96193,8696,12017,6018,0,1059,17161,6675,20229,2258,316,1387,3217,0,149,0,54916039,99.1,17439591,31.0,99.1,35.6
813
- 2013-10-20,188550,976,102428,10048,13334,6338,0,1120,17397,6578,21440,3127,369,1541,3653,0,201,0,59361533,108.8,18917584,36.6,108.8,0.0
 
 
810
  2013-10-17,303437,1939,147284,20983,35560,12778,0,3802,25118,10871,32116,4683,461,2962,4638,0,242,0,98126635,187.1,29684769,43.9,187.1,35.7
811
  2013-10-18,256743,1682,127701,13726,22452,11686,0,3052,25084,9284,29800,4481,434,2351,4764,0,246,0,86259895,156.1,25632534,45.5,156.2,112.2
812
  2013-10-19,176540,1165,96193,8696,12017,6018,0,1059,17161,6675,20229,2258,316,1387,3217,0,149,0,54916039,99.1,17439591,31.0,99.1,35.6
813
+ 2013-10-20,188550,976,102428,10048,13334,6338,0,1120,17397,6578,21440,3127,369,1541,3653,0,201,0,59361533,108.8,18917584,36.6,108.8,32.0
814
+ 2013-10-21,260539,1702,132216,13237,22664,11636,0,2998,24003,10105,29865,4589,444,2445,4358,0,277,0,87999917,148.8,27030111,28.9,148.8,0.0