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

Add 2013-05-13 — 220.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-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
 
@@ -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** — 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,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 | 862,931 | 1963 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████████████████░░░░░░░░ 12.0M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████���███████ 1.5M
174
- 2013 ████████████████░░░░░░░░░░░░░ 862.9K
175
  ```
176
 
177
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
- 2013 ████████████████████░░░░░░░░░░ 2.2M
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 | 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
 
 
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-13** (658 days), totaling **72,148,345 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
 
 
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** — 868,341 events in 1974 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.4K
80
+ 03:00 █████████░░░░░░░░░░░░░░░░░░░░░ 89.1K
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 | 868,341 | 1974 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████████████████░░░░░░░░░░ 23.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 | 124 | 23,795,360 | 191,898 | 7.2 GB | 2.2 GB | 1h14m | 3h14m | 1h38m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████████████████░░░░░░░░ 12.1M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████���███████ 1.5M
174
+ 2013 ████████████████░░░░░░░░░░░░░ 871.7K
175
  ```
176
 
177
 
 
180
  ```
181
  2011 █████████████░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ██████████████████████████████ 3.3M
183
+ 2013 ████████████████████░░░░░░░░░░ 2.3M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 35,303,849 | 48.9% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,083,849 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 6,036,313 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,780,758 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 445,228 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,928,256 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,477,488 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 10,238,129 | 14.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 581,706 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 763,328 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,372,169 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 65,105 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c8d18b08464f8aff5fb9da2a69dd5948903a407c6effcb5d15e964f9a00ad26
3
+ size 77119
data/creates/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8e4b38df375d27f5694e0e9b8073bfee3d1d78027fcd37d31a96fc955cf230
3
+ size 948433
data/deletes/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7439371d89d63dc984d5b0dabdf9fbe556668459d966b60e0616dac39a6971e9
3
+ size 62534
data/forks/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0881c96793f0ee69c1d4db1661128db8d786ae70565095e5530616f2c7baadb2
3
+ size 209713
data/issue_comments/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69341731fc2ba16a9af88e3ac8f585f93f6f747f94794ac52eeccf8dd8b2a9b0
3
+ size 499751
data/issues/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352f0948e8c7a8a38060b455272bd9abee83d72066c10debebb02ab022008040
3
+ size 307042
data/public_events/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c37a0da4e07b782c48327afcc73ded1f2231f9ebc6016a60aea2799050bc9c6
3
+ size 9942
data/pull_requests/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbaed3b5cb238db8ebb96b3097f749732c8189b43d52f4d1f7c50e75b515c97
3
+ size 1623059
data/pushes/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd3a79ddf34891bff97f15507d65456d3f4e0fbe4f9a0d4f2f08ac64cbd8bd88
3
+ size 18374636
data/stars/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fcc62b77869d2ef38492e992a752b525af2047eaac810926cad81d933e33eb
3
+ size 467238
data/wiki_pages/2013/05/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a86c2d38ddf79a222e420940792e0674109cd932a19dd39430587b1cfe5fa4
3
+ size 190472
stats.csv CHANGED
@@ -655,4 +655,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,50.3
659
+ 2013-05-13,219981,1232,113605,12043,21421,8736,0,2095,21580,7848,23391,1924,0,2159,3718,0,229,0,72703417,38.6,22769939,71.7,38.6,0.0