tamnd commited on
Commit
3fa8834
·
verified ·
1 Parent(s): 1e6ee28

Add 2013-01-23 — 201.3K 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-01-22** (556 days), totaling **51,857,138 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 13.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.9 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** — 438,976 events in 876 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 438,976 | 876 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.5M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
- | 2013 | 22 | 3,504,153 | 159,279 | 1.1 GB | 332.6 MB | 12m35s | 18m33s | 13m16s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ��██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206.4K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125.3K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 337.6K
184
  ```
185
 
186
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 24,945,894 | 48.1% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,880,558 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,107,257 | 7.9% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,034,353 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 267,927 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,009,471 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,716,698 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 7,908,865 | 15.3% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 418,592 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 569,472 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,016,953 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 46,888 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
 
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-01-23** (557 days), totaling **52,058,452 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 13.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.9 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** — 439,011 events in 886 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 439,011 | 886 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.7M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
+ | 2013 | 23 | 3,705,467 | 161,107 | 1.1 GB | 351.4 MB | 13m06s | 20m10s | 13m58s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.9M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ��██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217.5K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133.1K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357.4K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 25,045,516 | 48.1% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,891,657 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,125,740 | 7.9% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,042,212 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 269,802 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,029,258 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,725,046 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 7,933,575 | 15.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 420,205 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 571,409 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,021,410 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 47,042 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4e08ed7169f84b3712f7f4b6b0cb6a8d0f75ab5b1b3605be6db34122bba723
3
+ size 69146
data/creates/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a896eb4b1c954cd7b73fc8d81ed8c532902595d26c15e0169448385854abd9
3
+ size 910456
data/deletes/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b13f154429ea688da6137cc3041de7f785b5a691f9c4a5283430dbc61be0f2a
3
+ size 54865
data/forks/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb84a04d4781e735b597f7797cd34513baa7ba221d0d5f4e848eb6a75298617
3
+ size 218443
data/issue_comments/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e8900f908b1e139ba12240755a4cbad004465c71123f38d89b478d360ddd8a
3
+ size 438845
data/issues/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81157bdb6969995d4b7fc01c233793f5db70907649afde3a53ed7ce5e845cf9d
3
+ size 280857
data/public_events/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b66a95b9e01667d15ab10369283cfe866c7ad1caf59376e529388331f52fb07
3
+ size 7670
data/pull_requests/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff21420372fc2275893e46511198013a9a2cb99100276c5ddebe96a95fd83e0
3
+ size 1467008
data/pushes/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421b7a8098b1213c894eb00edca78189ba53a403da01753ef847db429bd53aff
3
+ size 15604114
data/stars/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b651b03ee6bf917e38774d9cc413d5d91ddaac91210c12b870406b43245b3229
3
+ size 438177
data/wiki_pages/2013/01/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d16fff82d6ef8fd9c37548238ebd3b9523eeb6eccd36710ffab6a012140c08
3
+ size 223968
stats.csv CHANGED
@@ -554,4 +554,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
554
  2013-01-19,124976,877,67373,6376,9475,3731,0,845,12125,4820,14771,1000,0,1230,2257,0,96,0,39695357,29.2,12387992,32.9,29.2,28.1
555
  2013-01-20,138262,723,74158,7163,10804,4022,0,707,14102,5248,16492,971,0,1202,2563,0,107,0,43745352,21.3,13999353,41.4,21.3,29.6
556
  2013-01-21,182443,1195,93863,10073,16625,6875,0,1610,17307,7059,21034,1424,0,1897,3332,0,149,0,61733944,39.5,18681282,40.0,39.5,51.6
557
- 2013-01-22,194352,1294,97702,11134,18068,7476,0,1560,18834,7870,23107,1563,0,1856,3703,0,185,0,64864724,72.7,19666755,31.6,72.7,0.0
 
 
554
  2013-01-19,124976,877,67373,6376,9475,3731,0,845,12125,4820,14771,1000,0,1230,2257,0,96,0,39695357,29.2,12387992,32.9,29.2,28.1
555
  2013-01-20,138262,723,74158,7163,10804,4022,0,707,14102,5248,16492,971,0,1202,2563,0,107,0,43745352,21.3,13999353,41.4,21.3,29.6
556
  2013-01-21,182443,1195,93863,10073,16625,6875,0,1610,17307,7059,21034,1424,0,1897,3332,0,149,0,61733944,39.5,18681282,40.0,39.5,51.6
557
+ 2013-01-22,194352,1294,97702,11134,18068,7476,0,1560,18834,7870,23107,1563,0,1856,3703,0,185,0,64864724,72.7,19666755,31.6,72.7,41.6
558
+ 2013-01-23,201314,1370,99622,11099,18483,7859,0,1875,19787,8348,24710,1613,0,1937,4457,0,154,0,67353053,97.1,19713549,31.2,97.1,0.0