tamnd commited on
Commit
055b05f
·
verified ·
1 Parent(s): 7e35c46

Add 2013-01-13 — 138.0K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-01-12** (546 days), totaling **50,153,615 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 12.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
@@ -71,11 +71,11 @@ 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** — 412,886 events in 807 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
- 01:00 ██████████████████████░░░░░░░ 177.9K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04: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 | 412,886 | 807 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.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 | 12 | 1,800,630 | 150,052 | 559.0 MB | 169.3 MB | 6m11s | 10m44s | 6m57s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 904.9K
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109.2K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63.2K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174.8K
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 | 24,073,364 | 48.0% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 2,783,343 | 5.5% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 3,952,461 | 7.9% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 1,972,318 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 253,583 | 0.5% | Line-level PR comments |
572
- | `stars` | WatchEvent | 4,846,680 | 9.7% | Repository stars |
573
- | `forks` | ForkEvent | 1,648,921 | 3.3% | Repository forks |
574
- | `creates` | CreateEvent | 7,710,656 | 15.4% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 405,051 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 552,952 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 985,620 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 45,337 | 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-01-13** (547 days), totaling **50,291,648 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 12.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 4.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
 
 
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** — 415,164 events in 814 blocks
75
 
76
  ```
77
  00:00 ██████████████████████████████ 235.0K
78
+ 01:00 ██████████████████████░░░░░░░ 180.2K
79
  02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
80
  03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 415,164 | 814 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.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 | 13 | 1,938,663 | 149,127 | 600.9 MB | 182.4 MB | 6m43s | 11m32s | 7m37s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 979.7K
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 ██████████████████████████████ 1.9M
165
+ 2013 █░░░░░░░░░░░░░░░░░░░░░���░░░░░░░ 116.4K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67.5K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187.1K
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 24,148,190 | 48.0% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 2,790,477 | 5.5% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 3,962,921 | 7.9% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 1,976,602 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 254,455 | 0.5% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 4,858,975 | 9.7% | Repository stars |
573
+ | `forks` | ForkEvent | 1,654,446 | 3.3% | Repository forks |
574
+ | `creates` | CreateEvent | 7,727,420 | 15.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 406,148 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 554,135 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 988,360 | 2.0% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 45,446 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6706c334aae732e3542d5ee3c2dc0d238928c7e33c4ad1a368f848972548bf1
3
+ size 51139
data/creates/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54bbe795e42387cfbb9cf753911987fea20797c0e3f684e4e06ba99e012a49e8
3
+ size 597100
data/deletes/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee99994518b8c55073d9a6825d5c9c70d75626ffe5a21766f98836c36e2177e7
3
+ size 37196
data/forks/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0320f01fe50195247bfb4e7d6d5c5f7174cec4c589782ba0ef6a227ae9d3ee
3
+ size 150775
data/issue_comments/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebc9edd3201d54aebcdebb4afc9a1a97d83c995604919c639d6e3e73fda8458
3
+ size 252813
data/issues/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9425b80b2c3ce7040f9a064e78f16286d1398dd3a4d9eb1e2797b2077da9ef85
3
+ size 187087
data/public_events/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b75f22c4212e07c6879e9f87d3020ef37b1ec0c3c4cbec82a7f6dbe81d2535
3
+ size 6110
data/pull_requests/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d94c63c86d30ece0e6df61427fb8a252aea481b0e8041d7ec67f3d774be83dc
3
+ size 841021
data/pushes/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e8d7e92590c6e9b0d60c3fb638bd8579de76f5e8020c1c881e86658a1dee17
3
+ size 11180195
data/stars/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5395e943310d1ccf2344b7e1cb1290d9640f1fdf079cf5715c85e49c47f2d0
3
+ size 291790
data/wiki_pages/2013/01/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81ee45cc85f98e4e7d982d15beaa2e6108868b47dfed999e4c8a564557e9730
3
+ size 197918
stats.csv CHANGED
@@ -544,4 +544,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
544
  2013-01-09,179459,1026,89753,10583,18350,6935,0,1736,16839,7271,20196,1374,0,2018,3208,0,170,0,60077997,68.2,18002188,38.9,68.3,33.8
545
  2013-01-10,184111,1246,91523,11809,19520,7215,0,1626,16129,7190,21141,1542,0,1826,3169,0,175,0,60786257,80.6,18046006,30.9,80.6,25.4
546
  2013-01-11,167858,1015,82633,14473,15506,6685,0,1516,14558,6512,18752,1272,0,1690,3083,0,163,0,55655751,87.4,16916953,36.9,87.4,41.4
547
- 2013-01-12,120793,726,63789,7301,10033,3660,0,778,10891,4669,14154,909,0,1147,2634,0,102,0,38395043,63.2,11805185,25.3,63.2,0.0
 
 
544
  2013-01-09,179459,1026,89753,10583,18350,6935,0,1736,16839,7271,20196,1374,0,2018,3208,0,170,0,60077997,68.2,18002188,38.9,68.3,33.8
545
  2013-01-10,184111,1246,91523,11809,19520,7215,0,1626,16129,7190,21141,1542,0,1826,3169,0,175,0,60786257,80.6,18046006,30.9,80.6,25.4
546
  2013-01-11,167858,1015,82633,14473,15506,6685,0,1516,14558,6512,18752,1272,0,1690,3083,0,163,0,55655751,87.4,16916953,36.9,87.4,41.4
547
+ 2013-01-12,120793,726,63789,7301,10033,3660,0,778,10891,4669,14154,909,0,1147,2634,0,102,0,38395043,63.2,11805185,25.3,63.2,40.0
548
+ 2013-01-13,138033,744,74826,7134,10460,4284,0,872,12295,5525,16764,1097,0,1183,2740,0,109,0,44012590,48.6,13793144,32.2,48.6,0.0