tamnd commited on
Commit
982aa9d
·
verified ·
1 Parent(s): d36a077

Add 2012-07-24 — 125.6K 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 **2012-07-23** (402 days), totaling **31,285,662 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.1 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
 
@@ -71,22 +71,22 @@ 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,799,098 events in 11808 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 485
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 631
@@ -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 █████████████████░░░░░░░░░░░░░ 188.9K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
- 2012 ████████���█████████████████████ 17.2M
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 | 159 | 17,189,518 | 108,110 | 4.4 GB | 1.6 GB | 1h10m | 1h40m | 1h30m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████████░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 7.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 885.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 958.5K
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,414,340 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,623,002 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,295,219 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,329,344 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 95,735 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,104,647 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 938,287 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,421,711 | 17.3% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 282,391 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 357,770 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 595,471 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 27,886 | 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-24** (403 days), totaling **31,411,247 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.1 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
 
 
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,800,470 events in 11824 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 407
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 485
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 582
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 631
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 █████████████████░░░░░░░░░░░░░ 190.3K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ████████████████████████░░░░░░ 14.1M
135
+ 2012 █████████████████████████████ 17.3M
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 | 160 | 17,315,103 | 108,219 | 4.4 GB | 1.6 GB | 1h10m | 1h41m | 1h31m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████████░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 7.8M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ████████████████████████░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 892.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 963.3K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,476,700 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,629,639 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,305,463 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,334,156 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 97,071 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,118,719 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 943,012 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,437,175 | 17.3% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 283,273 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 359,421 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 597,919 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 28,017 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe6dd34419fec9756d54d753319f6b790f31be4af9c2bc45b8f309804968b29
3
+ size 54619
data/creates/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4793574503cbe8b49e17a6fd4d21dce026090f865345283b9318c0c44b78999d
3
+ size 497436
data/deletes/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17af92b4a52edf44569850662f411da7e7bfae92cbe46639f770596a75bae2b4
3
+ size 28849
data/forks/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fdd84a3c94530c37a5e0358be2ba39c6a78f59edd32bb1acdae0fec68cc787
3
+ size 115782
data/issue_comments/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113602dcb640c7eddc6f1143d584ced5384db7b0583da53962554f769934d4fc
3
+ size 224948
data/issues/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae2c6ee3671362dff3a73d42bb0b3040f8d31f64c2d20184857375e32c38c4f
3
+ size 154872
data/public_events/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456a9f89ef310fe1f8ff2ea61d5d9916a85e460ecc591b7930a67155618d65e5
3
+ size 6360
data/pull_requests/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9d02c469236cfb3751f9cdfbc07007f39fda74c96eff951874b2a5aab6f1ae
3
+ size 846120
data/pushes/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6bc4a532bba01a63016dd6e982a950e363fc6b1acacc3856f017f75a411e23
3
+ size 10297353
data/stars/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a800b331abf44d792e984fe2b0aadec32fcbac27bacc888351dad25424d63df5
3
+ size 269316
data/wiki_pages/2012/07/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff172cc688ad5018848de956c5815154159a4bae9ccfa414b61458b56994512c
3
+ size 125441
stats.csv CHANGED
@@ -400,4 +400,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
400
  2012-07-20,113852,797,54560,6947,13222,4068,0,1060,11541,3964,13555,679,0,1172,2194,0,93,0,32571208,55.0,10939676,22.4,55.0,30.4
401
  2012-07-21,73692,586,38771,4252,5107,2046,0,398,7573,2712,9302,405,0,641,1849,0,50,0,21046541,34.1,7039958,22.2,34.2,24.2
402
  2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,30.5
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,0.0
 
 
400
  2012-07-20,113852,797,54560,6947,13222,4068,0,1060,11541,3964,13555,679,0,1172,2194,0,93,0,32571208,55.0,10939676,22.4,55.0,30.4
401
  2012-07-21,73692,586,38771,4252,5107,2046,0,398,7573,2712,9302,405,0,641,1849,0,50,0,21046541,34.1,7039958,22.2,34.2,24.2
402
  2012-07-22,92744,559,44183,14071,6319,2220,0,473,8663,2976,10075,485,0,795,1872,0,53,0,23939544,42.2,8220733,23.4,42.2,30.5
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,0.0