tamnd commited on
Commit
52891d4
·
verified ·
1 Parent(s): 9f6cf9c

Add 2013-10-09 — 269.3K 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-10-08** (800 days), totaling **102,758,564 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 28.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.7 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,402,056 events in 3708 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.7K
81
  04:00 ██████████████████████████████ 279.7K
82
- 05:00 ███████░░░░░░░░░░░░░░░░░░░░░░ 68.9K
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,402,056 | 3708 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 54.4M
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 | 266 | 54,405,579 | 204,532 | 16.6 GB | 5.1 GB | 2h41m | 7h37m | 3h28m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 27.8M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████░░░░░░░░░░░░ 1.9M
165
- 2013 ██████████████████████████████ 3.1M
166
  ```
167
 
168
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 50,986,917 | 49.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,811,846 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,751,435 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,965,208 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 760,735 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,757,452 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,692,537 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,833,841 | 13.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 871,493 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 38,493 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,037,945 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,946,900 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 93,778 | 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-10-09** (801 days), totaling **103,027,899 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 28.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.7 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,412,303 events in 3712 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.7K
81
  04:00 ██████████████████████████████ 279.7K
82
+ 05:00 ███████░░░░░░░░░░░░░░░░░░░░░░ 79.1K
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,412,303 | 3712 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 54.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 | 267 | 54,674,914 | 204,774 | 16.7 GB | 5.2 GB | 2h42m | 7h40m | 3h29m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 28.0M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████░░░░░░░░░░░░ 1.9M
165
+ 2013 ██████████████████████████████ 3.2M
166
  ```
167
 
168
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 51,123,368 | 49.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,825,642 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,775,496 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,977,414 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 764,101 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,780,987 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,702,761 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,865,360 | 13.5% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 876,261 | 0.9% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 39,090 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,040,367 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,951,145 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 94,011 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3a6a33ba584bbbd76e695f3b1032408b92b2d6ad59db0dbbba32f24c0bdd7d
3
+ size 86676
data/creates/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:722a96d8e410a6c8287b1fd78a71cde479731825af1974699f76486255dee1f5
3
+ size 1146741
data/deletes/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8742d8bd0b803e2930a8235a4097bf417f75593a51c14a9807326c25fe21bd71
3
+ size 132453
data/forks/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6c645edc63690cdcf3264fda956c1ab99a507aa26425e845acbcfba343c201
3
+ size 275322
data/issue_comments/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80839dd0276227f3df55cd131786ba93a4dea6ef94afbf9e964ccb578a8f416
3
+ size 629132
data/issues/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff8716cc25adcb0849b944d368b611b9e2a8dd7874eff0e979a4f31bf95ac974
3
+ size 354046
data/public_events/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c176a5dd3541c206071ab80237afb23db0ed2162e2deeb8d2c2f05113466c425
3
+ size 10357
data/pull_requests/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb0cfd5a276e823e5ff2752ee678355aa976b262bc95a5af7fbb67101e3c1082
3
+ size 2141636
data/pushes/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac2bcda3eeb3aa26cde5dcd8cf99a7bac66f585c177bbdb1b013588d9356951
3
+ size 21609341
data/stars/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0aa8714f2c2d5c15964cd8d3bf4fdc00df5288665155b6a0f76e4836b9e9c2
3
+ size 533193
data/wiki_pages/2013/10/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a4a517e23acd626d2161073029ec1341160c15a93fc8b8154ae40b942e691c
3
+ size 238772
stats.csv CHANGED
@@ -798,4 +798,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
798
  2013-10-05,184859,1235,110003,7579,11608,6009,0,1131,15244,5944,19644,2073,302,1329,2621,0,137,0,54203819,111.9,17492989,35.9,111.9,49.6
799
  2013-10-06,205764,858,121816,8434,13083,6593,0,1327,17055,6444,22314,2514,384,1356,3408,0,178,0,60438247,125.8,19871506,25.0,125.8,63.7
800
  2013-10-07,273466,1876,139173,14792,24009,12342,0,3100,23949,10371,31311,4974,571,2261,4487,0,250,0,91598927,184.6,27401292,32.2,184.6,53.3
801
- 2013-10-08,269992,1777,136863,14189,23815,12291,0,3459,23589,10321,31708,4422,583,2278,4454,0,243,0,91922790,174.4,27232016,28.4,174.4,0.0
 
 
798
  2013-10-05,184859,1235,110003,7579,11608,6009,0,1131,15244,5944,19644,2073,302,1329,2621,0,137,0,54203819,111.9,17492989,35.9,111.9,49.6
799
  2013-10-06,205764,858,121816,8434,13083,6593,0,1327,17055,6444,22314,2514,384,1356,3408,0,178,0,60438247,125.8,19871506,25.0,125.8,63.7
800
  2013-10-07,273466,1876,139173,14792,24009,12342,0,3100,23949,10371,31311,4974,571,2261,4487,0,250,0,91598927,184.6,27401292,32.2,184.6,53.3
801
+ 2013-10-08,269992,1777,136863,14189,23815,12291,0,3459,23589,10321,31708,4422,583,2278,4454,0,243,0,91922790,174.4,27232016,28.4,174.4,40.8
802
+ 2013-10-09,269335,1912,136451,13796,24061,12206,0,3366,23535,10224,31519,4768,597,2422,4245,0,233,0,90826290,173.7,27157669,35.2,173.7,0.0