tamnd commited on
Commit
e9235ae
·
verified ·
1 Parent(s): 43bcd39

Add 2012-07-21 — 73.7K 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-20** (399 days), totaling **30,995,593 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.0 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,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-27** — 1,793,634 events in 11764 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
@@ -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 ████████████████░░░░░░░░░░░░░ 183.5K
101
  ```
102
 
103
 
@@ -131,14 +131,14 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ████████████████████████░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 16.9M
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 | 156 | 16,899,449 | 108,329 | 4.3 GB | 1.6 GB | 1h09m | 1h37m | 1h29m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 █████████████████████████░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 861.8K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 949.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,269,104 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,598,857 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,273,257 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,320,366 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 93,641 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,074,897 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 927,963 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,387,421 | 17.4% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 280,684 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 354,809 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 589,202 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 27,668 | 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-21** (400 days), totaling **31,069,285 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.0 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,795,193 events in 11779 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 353
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.4K
100
+ 23:00 ████████████████░░░░░░░░░░░░░ 185.0K
101
  ```
102
 
103
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ████████████████████████░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 17.0M
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 | 157 | 16,973,141 | 108,109 | 4.3 GB | 1.6 GB | 1h09m | 1h38m | 1h29m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 █████████████████████████░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 866.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 951.6K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 14,307,875 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,603,109 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,278,364 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,322,412 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 94,039 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,082,470 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 930,675 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,396,723 | 17.4% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 281,089 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 355,450 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 591,051 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 27,718 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8deaf03e94c4033392888f0a7455616d004511ed583814c8026a536fbc83a5a6
3
+ size 30352
data/creates/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b879caa65e3f7b0d603b43eb59461dce508cb66ce9cdb2631c3746ae73b521bf
3
+ size 313603
data/deletes/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915c2dadd9fff0621771868788ddcefd4ff8ca79f9684504e53c4b1018c16ff0
3
+ size 14994
data/forks/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a974dac4158224a0dfa0a84d4b7288499a29a03b18fbcf063f23cb3300de50ed
3
+ size 71171
data/issue_comments/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8c3dae3c76b16ca3a22f641516bdd7dae4650c2a7d0214f45b02805cb1e7be
3
+ size 116121
data/issues/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79be7c23ca265321046c058e83f6582780c88421e877fc429a0a738d33d1b034
3
+ size 93144
data/public_events/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df11c646cd4e7328711938792aaeabf4f2da11a302e7824c6cb0b0b7da39204
3
+ size 3796
data/pull_requests/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e9001bf151eee8259a2ec9d7d81bc83dd7ae5b08ba642d6452221fc935f60b
3
+ size 397041
data/pushes/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754c5deb92772e452a12e74de79d2a8b25a3a9a440983adbdb6914ce1940c450
3
+ size 5716382
data/stars/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3c3fda5860e7dd9294fd2452fe2576f5296c43fd6c0ae16d8736508cca2b2f
3
+ size 155477
data/wiki_pages/2012/07/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271eb5fde430f177e59da855df5dedf9059330cbfa132799f7bc1d31dc389903
3
+ size 127877
stats.csv CHANGED
@@ -397,4 +397,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
397
  2012-07-17,128909,1305,64030,6688,11157,4869,0,1115,13633,4870,15844,817,0,1725,2718,0,138,0,38356755,61.7,12892450,24.2,61.7,29.8
398
  2012-07-18,124007,1047,62235,6344,10663,4457,0,1308,13807,4464,14824,817,0,1439,2491,0,111,0,37056256,58.0,12357709,22.5,58.0,29.5
399
  2012-07-19,122567,844,61638,6103,10457,4475,0,1259,13344,4622,14969,776,0,1437,2542,0,101,0,36760982,58.1,12502580,34.7,58.1,39.2
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,0.0
 
 
397
  2012-07-17,128909,1305,64030,6688,11157,4869,0,1115,13633,4870,15844,817,0,1725,2718,0,138,0,38356755,61.7,12892450,24.2,61.7,29.8
398
  2012-07-18,124007,1047,62235,6344,10663,4457,0,1308,13807,4464,14824,817,0,1439,2491,0,111,0,37056256,58.0,12357709,22.5,58.0,29.5
399
  2012-07-19,122567,844,61638,6103,10457,4475,0,1259,13344,4622,14969,776,0,1437,2542,0,101,0,36760982,58.1,12502580,34.7,58.1,39.2
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,0.0