tamnd commited on
Commit
9a284aa
·
verified ·
1 Parent(s): 9cdf45a

Add 2013-03-08 — 195.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-03-07** (591 days), totaling **58,523,530 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 15.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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,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** — 587,650 events in 1251 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.4K
79
- 02:00 ████████░░░░░░░░░░░░░░░░░░░░░ 80.1K
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 | 587,650 | 1251 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████████░░░░░░░░░░░░░░░░░░░░░ 10.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 | 57 | 10,170,545 | 178,430 | 3.1 GB | 969.3 MB | 32m39s | 1h10m | 37m32s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 5.1M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 615.0K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ███████░░░░░░░░░░░░░░░░░░░░░░░ 368.9K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ████████░░░░░░░░░░░░░░░░░░░░░ 969.6K
184
  ```
185
 
186
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 28,308,280 | 48.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,289,138 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,751,202 | 8.1% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,277,995 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 323,143 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,641,486 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 1,968,507 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 8,688,297 | 14.8% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 470,230 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 635,214 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,137,140 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 52,886 | 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-03-08** (592 days), totaling **58,718,565 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 15.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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** — 591,592 events in 1259 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
  01:00 ██████████████████████████████ 272.4K
79
+ 02:00 ████████░░░░░░░░░░░░░░░░░░░░░ 84.1K
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 | 591,592 | 1259 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████░░░░░░░░░░░░░░░░░░░░░ 10.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 | 58 | 10,365,580 | 178,716 | 3.1 GB | 987.7 MB | 33m15s | 1h12m | 38m24s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 5.2M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 █████████░░░░░░░░░░░░░░░░░░░░░ 627.4K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ███████░░░░░░░░░░░░░░░░░░░░░░░ 376.4K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ████████░░░░░░░░░░░░░░░░░░░░░ 988.4K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 28,403,801 | 48.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,301,484 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,772,107 | 8.1% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,285,482 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 325,052 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,660,270 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 1,976,066 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 8,710,419 | 14.8% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 471,793 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 636,918 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,140,806 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 53,069 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb184e6d65285adea52d3c545110e22ce3def8ff5007ab0307d142834859f54d
3
+ size 63569
data/creates/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2070719bdf6d825f54265263150d5ff544c35cc13fd620ce156e38be84aa9e22
3
+ size 789604
data/deletes/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea394bc84336d8601d7ab6e54d452ab01cb29253c5e017943de95884f1465c7d
3
+ size 52770
data/forks/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb41a9174e52ccb76f9b7326b2f82fd0ed088c72f4e86da0a301972d40b2128
3
+ size 197350
data/issue_comments/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9130e6aa016e79750fe4928756eb4e06f318893a9f4a1354971675b9997b5a33
3
+ size 445516
data/issues/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e439743ea60cf52d3a12452d918183c23468ab818b1ed2b56dfec31bfcbd8b6
3
+ size 288390
data/public_events/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef031ca700b7aa3c184402a69a7d0d1f366eeca75e5735ade58d9750d1ea7da
3
+ size 8495
data/pull_requests/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b31095663fd5aa910a2961125e7d5b5a0ee29cdf6126a03740c5b0d6c0576f3
3
+ size 1385613
data/pushes/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2c7bf124cb0dc7666b4946e0ca22eb4697ccf939f589ac80683185e3d8d2dd
3
+ size 15332748
data/stars/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efde3fee91ed63155bb8a4dc7f2cc888a0a739ef9cd3e365f24b667dfe099bf9
3
+ size 416963
data/wiki_pages/2013/03/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f113502f843f46c8e4f2b6e04af8e81ed04ce1fb53afc280597bc0613d3a72c
3
+ size 258404
stats.csv CHANGED
@@ -589,4 +589,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
589
  2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,143.8,21672361,53.7,143.8,40.1
590
  2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,145.6,21778527,46.2,145.6,40.6
591
  2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,150.8,23093868,48.2,150.8,43.2
592
- 2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,153.9,22062302,32.1,153.9,0.0
 
 
589
  2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,143.8,21672361,53.7,143.8,40.1
590
  2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,145.6,21778527,46.2,145.6,40.6
591
  2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,150.8,23093868,48.2,150.8,43.2
592
+ 2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,153.9,22062302,32.1,153.9,51.4
593
+ 2013-03-08,195035,1286,95521,12346,20905,7487,0,1909,18784,7559,22122,1563,0,1704,3666,0,183,0,62745467,118.9,19239422,36.1,118.9,0.0