tamnd commited on
Commit
77bd432
·
verified ·
1 Parent(s): bc95d99

Add 2013-04-17 — 240.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-16** (631 days), totaling **66,601,587 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.3 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** — 732,117 events in 1579 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.5K
79
- 02:00 ████████████████████████░░░░░ 224.4K
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 | 732,117 | 1579 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ███████████████░░░░░░░░░░░░░░ 18.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 | 97 | 18,248,602 | 188,129 | 5.5 GB | 1.7 GB | 55m56s | 2h38m | 1h08m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ████████████████░░░░░░░░░░░░░ 9.3M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 ████████████████░░░░░░░░░░░░░ 1.1M
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █████████████░░░░░░░░░░░░░░░░░ 668.1K
175
  ```
176
 
177
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 32,435,322 | 48.7% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,763,319 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,479,208 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,577,204 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 394,845 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,423,607 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,277,132 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 9,621,599 | 14.4% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 537,841 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 713,212 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,280,578 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 60,017 | 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-17** (632 days), totaling **66,841,832 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.3 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** — 736,188 events in 1591 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.5K
79
+ 02:00 ████████████████████████░░░░░ 228.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 | 736,188 | 1591 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ███████████████░░░░░░░░░░░░░░ 18.5M
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 | 98 | 18,488,847 | 188,661 | 5.6 GB | 1.7 GB | 56m32s | 2h41m | 1h09m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ████████████████░░░░░░░░░░░░░ 9.4M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 ████████████████░░░░░░░░░░░░░ 1.1M
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █████████████░░░░░░░░░░░░░░░░░ 677.3K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 32,560,244 | 48.7% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,775,897 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,500,484 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,586,434 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 397,099 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,446,053 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,285,942 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 9,650,438 | 14.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 539,883 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 715,399 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,284,390 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 60,210 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:290cd6fb13aae4092235a10a22aafa257196807e48348f737e5322e469120e1a
3
+ size 76777
data/creates/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfb64a180ddcd91e04c42f97a60b6174099369081bad4f7f5633207e6da14bc
3
+ size 979093
data/deletes/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3708979053fcc444ce707449c6e94305535316c9ac8cc40c35e61f0bfa11753f
3
+ size 66059
data/forks/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7682fcae9c82b650d501d8ecb335435bdcfc974a72d36d7e52f232d7ecf2389a
3
+ size 236891
data/issue_comments/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04055db98405a88a7c55e3a1de11bf2d6069c657fc38c3683b3afb772b2e4e
3
+ size 502990
data/issues/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0df205a40f4d2f62840d6543c6a5b3938ac79e3170c27b7b0c91379dc6f77be
3
+ size 319022
data/public_events/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0f6976caf1971e3f598290f14413842163db29bb2f6396d9d4f5cddbbab4c80
3
+ size 8762
data/pull_requests/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e312f07ecd8f0ad1e05a6db9ee49857867b66ea7bcbb89ecaba26c499a70c1
3
+ size 1664667
data/pushes/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d8b68720d163e27e0ef81b0d73fc725a439a883fadfc03588cecc6794aa1b1
3
+ size 21165753
data/stars/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2497947433854aef8b64bdf663a1d34bbe18a83343fa53bfda2c1d40a5e375cb
3
+ size 495454
data/wiki_pages/2013/04/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e316c77a869f27c7292c4ccd50a04e2f91900edfb536c41cdabf534628eb3c46
3
+ size 223930
stats.csv CHANGED
@@ -629,4 +629,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
629
  2013-04-13,148504,1075,77963,9712,10692,4483,0,784,14216,5356,18911,1284,0,1099,2795,0,134,0,46046787,98.3,14816892,27.6,98.3,42.2
630
  2013-04-14,161316,993,86696,8158,12444,4912,0,918,15902,5816,19521,1315,0,1319,3156,0,166,0,49784072,110.0,16109745,44.8,110.0,42.4
631
  2013-04-15,227181,1865,114752,12275,21603,8945,0,2275,22403,8455,26554,1930,0,2060,3840,0,224,0,74401440,166.6,23095168,43.6,166.6,98.7
632
- 2013-04-16,232699,1678,118726,13488,20548,9017,0,2530,22666,9310,26467,1904,0,2232,3915,0,218,0,75962884,173.3,23522831,44.4,173.3,0.0
 
 
629
  2013-04-13,148504,1075,77963,9712,10692,4483,0,784,14216,5356,18911,1284,0,1099,2795,0,134,0,46046787,98.3,14816892,27.6,98.3,42.2
630
  2013-04-14,161316,993,86696,8158,12444,4912,0,918,15902,5816,19521,1315,0,1319,3156,0,166,0,49784072,110.0,16109745,44.8,110.0,42.4
631
  2013-04-15,227181,1865,114752,12275,21603,8945,0,2275,22403,8455,26554,1930,0,2060,3840,0,224,0,74401440,166.6,23095168,43.6,166.6,98.7
632
+ 2013-04-16,232699,1678,118726,13488,20548,9017,0,2530,22666,9310,26467,1904,0,2232,3915,0,218,0,75962884,173.3,23522831,44.4,173.3,34.6
633
+ 2013-04-17,240245,1656,124922,12578,21276,9230,0,2254,22446,8810,28839,2042,0,2187,3812,0,193,0,83081773,177.6,25739398,35.8,177.6,0.0