tamnd commited on
Commit
0f0a4de
·
verified ·
1 Parent(s): 270d655

Add 2012-07-27 — 105.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 **2012-07-26** (405 days), totaling **31,656,905 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 7.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.0 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,24 +71,24 @@ 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-27** — 1,808,816 events in 11882 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 409
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 487
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 635
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 895
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 ██████████████████░░░░░░░░░░░░ 198.6K
101
  ```
102
 
103
 
@@ -131,21 +131,21 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ███████████████████████░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 17.6M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 162 | 17,560,761 | 108,399 | 4.5 GB | 1.6 GB | 1h11m | 1h43m | 1h33m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 ████████████████████████░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 7.9M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 905.5K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 972.4K
165
  ```
166
 
167
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 14,599,397 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,642,575 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,326,278 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,343,239 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 99,184 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,145,618 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 952,133 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,467,916 | 17.3% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 284,838 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 362,217 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 602,989 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 28,264 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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 **2012-07-28** (407 days), totaling **31,834,684 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 7.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.0 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-27** — 1,811,038 events in 11902 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 355
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 321
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 409
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 488
91
+ 14:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 584
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 635
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 895
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ██████████████████░░░░░░░░░░░░ 200.8K
101
  ```
102
 
103
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ███████████████████████░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 17.7M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 164 | 17,738,540 | 108,161 | 4.5 GB | 1.7 GB | 1h12m | 1h44m | 1h33m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 ████████████████████████░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.0M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 914.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 978.5K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,690,240 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,651,921 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,340,347 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,349,334 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 100,540 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,165,217 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 958,658 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,489,963 | 17.2% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 285,903 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 364,125 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 606,566 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 28,413 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b00c7fc2eaaa1b415771935a1b3671504f50cada20749606c1e44ad11f04c3c2
3
+ size 43969
data/creates/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7aed4ee7b0f470d3bf9f02d9f0d1f3c52d20e6219ed0d0d353d2aa72df4d594
3
+ size 425991
data/deletes/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0fe234286eb9be4672cd35f0a8f9b347fa02b8ef102c9ec4842b635ea377f8f
3
+ size 23450
data/forks/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0435a77ce9194b91f36df4eb28fe8718f6c25b4051beb6097df2e586bc22d3c8
3
+ size 96011
data/issue_comments/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221fae371f582a8e1b6475f7bb7b9cf07147abe6f1b5216e628006938cf55985
3
+ size 192330
data/issues/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e035dd24381ea26e636e8aeb7c0610ff06d8683fbb3250ab6f463a81bc9123
3
+ size 131532
data/public_events/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:663a47c0cf640d837fb5ec96abbd7af734c59e2433945eb419cb8b1abb8c45f5
3
+ size 5008
data/pull_requests/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1490bf796d327e12081d61cca20abb97b29d3a2d7cbc68424a53082b3ceb98a
3
+ size 692205
data/pushes/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15bc7ebbdefaaf246a8a0bfe12835c4a19feb8ded62eb2a201cf162e463d7c8b
3
+ size 8582807
data/stars/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fd7f53129c2b695b791e516116ed72d72df1f04131ebce515b68c18e77c192
3
+ size 222598
data/wiki_pages/2012/07/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190c9fc75ef1606aac9f95a3647b27fe9c28208936e8a5dec1f8dacd038d7a07
3
+ size 149630
stats.csv CHANGED
@@ -403,4 +403,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
403
  2012-07-23,123633,990,62282,5822,10536,4712,0,1223,13514,4636,14913,817,0,1525,2548,0,115,0,37337103,63.4,12532600,29.4,63.4,34.2
404
  2012-07-24,125585,823,62360,6637,10244,4812,0,1336,14072,4725,15464,882,0,1651,2448,0,131,0,37456858,64.1,12621096,23.4,64.2,31.2
405
  2012-07-25,125264,862,61933,6559,10595,4762,0,1033,12944,4531,17001,828,0,1527,2551,0,138,0,36874949,65.5,12340778,24.3,65.5,103.9
406
- 2012-07-26,120394,713,60764,6377,10220,4321,0,1080,13955,4590,13740,737,0,1269,2519,0,109,0,36634946,55.4,12605261,31.8,55.4,0.0
 
 
 
403
  2012-07-23,123633,990,62282,5822,10536,4712,0,1223,13514,4636,14913,817,0,1525,2548,0,115,0,37337103,63.4,12532600,29.4,63.4,34.2
404
  2012-07-24,125585,823,62360,6637,10244,4812,0,1336,14072,4725,15464,882,0,1651,2448,0,131,0,37456858,64.1,12621096,23.4,64.2,31.2
405
  2012-07-25,125264,862,61933,6559,10595,4762,0,1033,12944,4531,17001,828,0,1527,2551,0,138,0,36874949,65.5,12340778,24.3,65.5,103.9
406
+ 2012-07-26,120394,713,60764,6377,10220,4321,0,1080,13955,4590,13740,737,0,1269,2519,0,109,0,36634946,55.4,12605261,31.8,55.4,18.4
407
+ 2012-07-27,105281,684,53208,5591,8912,3857,0,1017,11407,3835,12704,669,0,1205,2096,0,96,0,31678839,36.0,10565531,21.2,36.0,0.0
408
+ 2012-07-28,72498,516,37635,3755,5157,2238,0,339,8192,2690,9343,396,0,703,1481,0,53,0,21095451,25.2,7045630,22.3,25.2,0.0