tamnd commited on
Commit
ce82eee
·
verified ·
1 Parent(s): a9a13ca

Add 2012-07-12 — 132.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-11** (390 days), totaling **29,740,488 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 6.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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-27** — 1,768,733 events in 11617 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
@@ -85,19 +85,19 @@ Events from today are captured in near-real-time from the GitHub Events API and
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 482
91
  14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 885
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
- 23:00 ██████████████░░░░░░░░░░░░░░░ 158.7K
101
  ```
102
 
103
 
@@ -131,21 +131,21 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████░░░ 14.1M
135
- 2012 ██████████████████████████████ 15.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 | 147 | 15,644,344 | 106,424 | 4.0 GB | 1.5 GB | 1h05m | 1h28m | 1h23m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████████░░ 6.7M
148
- 2012 ██████████████████████████████ 7.1M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ███████████████████████████░░░ 737.1K
156
- 2012 ██████████████████████████████ 792.6K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 913.1K
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 | 13,759,776 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,529,711 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,184,725 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,283,980 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 84,440 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,968,443 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 890,588 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,039,767 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 274,231 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 342,912 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 568,303 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 26,732 | 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-12** (391 days), totaling **29,872,788 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 6.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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,773,439 events in 11637 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
 
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
91
  14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 886
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ██████████████░░░░░░░░░░░░░░░ 163.4K
101
  ```
102
 
103
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████░░░ 14.1M
135
+ 2012 ██████████████████████████████ 15.8M
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 | 148 | 15,776,644 | 106,598 | 4.1 GB | 1.5 GB | 1h05m | 1h29m | 1h24m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████████░░ 6.7M
148
+ 2012 ██████████████████████████████ 7.2M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ███████████████████████████░░░ 737.1K
156
+ 2012 ██████████████████████████████ 799.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 917.9K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,826,210 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,536,350 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,195,279 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,288,761 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 85,441 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,981,029 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 895,166 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,057,796 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 275,099 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 344,529 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 570,955 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 26,875 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1453752d14cdb4f95eb7bc3b3767b75c1ad72a429146cdfd380ad27ec0a3c00
3
+ size 56315
data/creates/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e1ea55971b60634b49292c094d83665f88f3bd17f2c6b44c744907fc72ca8e
3
+ size 551953
data/deletes/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f87d3a78d422689b86d454829a88f7c4993901b3b5305c3d243e35ae587c9de
3
+ size 26909
data/forks/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10eb8432dd82a03bba391aaf94d0c89826fb145f92c4307bf32fd8cca8fde9af
3
+ size 112894
data/issue_comments/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ed98211c9c9b1cd89559a21455317b6a5c171f4198a32e04d3e8d9b5b8954e
3
+ size 225030
data/issues/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb5eee469388b08dcf362be591341583781d5fd0c8616c4141ba79baddb4401
3
+ size 156203
data/public_events/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adec3e3feeb36c6fc05d604a50805d114d3a5b31b2d5832a31830c02a4067b32
3
+ size 6500
data/pull_requests/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0262adba52a42e960b39fce55470396a79df34f06caccbf987fa3fe270ef3ab9
3
+ size 850362
data/pushes/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e34e20eb520cbfa7466f3acf5c654663bc35bfd048fceb6cab8f82398893e7
3
+ size 10413735
data/stars/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4af6d73da13ff8d5b067e6ed95f089460f9094ca1665e5b69ddf666b478636fd
3
+ size 297318
data/wiki_pages/2012/07/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a195945e3313649ad9f04878a9be0fc37ba0a8c622459a46656355c7c416a4
3
+ size 186573
stats.csv CHANGED
@@ -388,4 +388,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
389
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
390
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
391
- 2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,0.0
 
 
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
389
  2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
390
  2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
391
+ 2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
392
+ 2012-07-12,132300,2418,66434,6639,10554,4781,0,1001,12586,4578,18029,868,0,1617,2652,0,143,0,38418210,68.6,12883792,26.7,68.6,0.0