tamnd commited on
Commit
05a57f6
·
verified ·
1 Parent(s): 2c6d6dd

Add 2013-06-27 — 257.1K 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-06-26** (702 days), totaling **81,180,344 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 21.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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,13 +71,13 @@ 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,026,999 events in 2407 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.5K
80
- 03:00 ███████████████████████████░░░ 247.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06: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,026,999 | 2407 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████████████████████████████░░ 32.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 | 168 | 32,827,359 | 195,400 | 10.0 GB | 3.1 GB | 1h42m | 4h12m | 2h13m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████████████████░ 16.5M
156
- 2013 ██████████████████████████████ 16.8M
157
  ```
158
 
159
 
@@ -161,8 +161,8 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
- 2012 █████████████████████████████ 1.9M
165
- 2013 █████████████████████████████ 1.9M
166
  ```
167
 
168
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 39,954,241 | 49.2% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,610,050 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 6,835,574 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,127,472 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 531,889 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 7,750,856 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 2,807,051 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,290,462 | 13.9% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 656,442 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 847,263 | 1.0% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,581,018 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 74,016 | 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-06-27** (703 days), totaling **81,437,473 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 22.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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,030,034 events in 2415 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.5K
80
+ 03:00 ███████████████████████████░░░ 250.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,030,034 | 2415 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████████████████████████░░ 33.1M
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 | 169 | 33,084,488 | 195,766 | 10.1 GB | 3.1 GB | 1h43m | 4h15m | 2h14m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████████████████░ 16.5M
156
+ 2013 ██████████████████████████████ 16.9M
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
+ 2012 █████████████████████████████ 1.9M
165
+ 2013 █████████████████████████████ 2.0M
166
  ```
167
 
168
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 40,071,527 | 49.2% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,630,273 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,863,219 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,137,263 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 534,792 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 7,772,935 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 2,816,600 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,321,556 | 13.9% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 658,425 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 849,808 | 1.0% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,591,814 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 74,249 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906b55ac2a00d6608ffa5162d1dc3af86735c5b200968064a1f503083639cde4
3
+ size 81149
data/creates/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d56ee3592a36acd50c2eef4cf032fcf155e3a1203e021c77d77bf73610fd31
3
+ size 1143849
data/deletes/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da84bc8d123c008a0156c1d3397585c60db5e94babd4165212b905cfd0794049
3
+ size 67124
data/forks/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62774586a473f7e9e9c2d72720ee5cfda2fb70c84f3b186d56c111e9635a5d2f
3
+ size 255118
data/issue_comments/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1feba8f300618259f82618d4a093e77b48251a226bb445d45385e893be02358a
3
+ size 547206
data/issues/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:311cdd03531149aee36842cd180abc63d729d079ccf6a639ca898aa200d42cf3
3
+ size 393577
data/public_events/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01f1dfdaff58f06dd8e93b030e703e996fd08567f399d8294cfea7ae5337966
3
+ size 9594
data/pull_requests/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba24f61a96359ebdaf8af57b93c4c96192ab85c65b8e834565f0c9153e3208bd
3
+ size 1807490
data/pushes/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb42e3d6251cf466cff313aff56f807fccd42c8cf5898f3cd05b0ef981f62f43
3
+ size 18841022
data/stars/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c18e70d52697ce0781d26e0ab3bf1464c834b3f1ea1947b5bbee4f3269ec89d
3
+ size 498787
data/wiki_pages/2013/06/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71f4b900a4f2b45edd34c3230992fc07fb6401a1cf073786ee4251be7e90e5b
3
+ size 778686
stats.csv CHANGED
@@ -700,4 +700,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
700
  2013-06-23,159544,568,77589,7325,10742,4496,0,1445,15015,5338,21526,1024,0,1349,12987,0,140,0,50348954,85.7,15506708,26.2,85.7,29.4
701
  2013-06-24,244515,1060,115917,12882,20378,9405,0,2836,22307,8627,31490,1903,0,1962,15531,0,217,0,78768715,124.3,24227424,53.0,124.3,34.2
702
  2013-06-25,263155,1162,123967,16183,25270,10228,0,2704,22743,9560,32019,2064,0,2656,14321,0,278,0,82890178,130.8,25514739,33.8,130.8,36.2
703
- 2013-06-26,250739,1081,120887,12424,20934,10088,0,2909,22495,9872,31355,2146,0,2440,13846,0,262,0,82029967,146.4,24953835,29.2,146.4,0.0
 
 
700
  2013-06-23,159544,568,77589,7325,10742,4496,0,1445,15015,5338,21526,1024,0,1349,12987,0,140,0,50348954,85.7,15506708,26.2,85.7,29.4
701
  2013-06-24,244515,1060,115917,12882,20378,9405,0,2836,22307,8627,31490,1903,0,1962,15531,0,217,0,78768715,124.3,24227424,53.0,124.3,34.2
702
  2013-06-25,263155,1162,123967,16183,25270,10228,0,2704,22743,9560,32019,2064,0,2656,14321,0,278,0,82890178,130.8,25514739,33.8,130.8,36.2
703
+ 2013-06-26,250739,1081,120887,12424,20934,10088,0,2909,22495,9872,31355,2146,0,2440,13846,0,262,0,82029967,146.4,24953835,29.2,146.4,32.0
704
+ 2013-06-27,257129,1002,117286,20223,27645,9791,0,2903,22079,9549,31094,1983,0,2545,10796,0,233,0,80606951,146.3,24423602,30.0,146.3,0.0