tamnd commited on
Commit
9ba78c0
·
verified ·
1 Parent(s): 918fd98

Add 2013-07-31 — 247.7K 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-07-30** (736 days), totaling **88,295,625 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.4 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,14 +71,14 @@ 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,143,486 events in 2841 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
- 03:00 █████████████████████████████░ 272.6K
81
- 04:00 ██████████░░░░░░░░░░░░░░░░░░░░ 91.2K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07: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 | 1,143,486 | 2841 |
107
 
108
 
109
  ### Live event schema
@@ -138,22 +138,22 @@ duckdb.sql("""
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████████░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 39.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 | 202 | 39,942,640 | 197,735 | 12.2 GB | 3.8 GB | 2h03m | 5h18m | 2h40m |
149
 
150
 
151
  ### Pushes per year
152
 
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
- 2012 ███████████████████████░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 20.4M
157
  ```
158
 
159
 
@@ -161,8 +161,8 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
- 2012 ████████████████████████░░░░░ 1.9M
165
- 2013 ██████████████████████████████ 2.3M
166
  ```
167
 
168
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ████████████████████████████░ 1.5M
175
  ```
176
 
177
 
@@ -179,8 +179,8 @@ duckdb.sql("""
179
 
180
  ```
181
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 1.4M
182
- 2012 █████████████████████████░░░░ 3.3M
183
- 2013 ██████████████████████████████ 3.7M
184
  ```
185
 
186
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 43,606,311 | 49.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,997,296 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,451,749 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,393,217 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 607,362 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,415,798 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,114,742 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 12,130,657 | 13.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 713,575 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 13,047 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 912,994 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,715,049 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 80,985 | 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-02** (739 days), totaling **89,002,959 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.4 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,143,510 events in 2847 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
+ 03:00 █████████████████████████████░ 272.7K
81
+ 04:00 ██████████░░░░░░░░░░░░░░░░░░░░ 91.3K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,143,510 | 2847 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████████░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 40.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 | 205 | 40,649,974 | 198,292 | 12.4 GB | 3.9 GB | 2h06m | 5h24m | 2h40m |
149
 
150
 
151
  ### Pushes per year
152
 
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
+ 2012 ███████████████████████░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 20.8M
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 737.1K
164
+ 2012 ████████████████████████░░░░░ 1.9M
165
+ 2013 ██████████████████████████████ 2.4M
166
  ```
167
 
168
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ████████████████████████████░ 1.5M
175
  ```
176
 
177
 
 
179
 
180
  ```
181
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 1.4M
182
+ 2012 █████████████████████████░░░░ 3.3M
183
+ 2013 ██████████████████████████████ 3.8M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 43,965,037 | 49.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,035,895 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,514,949 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,422,701 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 615,448 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,485,372 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,146,196 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 12,210,279 | 13.7% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 719,557 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 14,267 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 919,368 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,726,528 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 81,579 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b501af161600f4685cbcd47e9965fd999ab256ffc5fef6006886a57ef016db2
3
+ size 84488
data/creates/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d025d2d021bb01a41bf7dd614c495d9079594f925a94377b70f0794ddb692d
3
+ size 997873
data/deletes/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f4ceaa8a17e2fd8b1c4835dc20dadfbfeca712a50fbfed2539a03be4f8b5484
3
+ size 70737
data/forks/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f9ac6e3565ab9bb315084feb3d77a742505bc250dee7d8517f3fca6e32a77d
3
+ size 277457
data/issue_comments/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79842b0b5851574c056b00eae60295d4b987c200488dfcd8066fe823c125d34
3
+ size 526665
data/issues/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec35aa6d947639a5356c1e56bac1bed949daac9bc5b8b592a7b5ee5ef5df850a
3
+ size 350278
data/public_events/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0e6304805b508cb9109105edbb70f2370f4ff8318ac36743ceabc2cd11685b
3
+ size 8518
data/pull_requests/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd38afb26b3c4b84e2083590bade80729c491efa87e03f3380674e57154801e
3
+ size 1923965
data/pushes/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c96a014ca4328165faef7abc9f881f69f549eea221d63664683a85bda3af107
3
+ size 20428525
data/stars/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de39e520916e942576b139cc7e313b5efa5a830675c9beb350a9685a5b064a7b
3
+ size 534131
data/wiki_pages/2013/07/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4647a3ed089d1feb3c2f79135a3ebed26f822221dcb704accab86f093d6e1be
3
+ size 228318
stats.csv CHANGED
@@ -734,4 +734,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
734
  2013-07-27,144526,620,76831,8082,10745,4717,0,875,14128,6147,17306,1042,278,1297,2341,0,117,0,44563095,84.7,13917214,39.7,84.7,45.6
735
  2013-07-28,157249,527,83221,9014,12590,4743,0,990,15598,6515,18510,1136,284,1338,2638,0,145,0,48146376,91.7,15204727,28.1,91.7,30.0
736
  2013-07-29,241832,936,121604,13221,22646,9941,0,3025,23756,10258,27405,2059,432,2207,4128,0,214,0,80951334,83.3,24742453,29.3,83.3,49.1
737
- 2013-07-30,253418,1129,127269,14808,22814,10373,0,3674,25157,10709,27916,2087,400,2439,4400,0,243,0,85608484,87.3,26465236,58.4,87.3,0.0
 
 
 
 
734
  2013-07-27,144526,620,76831,8082,10745,4717,0,875,14128,6147,17306,1042,278,1297,2341,0,117,0,44563095,84.7,13917214,39.7,84.7,45.6
735
  2013-07-28,157249,527,83221,9014,12590,4743,0,990,15598,6515,18510,1136,284,1338,2638,0,145,0,48146376,91.7,15204727,28.1,91.7,30.0
736
  2013-07-29,241832,936,121604,13221,22646,9941,0,3025,23756,10258,27405,2059,432,2207,4128,0,214,0,80951334,83.3,24742453,29.3,83.3,49.1
737
+ 2013-07-30,253418,1129,127269,14808,22814,10373,0,3674,25157,10709,27916,2087,400,2439,4400,0,243,0,85608484,87.3,26465236,58.4,87.3,34.8
738
+ 2013-07-31,247721,983,125974,13655,22375,10338,0,3247,23655,10474,27570,2123,380,2500,4271,0,176,0,83140050,136.7,25430955,47.7,136.7,0.0
739
+ 2013-08-01,244865,1049,123541,12915,21704,10136,0,2627,24252,11418,28440,2093,401,2240,3834,0,215,0,80967258,137.6,25389029,41.5,137.6,0.0
740
+ 2013-08-02,214748,908,109211,12029,19121,9010,0,2212,21667,9562,23612,1766,439,1634,3374,0,203,0,71211531,121.5,22121192,45.2,121.5,0.0