tamnd commited on
Commit
6ee42d4
·
verified ·
1 Parent(s): 46e5727

Add 2013-08-07 — 262.2K 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-08-06** (743 days), totaling **89,819,097 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 24.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.5 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,7 +71,7 @@ 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** — 1,163,234 events in 2905 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
@@ -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 | 1,163,234 | 2905 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ████████████████████████░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 41.5M
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 | 209 | 41,466,112 | 198,402 | 12.7 GB | 3.9 GB | 2h08m | 5h30m | 2h44m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 21.2M
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
- 2012 ███████████████████████░░░░░░ 1.9M
165
  2013 ██████████████████████████████ 2.4M
166
  ```
167
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 █████████████████████████████░ 1.5M
174
- 2013 ██████████████████████████████ 1.5M
175
  ```
176
 
177
 
@@ -179,7 +179,7 @@ duckdb.sql("""
179
 
180
  ```
181
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 1.4M
182
- 2012 ████████████████████████░░░░░ 3.3M
183
  2013 ██████████████████████████████ 3.9M
184
  ```
185
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 44,394,960 | 49.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,077,120 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,582,538 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,452,460 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 623,334 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,561,447 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,179,226 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 12,306,167 | 13.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 726,144 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 15,672 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 926,486 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,742,619 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 82,237 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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-08-08** (745 days), totaling **90,324,257 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 24.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.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
 
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** — 1,163,294 events in 2914 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,163,294 | 2914 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ████████████████████████░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 42.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 | 211 | 41,971,272 | 198,915 | 12.8 GB | 4.0 GB | 2h09m | 5h35m | 2h45m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 21.5M
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
+ 2012 ███████████████████████░░░░░░ 1.9M
165
  2013 ██████████████████████████████ 2.4M
166
  ```
167
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 █████████████████████████████░ 1.5M
174
+ 2013 ██████████████████████████████ 1.6M
175
  ```
176
 
177
 
 
179
 
180
  ```
181
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 1.4M
182
+ 2012 ████████████████████████░░░░░ 3.3M
183
  2013 ██████████████████████████████ 3.9M
184
  ```
185
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 44,652,887 | 49.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,105,035 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,628,149 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,473,292 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 629,462 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,607,122 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,200,532 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 12,363,342 | 13.7% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 730,644 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 16,503 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 931,508 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,752,631 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 82,667 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:958acf1a7e710069b344dce38b8e839dbdec007388b83de153cfc6846d426b11
3
+ size 86829
data/creates/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b048b88e34293c4513ac423a23d6988cf34e2438775a8519c65b23bf7c7e7740
3
+ size 1075791
data/deletes/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687b1bd3ed670045825f3d62970b886c41676401323fe6a257e99ea1d39ceac5
3
+ size 76362
data/forks/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c62ea432b6a7cf90998dd42b817e935d94e08bb12c9496a253833926f2572e5c
3
+ size 290837
data/issue_comments/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a7972e18d33bb519b7fba0422dcbd3d10386e40ae0fef4e69ff958ac6fdeeb
3
+ size 555065
data/issues/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5a912fea48075ff881e4e08700a2eb088c0d1cde87d079a93f7472a4ade061
3
+ size 355782
data/public_events/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0cf0fe83da66b1850eef58e00d9e8def6510d37c29054bafafd3a497cdf5f6
3
+ size 9833
data/pull_requests/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e13096358208e0007739de9f90c05fe50aed5610f9f342abfb4c94ad1eeaa51
3
+ size 1971701
data/pushes/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c02a912214eeaf0fd1798c84b0ee71c1638a6906e8ad7bc805fbd9c5765f76b
3
+ size 21606917
data/stars/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c0ad921b3c49f162e47fc8121152bd97158093c085cb3183ff46b8cc346788
3
+ size 523712
data/wiki_pages/2013/08/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bd447916c73999c62c9453bcd32958534237594f1e92236d4d29397129770d
3
+ size 210650
stats.csv CHANGED
@@ -741,4 +741,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
741
  2013-08-03,146403,496,76492,6534,9839,4556,0,915,14825,6677,18293,1220,250,1170,5019,0,117,0,45855056,53.7,14996444,38.3,53.7,35.5
742
  2013-08-04,164186,504,89126,7919,12065,5019,0,1045,15980,6654,19902,1204,287,1248,3103,0,130,0,51501158,38.4,16439450,43.4,38.4,40.5
743
  2013-08-05,245288,955,125455,13007,22415,9834,0,3084,23236,9948,28415,2094,401,2387,3855,0,202,0,82498885,97.4,25667075,47.0,97.4,39.8
744
- 2013-08-06,260261,949,138850,13765,23270,10350,0,2842,22034,9751,29278,2069,467,2313,4114,0,209,0,84200147,140.8,26075684,43.2,140.8,0.0
 
 
 
741
  2013-08-03,146403,496,76492,6534,9839,4556,0,915,14825,6677,18293,1220,250,1170,5019,0,117,0,45855056,53.7,14996444,38.3,53.7,35.5
742
  2013-08-04,164186,504,89126,7919,12065,5019,0,1045,15980,6654,19902,1204,287,1248,3103,0,130,0,51501158,38.4,16439450,43.4,38.4,40.5
743
  2013-08-05,245288,955,125455,13007,22415,9834,0,3084,23236,9948,28415,2094,401,2387,3855,0,202,0,82498885,97.4,25667075,47.0,97.4,39.8
744
+ 2013-08-06,260261,949,138850,13765,23270,10350,0,2842,22034,9751,29278,2069,467,2313,4114,0,209,0,84200147,140.8,26075684,43.2,140.8,32.8
745
+ 2013-08-07,262246,959,134621,14498,23396,10790,0,3327,23385,11163,30575,2305,472,2503,4026,0,226,0,87778881,155.6,26763479,29.9,155.6,0.0
746
+ 2013-08-08,242914,837,123306,13417,22215,10042,0,2801,22290,10143,26600,2195,359,2519,5986,0,204,0,81926833,145.6,24919468,31.8,145.6,0.0