tamnd commited on
Commit
a7fab48
·
verified ·
1 Parent(s): 4eea961

Add 2013-09-28 — 167.0K 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-09-27** (789 days), totaling **100,100,675 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 27.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.5 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** — 1,367,355 events in 3588 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -79,7 +79,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.6K
81
  04:00 ██████████████████████████████ 279.6K
82
- 05:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 34.3K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08: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 | 1,367,355 | 3588 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 51.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 | 255 | 51,747,690 | 202,932 | 15.8 GB | 4.9 GB | 2h35m | 7h10m | 3h19m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 26.4M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ███████████████████████░░░░░░░ 1.5M
174
- 2013 ██████████████████████████████ 1.9M
175
  ```
176
 
177
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 49,570,885 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,671,282 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,525,874 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,857,401 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 733,595 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,531,465 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,596,340 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,541,076 | 13.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 830,836 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 33,567 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,017,344 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,906,279 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 91,491 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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-09-28** (790 days), totaling **100,267,705 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 27.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.5 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** — 1,371,839 events in 3604 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.6K
81
  04:00 ██████████████████████████████ 279.6K
82
+ 05:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.8K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,371,839 | 3604 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 51.9M
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 | 256 | 51,914,720 | 202,791 | 15.8 GB | 4.9 GB | 2h36m | 7h12m | 3h20m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 26.5M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ███████████████████████░░░░░░░ 1.5M
174
+ 2013 ██████████████████████████████ 2.0M
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 49,659,687 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,679,320 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,538,487 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,862,902 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 734,701 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,548,925 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,603,955 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,559,962 | 13.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 832,686 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 33,909 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,018,545 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,908,670 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 91,636 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea791987bb79470e57ebafa5590086955ad8214a93e193f5b229cbb17ef2181
3
+ size 47914
data/creates/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f233c16e1b6466133c187bec3d73dc132bbc04a1d26380e94a617e47b48a91ca
3
+ size 689479
data/deletes/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026f6c58e11e7e4f912c7c8e13bb3e4b5c38b8adfdba2897630a95f3098c5865
3
+ size 54422
data/forks/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a35e6fc5a15591650e210316639066b528b6a426f78800a954abaf21176f58
3
+ size 200891
data/issue_comments/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ae3a688a0177897caf4c6016de66e693427de0dd9595649e35cbd3882509405
3
+ size 278272
data/issues/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b41fd8011d8e110a61783eddb9b500f8b3a34b40c74f54a70897e2f0bb8f7e4
3
+ size 199265
data/public_events/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d763f27d006929cb3850b3dd14568830efc3f4ae7739e668ecf7eb1a871d0f1e
3
+ size 6991
data/pull_requests/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6db7846b6f7b6507c25c0630374197e65f90fd2228e5e593ab0dbec61f16752
3
+ size 988452
data/pushes/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec0f40a0b74d4619aabc08c6e56936adc60156e54f4b8d8e9733be88d36f7a0
3
+ size 12776661
data/stars/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f746fae732629301ca58623183366978b0a59a29be9e13ac888025e517fcb2e
3
+ size 388984
data/wiki_pages/2013/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637aaad82ab346dab867f06d10da2985429e2f3bae8f2e5d17e7199ce91604ed
3
+ size 182039
stats.csv CHANGED
@@ -787,4 +787,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
787
  2013-09-24,270024,1374,132143,17863,29998,10789,0,2735,24874,11156,29831,2196,469,2380,3977,0,239,0,86228364,151.9,25873000,30.6,151.9,41.3
788
  2013-09-25,263582,1321,132414,13966,25179,11437,0,3049,25229,11146,30217,2249,533,2344,4213,0,285,0,87668217,155.1,26029593,37.4,155.1,39.2
789
  2013-09-26,261772,1480,130552,14636,24331,11395,0,3464,24897,11115,30187,2229,568,2455,4224,0,239,0,87509407,153.2,26024012,31.0,153.2,51.9
790
- 2013-09-27,241456,1345,120902,15345,22982,10467,0,2723,21856,9685,27681,2097,421,2162,3564,0,226,0,79627349,137.5,24141322,32.0,137.5,0.0
 
 
787
  2013-09-24,270024,1374,132143,17863,29998,10789,0,2735,24874,11156,29831,2196,469,2380,3977,0,239,0,86228364,151.9,25873000,30.6,151.9,41.3
788
  2013-09-25,263582,1321,132414,13966,25179,11437,0,3049,25229,11146,30217,2249,533,2344,4213,0,285,0,87668217,155.1,26029593,37.4,155.1,39.2
789
  2013-09-26,261772,1480,130552,14636,24331,11395,0,3464,24897,11115,30187,2229,568,2455,4224,0,239,0,87509407,153.2,26024012,31.0,153.2,51.9
790
+ 2013-09-27,241456,1345,120902,15345,22982,10467,0,2723,21856,9685,27681,2097,421,2162,3564,0,226,0,79627349,137.5,24141322,32.0,137.5,47.0
791
+ 2013-09-28,167030,1080,88802,8038,12613,5501,0,1106,17460,7615,18886,1850,342,1201,2391,0,145,0,50674656,91.5,15813370,38.6,91.5,0.0