tamnd commited on
Commit
4e5ef79
·
verified ·
1 Parent(s): 6999432

Add 2013-09-05 — 236.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-09-04** (766 days), totaling **94,827,538 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 26.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.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,14 +71,14 @@ 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,280,626 events in 3329 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
- 04:00 ████████████████████████░░░░░ 227.3K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07: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,280,626 | 3329 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 █████████████████████░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 46.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 | 232 | 46,474,553 | 200,321 | 14.2 GB | 4.4 GB | 2h20m | 6h19m | 3h01m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 23.7M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████░░░░ 1.5M
174
- 2013 ██████████████████████████████ 1.7M
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 | 46,906,781 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,352,865 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,023,769 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,650,449 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 676,831 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,054,623 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,392,050 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 12,915,861 | 13.6% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 781,077 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 24,368 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 971,441 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,823,691 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 86,536 | 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-06** (768 days), totaling **95,259,623 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 26.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.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** — 1,282,495 events in 3336 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
+ 04:00 ████████████████████████░░░░░ 229.1K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,282,495 | 3336 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 █████████████████████░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 46.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 | 234 | 46,906,638 | 200,455 | 14.3 GB | 4.4 GB | 2h22m | 6h24m | 3h02m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 24.0M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████░░░░ 1.5M
174
+ 2013 ██████████████████████████████ 1.8M
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 47,120,503 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,377,208 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,063,877 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,668,359 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 682,355 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,093,798 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,408,505 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 12,972,615 | 13.6% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 785,937 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 24,987 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 975,183 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,830,000 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 86,881 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429525810c72b99d041d7a32c26ca3c99edb4486d604b49e75c4d9cc13797fef
3
+ size 78830
data/creates/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be568f1181cdfbe1dcabfec5f34f109963213023ec98a8b4e19cfc508ca7722
3
+ size 1002870
data/deletes/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7730c98ecb1a656e45fa909ef5471c36cc6ade316fda82b7d0900c8aac3f19
3
+ size 70006
data/forks/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19c207eab052fc947c13751c609094438acb106a11335ba74c2dfa54d7f25f3
3
+ size 244448
data/issue_comments/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be03cb6b44998c48507936562b7d140f9d171e030c899eda8a2828c667f4569
3
+ size 518892
data/issues/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18db7e3f82c46df888c7dd8b8b6efe004b38ab7b96c761da8cf1d2e52adbf9ef
3
+ size 335936
data/public_events/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e2a3ca42a99d20ccc39df97a0797691b79b18d1526fe13a307c962ed809f5c
3
+ size 8505
data/pull_requests/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f31a311a350eef2a6829684735fcf740136e1d98780c7d0b61f3d6106b464ad
3
+ size 1831404
data/pushes/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:694ed8d09a63b88967d304dfacbeae9fcf323eb89093823767df0649dd7c2239
3
+ size 18880802
data/stars/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee540f275cde6fece648987d5c48186a357c0da763052efbe493fa624abad26e
3
+ size 483427
data/wiki_pages/2013/09/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a88d5f6cc5e55ce0346124cd68ae98ac05d6a5099764d514dcde3a21ea8d2c8
3
+ size 252668
stats.csv CHANGED
@@ -764,4 +764,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
764
  2013-09-01,168360,535,88029,8384,12517,5369,0,1150,17210,6744,22192,2062,388,1175,2466,0,139,0,52673325,90.2,16749505,15.1,90.2,36.7
765
  2013-09-02,228841,957,116037,12084,18920,8732,0,2176,23076,9207,29221,2652,447,1931,3195,0,206,0,73603009,129.9,22200386,35.0,129.9,103.7
766
  2013-09-03,247135,1109,122237,14067,23772,10266,0,3102,23103,9301,30695,2870,395,2415,3609,0,194,0,83051343,152.4,25777019,36.9,152.4,54.1
767
- 2013-09-04,236777,1132,116035,14409,23082,9885,0,2797,21232,9094,30087,2620,342,2327,3469,0,266,0,79175985,144.2,24384247,45.5,144.2,0.0
 
 
 
764
  2013-09-01,168360,535,88029,8384,12517,5369,0,1150,17210,6744,22192,2062,388,1175,2466,0,139,0,52673325,90.2,16749505,15.1,90.2,36.7
765
  2013-09-02,228841,957,116037,12084,18920,8732,0,2176,23076,9207,29221,2652,447,1931,3195,0,206,0,73603009,129.9,22200386,35.0,129.9,103.7
766
  2013-09-03,247135,1109,122237,14067,23772,10266,0,3102,23103,9301,30695,2870,395,2415,3609,0,194,0,83051343,152.4,25777019,36.9,152.4,54.1
767
+ 2013-09-04,236777,1132,116035,14409,23082,9885,0,2797,21232,9094,30087,2620,342,2327,3469,0,266,0,79175985,144.2,24384247,45.5,144.2,49.5
768
+ 2013-09-05,236673,1114,115278,14234,22789,10044,0,3025,21951,9171,30254,2539,344,2198,3550,0,182,0,78497618,141.8,23707788,38.6,141.8,0.0
769
+ 2013-09-06,195412,1105,98444,10109,17319,7866,0,2499,17224,7284,26500,2321,275,1544,2759,0,163,0,65227056,117.4,20300466,26.8,117.4,0.0