tamnd commited on
Commit
5620f2b
·
verified ·
1 Parent(s): 43fe2e9

Add 2013-05-12 — 155.3K 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-05-11** (656 days), totaling **71,773,048 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 19.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.8 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** — 850,840 events in 1938 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.4K
80
- 03:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 71.7K
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 | 850,840 | 1938 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████████████████████░░░░░░░░░░ 23.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 | 122 | 23,420,063 | 191,967 | 7.1 GB | 2.2 GB | 1h12m | 3h13m | 1h35m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████████████████░░░░░░░░░ 11.9M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ████████████████░░░░░░░░░░░░░░ 858.3K
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 | 35,104,184 | 48.9% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,063,956 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 6,002,956 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,767,423 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 442,288 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,891,613 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,464,085 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 10,197,504 | 14.2% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 578,571 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 760,018 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,365,400 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 64,742 | 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-12** (657 days), totaling **71,928,364 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 19.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.8 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** — 862,931 events in 1963 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.4K
80
+ 03:00 █████████░░░░░░░░░░░░░░░░░░░░░ 83.7K
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 | 862,931 | 1963 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████████████████░░░░░░░░░░ 23.6M
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 | 123 | 23,575,379 | 191,669 | 7.1 GB | 2.2 GB | 1h13m | 3h13m | 1h37m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████████████████░░░░░░░░░ 12.0M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ████████████████░░░░░░░░░░░░░░ 862.9K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 35,190,244 | 48.9% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,071,806 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,014,892 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,772,022 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 443,133 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,906,676 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,469,640 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 10,214,738 | 14.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 579,782 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 761,169 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,368,451 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 64,876 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341016ee6ce5baeb52072c6aeabc2a4edae310b825c8ebd16c28266b8b73dad8
3
+ size 45875
data/creates/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c1891220851602567216beaede44bcd00365a12b665f154d76731eee6d0dcb
3
+ size 613160
data/deletes/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc24b1f15a83a6662189c081a638ed9db307a68b6023233b91600d43378562c
3
+ size 40873
data/forks/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565c3ae0f6589e0c0bb792b5f001086cf7270f94e2bb9baafd4a16c6f1691635
3
+ size 151066
data/issue_comments/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e50c91dcbabca86c176852fa0bb030bb474e80c6415505e270c9a08f7413ac
3
+ size 289095
data/issues/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db58d0a26aa90d38ed59a5b068d8fddcb997a8ac90f4032ecb32d5db88859dff
3
+ size 207292
data/public_events/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db03bca6588a9ff877231b80bf79ebdb100a89adfdef01a56222d98002a2593
3
+ size 6601
data/pull_requests/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ede7ae9c0d51a0634a87c4ffc4a21edda20f2c69bc6032f3068539385bab6ea
3
+ size 876859
data/pushes/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c827da7a65bba7b56ebb26ee4aaa9107f79402659307cb7d0da747bf4fc95e1c
3
+ size 12850391
data/stars/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f6207eb0be8a7f74fa8e24508830383e07d464a5bbb073549e7d524ac01dd6
3
+ size 339549
data/wiki_pages/2013/05/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8fe12cfc019ae5f9cbe4fb9c465797dc98a843d97543ef1b32dc3a9e9aca820
3
+ size 160937
stats.csv CHANGED
@@ -654,4 +654,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
654
  2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
655
  2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
656
  2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,59.7
657
- 2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,0.0
 
 
654
  2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
655
  2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
656
  2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,59.7
657
+ 2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,123.4
658
+ 2013-05-12,155316,627,86060,7850,11936,4599,0,845,15063,5555,17234,1211,0,1151,3051,0,134,0,48252777,26.1,15581698,50.0,26.1,0.0