tamnd commited on
Commit
cb7d24e
·
verified ·
1 Parent(s): 0fc3ee2

Add 2013-05-04 — 145.8K 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-05-03** (648 days), totaling **70,224,113 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 18.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.6 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,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** — 815,623 events in 1845 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.3K
80
- 03:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 36.5K
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 | 815,623 | 1845 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ███████████████████░░░░░░░░░░░ 21.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 | 114 | 21,871,128 | 191,852 | 6.6 GB | 2.0 GB | 1h06m | 3h08m | 1h27m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 ████████████████████░░░░░░░░░░ 11.1M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████���███████ 1.5M
174
- 2013 ███████████████░░░░░░░░░░░░░░░ 802.5K
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 | 34,292,627 | 48.8% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 3,976,901 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,868,638 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,711,623 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 429,052 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,746,229 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,407,200 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 10,017,066 | 14.3% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 566,383 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 744,980 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,339,433 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 63,179 | 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-05-04** (649 days), totaling **70,369,870 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 18.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.6 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** — 817,561 events in 1853 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.3K
80
+ 03:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 38.4K
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 | 817,561 | 1853 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ███████████████████░░░░░░░░░░░ 22.0M
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 | 115 | 22,016,885 | 191,451 | 6.7 GB | 2.1 GB | 1h07m | 3h08m | 1h28m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 ████████████████████░░░░░░░░░░ 11.2M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████���███████ 1.5M
174
+ 2013 ███████████████░░░░░░░░░░░░░░░ 806.6K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 34,370,815 | 48.8% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 3,985,756 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,881,288 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,715,732 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 429,771 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,759,496 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,412,597 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 10,033,938 | 14.3% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 567,383 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 746,245 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,341,858 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 63,284 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e440e4214de29f3de4b1a08013db6bd98d5a37c8aa4a5c5699bafd8e394b154
3
+ size 49451
data/creates/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa28de983e5fa0d93404d990b476ded086c826c11f8f0783368b89e86d3bcf7f
3
+ size 620698
data/deletes/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ca09b984b5acfc02fda8d3680e94a30421c1c6e4bfaa42ddf0d1d24d44b313
3
+ size 38419
data/forks/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1212efe87f1046a242038a594c3846a1f8e44878c017944b5bf57c9a7d8047f
3
+ size 169255
data/issue_comments/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ac388f9b95b0183cde094fd25c40874c227bdd899ede4e3bb4765d6fde8c97
3
+ size 270281
data/issues/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780be519072ee421304678112e284894227ed1bd5108e8c4466635f8928cd06c
3
+ size 202613
data/public_events/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1be3e348e2bc1bb9148059d4a76efb1db9a04f43576db2809dccb6571f25a0a
3
+ size 6704
data/pull_requests/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e9f9c8112eb2c39ce021e98c43dd8d17755354b0a5e818fc84e10c4090f9e8
3
+ size 799696
data/pushes/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46dee8e696b28cdc205200bbe575c851ead7b8076d7512e6f563bc1cf5ab8cfd
3
+ size 11998079
data/stars/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4554416808e02413eb38c55d35b7764ddd9916d9b71fbec106d910e8df379f
3
+ size 304336
data/wiki_pages/2013/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906c4c49cecbbe0ccdc314ea95ebab2d166649e68880f9c1425cd0526bae7c9a
3
+ size 125170
stats.csv CHANGED
@@ -646,4 +646,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
646
  2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,49.2
647
  2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,42.7,23960997,54.8,42.7,96.2
648
  2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,38.2,22809152,52.0,38.2,106.4
649
- 2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,37.1,20621715,60.8,37.1,0.0
 
 
646
  2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,41.3,22247992,34.2,41.3,49.2
647
  2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,42.7,23960997,54.8,42.7,96.2
648
  2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,38.2,22809152,52.0,38.2,106.4
649
+ 2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,37.1,20621715,60.8,37.1,41.5
650
+ 2013-05-04,145757,905,78188,8855,12650,4109,0,719,13267,5397,16872,1000,0,1265,2425,0,105,0,45618398,28.0,14584702,63.5,28.0,0.0