tamnd commited on
Commit
80b7f46
·
verified ·
1 Parent(s): ff9e779

Add 2013-04-10 — 234.9K 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-09** (624 days), totaling **65,154,193 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 17.0 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,12 +71,12 @@ 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** — 704,528 events in 1512 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.5K
79
- 02:00 █████████████████████░░░░░░░░░ 196.9K
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05: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 | 704,528 | 1512 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██████████████░░░░░░░░░░░░░░░░ 16.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 | 90 | 16,801,208 | 186,680 | 5.1 GB | 1.6 GB | 51m31s | 2h22m | 1h02m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ███████████████░░░░░░░░░░░░░░░ 8.5M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ███████████░░░░░░░░░░░░░░░░░░ 613.5K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ██████████████░░░░░░░░░░░░░░░ 1.6M
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,692,143 | 48.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,683,153 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,350,852 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,522,554 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 381,075 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,283,184 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,222,558 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,453,495 | 14.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 524,858 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 700,119 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,254,270 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 58,718 | 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-10** (625 days), totaling **65,389,101 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 17.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.2 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** — 707,180 events in 1517 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.5K
79
+ 02:00 █████████████████████░░░░░░░░░ 199.5K
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 707,180 | 1517 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████████░░░░░░░░░░░░░░░░ 17.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 | 91 | 17,036,116 | 187,210 | 5.1 GB | 1.6 GB | 52m13s | 2h24m | 1h02m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ███████████████░░░░░░░░░░░░░░░ 8.6M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ███████████░░░░░░░░░░░░░░░░░░ 622.9K
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,811,840 | 48.7% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,695,965 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,372,826 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,531,976 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 383,593 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,305,875 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,231,578 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,479,607 | 14.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 526,780 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 702,331 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,258,889 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 58,932 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c29fa3851f100326ee9a7912d7de98a7961616c238e3780ced5aaf241f25bd
3
+ size 79100
data/creates/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e89104ecd302a391c10530332a5a45fffa5cc5189841fc8bd9246729bfa875
3
+ size 936758
data/deletes/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f031c0cfb7277faf90b9745aa533b10f79c7e6bc394d995d6d060eb5546fdc36
3
+ size 64624
data/forks/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5865760aa05166758eed1d98738f57d4c6466c8a09c66df44c679d1cfbb0019
3
+ size 237685
data/issue_comments/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8ee7d5b6bc9169678bf47d469e86cd0825efe92f0827cac43202f8861ecf9b
3
+ size 550372
data/issues/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fc958f15ba4746d9a58f273592f260d1c3ad7a0ab2e212a6a0c91cd2ce6071
3
+ size 325151
data/public_events/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61197749416fbaab0bbd29970825fcfd794edb25e8e42b91f0326fd16dd66a29
3
+ size 9572
data/pull_requests/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885df432fa8ecdeb17396bb289b38e286e64dd372165aad04bafd636f74a5298
3
+ size 1703850
data/pushes/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb28289063eb7474841ef827917605df0973759b72f3349ba7a8c03e9b48513
3
+ size 18717071
data/stars/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a2fd15877663c08f90465b6c4206e3b0e0b71201dacb340746207520137336
3
+ size 567392
data/wiki_pages/2013/04/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8010e7519ceb19241d3b793684286541c95a2225b165fceb3586d86f104f9f8
3
+ size 253037
stats.csv CHANGED
@@ -622,4 +622,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,41.3
624
  2013-04-08,235253,1769,120960,12471,21932,9320,0,2069,22517,9187,26582,2069,0,2445,3733,0,199,0,77297494,141.4,23652399,31.6,141.4,49.1
625
- 2013-04-09,238395,1739,119813,12632,22693,9508,0,2178,23378,9572,28223,1971,0,2516,3945,0,227,0,77510004,149.8,23826159,29.6,149.8,0.0
 
 
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,41.3
624
  2013-04-08,235253,1769,120960,12471,21932,9320,0,2069,22517,9187,26582,2069,0,2445,3733,0,199,0,77297494,141.4,23652399,31.6,141.4,49.1
625
+ 2013-04-09,238395,1739,119813,12632,22693,9508,0,2178,23378,9572,28223,1971,0,2516,3945,0,227,0,77510004,149.8,23826159,29.6,149.8,44.7
626
+ 2013-04-10,234908,1695,119697,12812,21974,9422,0,2518,22691,9020,26112,1922,0,2212,4619,0,214,0,76725905,145.7,23444612,41.5,145.7,0.0