tamnd commited on
Commit
1772c2a
·
verified ·
1 Parent(s): 98c645a

Add 2013-01-25 — 175.8K 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-24** (558 days), totaling **52,257,516 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,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** — 439,020 events in 894 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
- 01:00 ██████████████████████████░░░ 204.0K
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 | 439,020 | 894 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.9M
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 | 24 | 3,904,531 | 162,688 | 1.2 GB | 370.4 MB | 13m53s | 21m46s | 14m48s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227.5K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140.7K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378.0K
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 | 25,145,585 | 48.1% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,901,628 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,143,624 | 7.9% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,049,756 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 271,658 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,049,824 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,733,614 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 7,957,131 | 15.2% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 421,656 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 573,655 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,025,270 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 47,238 | 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-25** (559 days), totaling **52,433,279 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.2 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** — 450,237 events in 906 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
+ 01:00 ██████████████████████████░░░ 215.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 | 450,237 | 906 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.1M
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 | 25 | 4,080,294 | 163,211 | 1.2 GB | 387.1 MB | 14m22s | 23m07s | 15m29s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.1M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236.4K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 147.5K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395.5K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 25,235,527 | 48.1% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,910,561 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,159,095 | 7.9% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,056,618 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 273,152 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,067,356 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,740,534 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 7,977,792 | 15.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 423,111 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 575,257 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,028,524 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 47,416 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8654d6cbafb0bb022d08b2bee317af56f05af76696a71a652efc67b26cb439
3
+ size 60896
data/creates/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df52484337967c2f318c28ecf47d5ded575d11d9a62702f42f551081c8913cf
3
+ size 744745
data/deletes/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7a722badc5bb2b7b35a01a8b9217b4f9af6ac8bbfe996e27326248a724351c
3
+ size 48410
data/forks/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b0b82673aa8609a9d557ae38f9937fd34b8b3f62e78e84d3f461d31592fbec
3
+ size 184961
data/issue_comments/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16474f3a03cd8552eaf8bdcbd92dedd8d70d805dff86663f7b20f18e95b6985
3
+ size 372986
data/issues/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45615ed753643e22f00df2eafbf9e980f0c897c926f3a4506bbf870b8d01ed1e
3
+ size 234702
data/public_events/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7944a78820cf085d612860d29427934da7667d161bc34278cead1d1159f8aa18
3
+ size 8401
data/pull_requests/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ba9afc867e4e93b6a2205b586bd3dab58cc055268950b355f7d0b78c55f458
3
+ size 1286641
data/pushes/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0795b5f0f1337094a110bc53a0ae7834d2b01be0139d9caa96c6ac2c822e57
3
+ size 13979585
data/stars/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0502fb8bd5f4d06d9135592d7eed7c8d8e16945c0631c54f945a94e3b8579575
3
+ size 383920
data/wiki_pages/2013/01/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c620189853f71b8e7c43a23cc6a8270a72cf8a417cbcbe407421c4a45eb3de1f
3
+ size 171901
stats.csv CHANGED
@@ -556,4 +556,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,50.7
559
- 2013-01-24,199064,1297,100069,9971,17884,7544,0,1856,20566,8568,23556,1451,0,2246,3860,0,196,0,66332904,95.4,19959127,46.6,95.4,0.0
 
 
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,50.7
559
+ 2013-01-24,199064,1297,100069,9971,17884,7544,0,1856,20566,8568,23556,1451,0,2246,3860,0,196,0,66332904,95.4,19959127,46.6,95.4,40.9
560
+ 2013-01-25,175763,1459,89942,8933,15471,6862,0,1494,17532,6920,20661,1455,0,1602,3254,0,178,0,58971483,81.0,17477148,29.8,81.0,0.0