tamnd commited on
Commit
13b4d83
·
verified ·
1 Parent(s): e67d947

Add 2013-05-02 — 224.1K 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-05-01** (646 days), totaling **69,799,544 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 18.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.6 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,13 +71,13 @@ 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** — 800,669 events in 1808 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.3K
80
- 03:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06: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 | 800,669 | 1808 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██████████████████░░░░░░░░░░░░ 21.4M
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 | 112 | 21,446,559 | 191,487 | 6.5 GB | 2.0 GB | 1h04m | 3h07m | 1h24m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ███████████████████░░░░░░░░░░ 10.9M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███████████████████░░░░░░░░░░ 1.3M
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ███████████████░░░░░░░░░░░░░░░ 785.1K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ██████████████████░░░░░░░░░░░░ 2.0M
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 | 34,073,157 | 48.8% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,954,796 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,830,031 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,694,197 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 424,633 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,705,269 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,391,191 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,970,442 | 14.3% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 562,934 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 740,698 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,331,339 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 62,740 | 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-05-02** (647 days), totaling **70,023,658 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 18.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.6 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** — 802,519 events in 1826 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.3K
80
+ 03:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23.4K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 802,519 | 1826 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████████████░░░░░░░░░░░░ 21.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 | 113 | 21,670,673 | 191,775 | 6.6 GB | 2.0 GB | 1h05m | 3h07m | 1h25m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ███████████████████░░░░░░░░░░ 11.0M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███████████████████░░░░░░░░░░ 1.3M
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ███████████████░░░░░░░░░░░░░░░ 794.2K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ██████████████████░░░░░░░░░░░░ 2.1M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 34,188,875 | 48.8% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,966,549 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,850,528 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,703,256 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 427,102 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,726,683 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,399,740 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,995,217 | 14.3% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 564,726 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 743,040 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,335,395 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 62,955 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bdd3fcaf1ea63086564b03812318a3ddcb865994768797557b910d39399975
3
+ size 80231
data/creates/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c595a6475d62ff0f153611029a29ddc73b0160da98c3d8a3cafa074fc864e822
3
+ size 893268
data/deletes/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb2d78d47b394e21b25fb78e79e519202fdd98c384463f110710a79b1382f91
3
+ size 61610
data/forks/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d1f8b2ea3fd1e5a8b42f964f61a8119ddd53625b8c79979ded9686e578e80e9
3
+ size 225968
data/issue_comments/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:293e92027eaa095eea3da3ef1e9108331a9184703b668ffbdcb3817a4b5cdd2e
3
+ size 478123
data/issues/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0578d1f59cc1eb302204474543737da925ae4b48bbde4f6d1b9b50219480b1
3
+ size 302211
data/public_events/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63bfb7383ce29c5eb6063ed059123b9bb911b1b3c73bc554430cc23fa1f7578d
3
+ size 9525
data/pull_requests/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d27ced1044998422c91d8f8ed6f8c9d1732cac1a341a606c471d51a7a884d5
3
+ size 1631847
data/pushes/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cfac58327196829e01388a08ff0ea0e7d0229b3130c2d41ccaf44daf9f7f5a4
3
+ size 18350652
data/stars/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65d1c09e07ba1ffab128047e397dd2c1d648d14c856013a2e92e44e70fb50ac
3
+ size 484405
data/wiki_pages/2013/05/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4379d8f1087df4983387276cc7864db562fee4802e4ffcf304590d633dbdd
3
+ size 291312
stats.csv CHANGED
@@ -644,4 +644,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
644
  2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,81.9,17273657,33.7,81.9,66.4
645
  2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,79.2,22460030,27.9,79.2,78.3
646
  2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,49.2
647
- 2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,42.7,23960997,54.8,42.7,0.0
 
 
644
  2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,81.9,17273657,33.7,81.9,66.4
645
  2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,79.2,22460030,27.9,79.2,78.3
646
  2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,49.2
647
+ 2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,42.7,23960997,54.8,42.7,96.2
648
+ 2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,38.2,22809152,52.0,38.2,0.0