tamnd commited on
Commit
9259bdd
·
verified ·
1 Parent(s): 850b0d2

Add 2013-04-07 — 175.2K 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-04-06** (621 days), totaling **64,505,351 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 16.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.1 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** — 691,856 events in 1479 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
@@ -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 | 691,856 | 1479 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██████████████░░░░░░░░░░░░░░░░ 16.2M
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 | 87 | 16,152,366 | 185,659 | 4.9 GB | 1.5 GB | 50m01s | 2h15m | 59m44s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ██████████████░░░░░░░░░░░░░░░ 8.2M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ���██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ███████████████░░░░░░░░░░░░░░░ 974.6K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ███████████░░░░░░░░░░░░░░░░░░░ 589.2K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ██████████████░░░░░░░░░░░░░░░░ 1.5M
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 | 31,356,446 | 48.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,648,722 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,292,482 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,498,317 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 375,879 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,219,984 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,197,431 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,378,706 | 14.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 519,256 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 693,749 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,243,606 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 58,135 | 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-04-07** (622 days), totaling **64,680,545 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 16.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.1 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** — 691,890 events in 1493 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 691,890 | 1493 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████████░░░░░░░░░░░░░░░░ 16.3M
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 | 88 | 16,327,560 | 185,540 | 4.9 GB | 1.5 GB | 50m30s | 2h17m | 1h00m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ██████████████░░░░░░░░░░░░░░░ 8.3M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ���██████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ███████████████░░░░░░░░░░░░░░░ 983.9K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ███████████░░░░░░░░░░░░░░░░░░░ 594.6K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ██████████████░░░░░░░░░░░░░░░░ 1.6M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 31,451,370 | 48.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,658,050 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,306,227 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,503,726 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 376,828 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,237,289 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,203,799 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,398,690 | 14.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 520,818 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 695,158 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,246,592 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 58,292 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911abd3fe63766013ebed3a6f5e2f629e708624edace861f0ffda1e3473618ec
3
+ size 56266
data/creates/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a45ef254f2901a4cd3d60e707fb88a9ec3c02ec36ff4977dda4d84a6d7426c5
3
+ size 704471
data/deletes/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eabf0beaa16751464eac5eacfe0c60bda94c692a7fc3955470a485dc7d4347f
3
+ size 46019
data/forks/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4e74ded07642a71936491d0c5a6ea2041739b9075c96830f6ce3df198f19e1
3
+ size 195300
data/issue_comments/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54b2095b5e81040b74f71ba8db9b7aac38c1d6848a602d6b0de7f39d9d2a877
3
+ size 333022
data/issues/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1116b714de24dcd593ad21bf0abee5b9ec0fb62ccb19f54d99e675e3e1d3ba8
3
+ size 232989
data/public_events/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fbe6ac860428d12d75c31e13163ba1537f75ba13245146fa2f6e9c13a6e8081
3
+ size 7485
data/pull_requests/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d017e6d5e545f038e4b7ac6fc4b9bd15f9b731fcd939195abe93e6b538248e5
3
+ size 1009736
data/pushes/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0fca364fc33be6cc0e0840871d556587ca99d184be640408f27b9377bce2c0
3
+ size 14674614
data/stars/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee06ad602b056cd7363870d33661dfbd8e2d53c499df244c2695341e585ff920
3
+ size 391185
data/wiki_pages/2013/04/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749a8055090e3e2bdb2678fdf9ae6c9149ca85a6a8da82c634aa64dc31661def
3
+ size 214099
stats.csv CHANGED
@@ -619,4 +619,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
619
  2013-04-03,227314,1727,112590,13328,22506,9066,0,2290,22965,8692,25908,1837,0,2094,4101,0,210,0,74490637,154.8,23130281,38.7,154.8,55.7
620
  2013-04-04,221301,1835,112315,12683,21058,8888,0,1720,20827,8096,25669,1878,0,2323,3804,0,205,0,72773418,150.7,22532100,38.4,150.7,50.1
621
  2013-04-05,205743,1402,106550,11503,19054,8144,0,1662,18955,7515,23338,1784,0,2010,3652,0,174,0,72094927,133.8,22471386,36.8,133.8,36.7
622
- 2013-04-06,156761,1002,83029,10562,11252,4956,0,815,15534,6205,18184,1120,0,1275,2715,0,112,0,47760471,89.2,15351364,40.2,89.2,0.0
 
 
619
  2013-04-03,227314,1727,112590,13328,22506,9066,0,2290,22965,8692,25908,1837,0,2094,4101,0,210,0,74490637,154.8,23130281,38.7,154.8,55.7
620
  2013-04-04,221301,1835,112315,12683,21058,8888,0,1720,20827,8096,25669,1878,0,2323,3804,0,205,0,72773418,150.7,22532100,38.4,150.7,50.1
621
  2013-04-05,205743,1402,106550,11503,19054,8144,0,1662,18955,7515,23338,1784,0,2010,3652,0,174,0,72094927,133.8,22471386,36.8,133.8,36.7
622
+ 2013-04-06,156761,1002,83029,10562,11252,4956,0,815,15534,6205,18184,1120,0,1275,2715,0,112,0,47760471,89.2,15351364,40.2,89.2,51.3
623
+ 2013-04-07,175194,1068,94924,9328,13745,5409,0,949,17305,6368,19984,1562,0,1409,2986,0,157,0,54492998,96.0,17865186,28.8,96.0,0.0