tamnd commited on
Commit
2849c20
·
verified ·
1 Parent(s): 6bd60a4

Add 2013-03-16 — 144.7K 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-03-15** (599 days), totaling **60,076,604 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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,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** — 612,454 events in 1304 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
- 01:00 ██████████████████████████████ 272.4K
79
- 02:00 ███████████░░░░░░░░░░░░░░░░░░░ 104.9K
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 | 612,454 | 1304 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 11.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 | 65 | 11,723,619 | 180,363 | 3.5 GB | 1.1 GB | 37m18s | 1h27m | 43m29s |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 5.9M
157
  ```
158
 
159
 
@@ -162,7 +162,7 @@ duckdb.sql("""
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 █████████████████████��████████ 1.9M
165
- 2013 ██████████░░░░░░░░░░░░░░░░░░░ 705.2K
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ████████░░░░░░░░░░░░░░░░░░░░░░ 426.4K
175
  ```
176
 
177
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 29,091,021 | 48.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,379,290 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 4,899,244 | 8.2% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,335,532 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 337,136 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 5,788,092 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,027,897 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 8,873,625 | 14.8% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 482,666 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 649,938 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,166,091 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
- | `public_events` | PublicEvent | 54,320 | 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-16** (600 days), totaling **60,221,287 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 5.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** — 614,636 events in 1312 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.1K
78
+ 01:00 ██████████████████████████████ 272.5K
79
+ 02:00 ███████████░░░░░░░░░░░░░░░░░░░ 107.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 | 614,636 | 1312 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 11.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 | 66 | 11,868,302 | 179,822 | 3.6 GB | 1.1 GB | 37m47s | 1h28m | 44m03s |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ██████████░░░░░░░░░░░░░░░░░░░░ 6.0M
157
  ```
158
 
159
 
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 737.1K
164
  2012 █████████████████████��████████ 1.9M
165
+ 2013 ██████████░░░░░░░░░░░░░░░░░░░ 713.6K
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ████████░░░░░░░░░░░░░░░░░░░░░░ 431.0K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 29,167,059 | 48.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,387,715 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 4,910,218 | 8.2% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,340,067 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 338,018 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 5,802,640 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,033,637 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 8,891,356 | 14.8% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 483,683 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 651,010 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,168,677 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.2% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 54,448 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e43923023d29392902e530c6c282f0e11eccd19a892bccc7405a15289bb0bcc
3
+ size 43392
data/creates/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799423f18f3d0c271a395d679e7e8d4f6a9da9a2faf1d883aedc03dbd2cab9f7
3
+ size 609850
data/deletes/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7ccbda3b7870a75f876d92f9c4bb9f9274f3a36d4a7da9233ab31d23674ff1
3
+ size 34775
data/forks/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4813b62ada7e9c9d36b105c06b149c205bb073a55a7b98fd6f433cccdc8e035
3
+ size 155195
data/issue_comments/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7616ad72f367ba07bfe6a4bb1274fc5154654cf21cd071ad53f3b4e362c2f8a7
3
+ size 268290
data/issues/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f270499278c54c4f8333aeb9544fe067ad88ff9153914d14c3c210df513f17
3
+ size 202269
data/public_events/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e82c7bdc42423e26f27d228e5b07d5c3387716827bb0bc74bf78b2ef6d46a1
3
+ size 6466
data/pull_requests/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc030457099823ee59e4dbd3b1a8eec8d3bac38f62d3d298d8e7a227a2a9eb62
3
+ size 864924
data/pushes/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6b02b49f23b71c60614c9866feb3b5d41248876c5a313eb312723aecd2aadc
3
+ size 11170687
data/stars/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a04922d5f98f01f2bce8752e90171be3890f474642ed9d9a300d739fd165c4
3
+ size 327437
data/wiki_pages/2013/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98245e2cbe0e25595c814e5af27c2cc41f3f40b6ff55238f101dff3016702cf
3
+ size 146498
stats.csv CHANGED
@@ -597,4 +597,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
597
  2013-03-12,228132,1757,109850,17389,25747,8741,0,2066,20027,8530,26172,1660,0,2152,3807,0,234,0,71631000,148.2,22133590,40.4,148.2,40.3
598
  2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,143.7,22358910,37.4,143.7,44.6
599
  2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,133.2,20704383,39.9,133.2,46.0
600
- 2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,126.8,19686437,36.4,126.8,0.0
 
 
597
  2013-03-12,228132,1757,109850,17389,25747,8741,0,2066,20027,8530,26172,1660,0,2152,3807,0,234,0,71631000,148.2,22133590,40.4,148.2,40.3
598
  2013-03-13,218762,1735,111995,11594,20928,8603,0,2090,19893,8287,25600,1703,0,2242,3900,0,192,0,72505661,143.7,22358910,37.4,143.7,44.6
599
  2013-03-14,203415,1521,103342,10869,18432,7879,0,1971,19822,8438,23837,1482,0,1905,3710,0,207,0,66964446,133.2,20704383,39.9,133.2,46.0
600
+ 2013-03-15,201571,2245,99705,10820,18987,7474,0,2102,20981,7520,24415,1486,0,1766,3906,0,164,0,65984491,126.8,19686437,36.4,126.8,34.7
601
+ 2013-03-16,144683,1007,76038,8425,10974,4535,0,882,14548,5740,17731,1017,0,1072,2586,0,128,0,45246493,92.4,13829783,29.3,92.4,0.0