tamnd commited on
Commit
79d03fe
·
verified ·
1 Parent(s): 29913c3

Add 2013-04-02 — 231.7K 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-01** (616 days), totaling **63,462,528 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.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** — 668,565 events in 1427 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 | 668,565 | 1427 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 █████████████░░░░░░░░░░░░░░░░░ 15.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 | 82 | 15,109,543 | 184,262 | 4.6 GB | 1.4 GB | 46m59s | 2h04m | 55m50s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████████░░░░░░░░░░░░░░░░ 7.7M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ██████████████░░░░░░░░░░░░░░░░ 913.5K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 549.0K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 █████████████░░░░░░░░░░░░░░░░░ 1.4M
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 | 30,826,255 | 48.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,587,579 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,196,668 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,458,054 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 367,414 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,116,942 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,157,903 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,259,670 | 14.6% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 510,840 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 683,823 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,225,095 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 57,256 | 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-02** (617 days), totaling **63,694,232 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.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** — 668,578 events in 1435 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 | 668,578 | 1435 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 █████████████░░░░░░░░░░░░░░░░░ 15.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 | 83 | 15,341,247 | 184,834 | 4.6 GB | 1.4 GB | 47m27s | 2h06m | 56m31s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████████░░░░░░░░░░░░░░░░ 7.8M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ██████████████░░░░░░░░░░░░░░░░ 926.5K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 558.2K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 █████████████░░░░░░░░░░░░░░░░░ 1.5M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 30,941,962 | 48.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,600,646 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,218,612 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,467,263 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 369,392 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,141,703 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,166,923 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,285,607 | 14.6% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 512,637 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 686,047 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,229,334 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 57,434 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058f80017476c3114b11af2e9ddf1cb17e8d870b10c44316ef1e7c55683b3db6
3
+ size 78718
data/creates/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090fa4ac4593eb92912249ba9235eb31439e8d2e4578f832ff8d86a332524f08
3
+ size 991102
data/deletes/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c62c27c18c59471d8c5a038cc6d2a26459ef671b3fdce17d94ab0d2938d93e
3
+ size 59953
data/forks/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae0ce910e56d9a1dff9a2bc9ce13bc42567ff3907b61a5bac5f6df536632ab01
3
+ size 235657
data/issue_comments/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:619a1490d18f2a94cb4210d0f3a5804285462a4b325b1a9947e435038c74fed9
3
+ size 522542
data/issues/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb769d53e16d03c8e47709e4fccc82fc3c4c528ef74f53bca01803a2262492a5
3
+ size 339884
data/public_events/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd08cf00d76eaeffe101ea01c55f4a433230984b439517da23b8873d111f59f
3
+ size 8118
data/pull_requests/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a5edddcfb71cd5323d48520f2ed56812e61f89797af4839d5c7cb08e9bc69c
3
+ size 1720202
data/pushes/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1574462f26b861eb32a5a3714adf52aefe36ac34d1b263be2906feadb1bbf7d2
3
+ size 18366798
data/stars/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1359aca86e7e6742514e1896dd9c66e7391d4b920ada86965fc7fdb95625f30
3
+ size 530691
data/wiki_pages/2013/04/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c74578aae50ef102fe6761aebb0f79aa3860acf5919a38fdaf05bd7d0bb2a7
3
+ size 281457
stats.csv CHANGED
@@ -614,4 +614,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
614
  2013-03-29,185506,1068,98953,9488,16105,6817,0,1747,17929,7296,19541,1480,0,1863,3042,0,177,0,60302402,121.9,18610499,26.0,121.9,35.1
615
  2013-03-30,144345,876,80029,7393,10817,4470,0,801,13515,5228,16271,932,0,1212,2699,0,102,0,44552812,85.8,14762890,25.6,85.8,40.0
616
  2013-03-31,153506,789,84632,6796,9997,4351,0,761,16286,6146,16829,1028,0,3239,2539,0,113,0,51668647,95.5,16337222,30.0,95.5,42.2
617
- 2013-04-01,215826,1396,110984,12553,17821,7397,0,1814,20355,7814,26512,2859,0,2222,3912,0,187,0,69196437,144.4,21658610,34.9,144.4,0.0
 
 
614
  2013-03-29,185506,1068,98953,9488,16105,6817,0,1747,17929,7296,19541,1480,0,1863,3042,0,177,0,60302402,121.9,18610499,26.0,121.9,35.1
615
  2013-03-30,144345,876,80029,7393,10817,4470,0,801,13515,5228,16271,932,0,1212,2699,0,102,0,44552812,85.8,14762890,25.6,85.8,40.0
616
  2013-03-31,153506,789,84632,6796,9997,4351,0,761,16286,6146,16829,1028,0,3239,2539,0,113,0,51668647,95.5,16337222,30.0,95.5,42.2
617
+ 2013-04-01,215826,1396,110984,12553,17821,7397,0,1814,20355,7814,26512,2859,0,2222,3912,0,187,0,69196437,144.4,21658610,34.9,144.4,41.0
618
+ 2013-04-02,231704,1643,115707,13067,21944,9209,0,1978,24761,9020,25937,1797,0,2224,4239,0,178,0,75311914,157.3,23135122,28.7,157.3,0.0