tamnd commited on
Commit
17f3acc
·
verified ·
1 Parent(s): f19e701

Add 2013-01-30 — 213.0K 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-29** (563 days), totaling **53,131,417 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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** — 462,078 events in 939 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 | 462,078 | 939 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8M
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 | 29 | 4,778,432 | 164,773 | 1.5 GB | 453.3 MB | 16m32s | 25m55s | 17m53s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.4M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ��██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 279.9K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 171.5K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 463.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,594,467 | 48.2% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,953,980 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,220,350 | 7.9% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,080,612 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 278,050 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,134,818 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,767,692 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 8,058,977 | 15.2% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 428,329 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 581,861 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,041,056 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 48,003 | 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-30** (564 days), totaling **53,344,406 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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** — 462,139 events in 944 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 | 462,139 | 944 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.0M
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 | 30 | 4,991,421 | 166,380 | 1.5 GB | 473.4 MB | 17m08s | 26m39s | 18m29s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ��██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 291.0K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179.5K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 483.4K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 25,704,782 | 48.2% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,965,106 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,239,307 | 7.9% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,088,638 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 280,134 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,155,226 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,775,778 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 8,083,317 | 15.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 430,036 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 583,942 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,045,278 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 48,190 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91377c14cddbc6253047b36b866e474ef2fff8d6f7b18a0a30ff624442aa6dc1
3
+ size 82716
data/creates/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77441e157448d53ce4faa40e83fbde048589ae68ae96d1b19fa096fae7d322c0
3
+ size 874297
data/deletes/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7e1da562b355fd8a856cf9b05c2342bee1be50ac4c3d013f463411613a27a2
3
+ size 55333
data/forks/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b4d6cc48e38935f18a7ea7e4b3121054691b676bbfb8e330b8109af8fc4548
3
+ size 236511
data/issue_comments/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590b214821a7338fdc53e9aea53b75b8d26d1aa1c4658bae68e655a0e18681e6
3
+ size 463131
data/issues/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a6ae8d5ff16b4515bfc659545fbb85a82d071627a282e55821055361f01efa6
3
+ size 280868
data/public_events/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55c87e423d1be6efb342651eccbe740561be3530c8866b9b3406674e2396e39
3
+ size 8430
data/pull_requests/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c44be7ec4bc48cf1390243764a9f5fe21a67bc9393c436fc3a792d987fa610e
3
+ size 1470098
data/pushes/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5649ea9cb24fe1c73f28697def4c6bf92aaaafa859420189a44f4c40dc06990c
3
+ size 16944358
data/stars/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095b2b9af24a959709d5ce3fc76ded5259f02a92df206cfd242aca670c8fe9cb
3
+ size 446837
data/wiki_pages/2013/01/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c2b6be51cb82ccd42b72456101e8bd41f75fd4905f92e08e6fd84542fb9740
3
+ size 217871
stats.csv CHANGED
@@ -561,4 +561,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
561
  2013-01-26,144468,995,76196,11529,11504,4280,0,640,13046,5321,16422,1076,0,1045,2310,0,104,0,44362972,57.9,13860302,23.7,57.9,34.5
562
  2013-01-27,151477,852,81089,8661,12351,4371,0,854,14753,5690,17601,965,0,1412,2763,0,115,0,47315455,44.4,15104285,27.1,44.4,27.4
563
  2013-01-28,197606,1419,98993,10942,18349,7553,0,1473,19777,8050,23273,1589,0,2146,3864,0,178,0,65880765,28.7,19900843,32.9,28.7,58.3
564
- 2013-01-29,204587,1620,102662,12287,19051,7790,0,1931,19886,8097,23889,1588,0,2001,3595,0,190,0,67803119,37.6,20606129,45.8,37.6,0.0
 
 
561
  2013-01-26,144468,995,76196,11529,11504,4280,0,640,13046,5321,16422,1076,0,1045,2310,0,104,0,44362972,57.9,13860302,23.7,57.9,34.5
562
  2013-01-27,151477,852,81089,8661,12351,4371,0,854,14753,5690,17601,965,0,1412,2763,0,115,0,47315455,44.4,15104285,27.1,44.4,27.4
563
  2013-01-28,197606,1419,98993,10942,18349,7553,0,1473,19777,8050,23273,1589,0,2146,3864,0,178,0,65880765,28.7,19900843,32.9,28.7,58.3
564
+ 2013-01-29,204587,1620,102662,12287,19051,7790,0,1931,19886,8097,23889,1588,0,2001,3595,0,190,0,67803119,37.6,20606129,45.8,37.6,35.6
565
+ 2013-01-30,212989,1450,110315,11126,18957,8026,0,2084,20408,8086,24340,1707,0,2081,4222,0,187,0,69356874,43.8,21080450,36.0,43.8,0.0