tamnd commited on
Commit
43492d0
·
verified ·
1 Parent(s): 3c26cba

Add 2013-01-17 — 196.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-01-16** (550 days), totaling **50,853,580 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 12.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
@@ -71,11 +71,11 @@ 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** — 417,056 events in 837 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
- 01:00 ███████████████████████░░░░░░ 182.1K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -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 | 417,056 | 837 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.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 | 16 | 2,500,595 | 156,287 | 782.2 MB | 236.5 MB | 9m08s | 13m43s | 9m44s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 146.6K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89.7K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240.8K
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,433,384 | 48.0% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,820,754 | 5.5% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,015,321 | 7.9% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 1,998,832 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 259,925 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 4,912,627 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,677,079 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 7,792,647 | 15.3% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 410,702 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 559,663 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 998,961 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 45,974 | 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-17** (551 days), totaling **51,050,121 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 12.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
 
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** — 427,165 events in 843 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
+ 01:00 ███████████████████████░░░░░░ 192.2K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 427,165 | 843 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.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 | 17 | 2,697,136 | 158,655 | 842.3 MB | 254.5 MB | 9m42s | 14m55s | 10m18s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162.0K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 96.8K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259.3K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 24,528,266 | 48.0% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,836,135 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,036,535 | 7.9% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,005,863 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 261,813 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 4,931,128 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,684,942 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 7,814,321 | 15.3% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 412,311 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 561,546 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,002,246 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 46,121 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bf11379668fcf074dd22b611436a6c7bb32bec6aab90ffe065dacde4ca276b
3
+ size 68031
data/creates/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a262adf72ec9d574892e9901bc20274b00160de8583f45786db0ba74fe038399
3
+ size 861079
data/deletes/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70ffb28b0157ad228ea7c0993b53dafc6e004564592315af9aeabadc0561d64e
3
+ size 53052
data/forks/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee9f6bf424646c91fbaca04bab3e9c7b7c6606964862155903c28fe28a2e105
3
+ size 210071
data/issue_comments/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72c810cc81ff985085b3f7fc20a4efa91128d86e81f1592e354ee3c90ed80fe
3
+ size 441081
data/issues/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfebc1ca2e22d1f2984c3ba545d63ed46145e373869ec944280c5b0475d8110c
3
+ size 319332
data/public_events/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afc28070b79adc8fa0cfed3774b147b924c84d7f0e4d4181686dc640677abfa
3
+ size 7272
data/pull_requests/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3a0b5cd8a9a895f48f566978aee250b79b679abc452e307cf66568253d84ba
3
+ size 1310573
data/pushes/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8f04871fc3fe9aa99ea4ffbda08cdaf253a17bef1cd8cdcd143be95680a30d
3
+ size 15005230
data/stars/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee96bce947ac3f564857027a7f1ff539c8feeef6c1ecc7241a05a450287069dc
3
+ size 479813
data/wiki_pages/2013/01/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be813a0ba3de4050227785da701b61e945017859a8351863e69a0d52fa3a627e
3
+ size 180031
stats.csv CHANGED
@@ -548,4 +548,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
548
  2013-01-13,138033,744,74826,7134,10460,4284,0,872,12295,5525,16764,1097,0,1183,2740,0,109,0,44012590,48.6,13793144,32.2,48.6,35.3
549
  2013-01-14,184892,1193,94519,9469,17259,7477,0,1804,17546,7389,21052,1465,0,1971,3571,0,177,0,63347392,39.7,19103940,37.7,39.7,31.2
550
  2013-01-15,190319,1274,96224,10846,18360,7286,0,1767,17908,7746,22091,1557,0,1763,3300,0,197,0,63405136,36.6,18837807,54.4,36.6,60.7
551
- 2013-01-16,186721,1171,94451,9962,16781,7467,0,1899,18198,7498,22084,1532,0,1794,3730,0,154,0,63318925,54.0,18705415,53.0,54.0,0.0
 
 
548
  2013-01-13,138033,744,74826,7134,10460,4284,0,872,12295,5525,16764,1097,0,1183,2740,0,109,0,44012590,48.6,13793144,32.2,48.6,35.3
549
  2013-01-14,184892,1193,94519,9469,17259,7477,0,1804,17546,7389,21052,1465,0,1971,3571,0,177,0,63347392,39.7,19103940,37.7,39.7,31.2
550
  2013-01-15,190319,1274,96224,10846,18360,7286,0,1767,17908,7746,22091,1557,0,1763,3300,0,197,0,63405136,36.6,18837807,54.4,36.6,60.7
551
+ 2013-01-16,186721,1171,94451,9962,16781,7467,0,1899,18198,7498,22084,1532,0,1794,3730,0,154,0,63318925,54.0,18705415,53.0,54.0,33.5
552
+ 2013-01-17,196541,1183,94882,15381,21214,7031,0,1888,18501,7863,21674,1609,0,1883,3285,0,147,0,63033633,72.5,18935565,33.6,72.5,0.0