tamnd commited on
Commit
d181dd5
·
verified ·
1 Parent(s): 41cba61

Add 2012-08-22 — 135.3K 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-08-21** (431 days), totaling **34,540,647 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 8.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.3 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,35 +71,40 @@ 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,840,836 events in 12165 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
78
- 01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
79
- 02:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
80
- 03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
- 04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
82
- 05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
83
- 06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
- 07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
85
- 08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 316
86
- 09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
87
- 10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
88
- 11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
89
- 12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 415
90
- 13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
91
- 14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
92
- 15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 642
93
- 16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 903
94
- 17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
- 18:00 ██████████████████████████████ 323.9K
96
- 19:00 █████████████████████████████316.6K
97
- 20:00 ████████████████████████████░░ 304.7K
98
- 21:00 ████████████████████████░░░░░░ 264.1K
99
- 22:00 █████████████████████████░░░░░ 273.5K
100
- 23:00 █████████████████████░░░░░░░░░ 230.3K
101
  ```
102
 
 
 
 
 
 
103
 
104
  ### Live event schema
105
 
@@ -132,20 +137,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████░░░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 20.4M
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 | 188 | 20,444,503 | 108,747 | 5.3 GB | 1.9 GB | 1h24m | 1h52m | 1h46m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 █████████████████████░░░░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 9.4M
149
  ```
150
 
151
 
@@ -168,7 +173,7 @@ duckdb.sql("""
168
  ### Stars per year
169
 
170
  ```
171
- 2011 ████████████████████░░░░░░░░░ 1.4M
172
  2012 ██████████████████████████████ 2.0M
173
  ```
174
 
@@ -553,19 +558,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 16,118,612 | 46.7% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,795,798 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,569,545 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,438,958 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 122,992 | 0.4% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,431,633 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 1,058,397 | 3.1% | Repository forks |
563
- | `creates` | CreateEvent | 5,799,070 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 302,281 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 393,803 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 659,728 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 30,779 | 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-08-22** (432 days), totaling **34,675,916 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 8.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.3 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-28** — 13,571 events in 3 blocks
75
 
76
  ```
77
+ 00:00 ██████████████████████████████ 13.6K
78
+ 01:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
79
+ 02:00 ░░░░░░░░░░░░░░░░░░░░░░░��░░░░░░ 0
80
+ 03:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
81
+ 04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
+ 05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
+ 06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
+ 07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
+ 08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
+ 09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
87
+ 10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
+ 11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
+ 12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
+ 13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
+ 14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
92
+ 15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
93
+ 16:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
94
+ 17:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
95
+ 18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
+ 19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
+ 20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
+ 21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
+ 22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
+ 23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ | Date | Events | Blocks |
104
+ |------|-------:|-------:|
105
+ | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 13,571 | 3 |
107
+
108
 
109
  ### Live event schema
110
 
 
137
 
138
  ```
139
  2011 ████████████████████░░░░░░░░░░ 14.1M
140
+ 2012 ██████████████████████████████ 20.6M
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
146
+ | 2012 | 189 | 20,579,772 | 108,887 | 5.3 GB | 1.9 GB | 1h24m | 1h53m | 1h47m |
147
 
148
 
149
  ### Pushes per year
150
 
151
  ```
152
  2011 █████████████████████░░░░░░░░░ 6.7M
153
+ 2012 ██████████████████████████████ 9.5M
154
  ```
155
 
156
 
 
173
  ### Stars per year
174
 
175
  ```
176
+ 2011 ████████████████████░░░░░░░░░ 1.4M
177
  2012 ██████████████████████████████ 2.0M
178
  ```
179
 
 
558
 
559
  | Table | GitHub Event | Events | % | Description |
560
  |-------|-------------|-------:|---:|-------------|
561
+ | `pushes` | PushEvent | 16,189,260 | 46.7% | Git pushes with commits |
562
+ | `issues` | IssuesEvent | 1,802,906 | 5.2% | Issue lifecycle events |
563
+ | `issue_comments` | IssueCommentEvent | 2,581,838 | 7.4% | Comments on issues/PRs |
564
+ | `pull_requests` | PullRequestEvent | 1,444,321 | 4.2% | PR lifecycle events |
565
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 124,111 | 0.4% | Line-level PR comments |
566
+ | `stars` | WatchEvent | 3,443,869 | 9.9% | Repository stars |
567
+ | `forks` | ForkEvent | 1,063,773 | 3.1% | Repository forks |
568
+ | `creates` | CreateEvent | 5,814,272 | 16.8% | Branch/tag/repo creation |
569
+ | `deletes` | DeleteEvent | 303,142 | 0.9% | Branch/tag deletion |
570
+ | `commit_comments` | CommitCommentEvent | 395,531 | 1.1% | Comments on commits |
571
+ | `wiki_pages` | GollumEvent | 662,151 | 1.9% | Wiki page edits |
572
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
573
+ | `public_events` | PublicEvent | 30,912 | 0.1% | Repo made public |
574
 
575
  ## How it's built
576
 
data/commit_comments/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a214d601757602aae9c1f3e842a25cdba011b3cdc41889beee74674a8704183
3
+ size 55743
data/creates/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c585e552750b750f9551e13f0dffcebd1ae5c0e6b92e7db88e5feaa8200bb3fd
3
+ size 589864
data/deletes/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1e68b53577c9467547c0b92513e6d40d599e44b5d167d867eb5919e481257dd
3
+ size 28120
data/forks/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e810dd3d6d3ceb83924d181c6ef63fa7cb63722e92d4371aec5e7a3cae6b805
3
+ size 126970
data/issue_comments/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e4883cbd04e5de86686d3b02fae19a1ddb4392c43fe2e69209e7e9039037a0
3
+ size 259842
data/issues/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a1866f3cc90947a798b99dbde9a4046acf7d4151ab054d3a4ecbd36da01df5
3
+ size 166507
data/public_events/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52047ec1a78a98ea0553313e57fcf384c1e35a1e03867eb72b7ffaef22421200
3
+ size 6150
data/pull_requests/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:858c589759377c3d260d3d165722e8cee55b12427b5c7969ddb63b8969979240
3
+ size 931802
data/pushes/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd58c7776ec4edf80485a0f8e6f8f42a6bb27877b588ce16bd760de4cf7af35
3
+ size 11482073
data/stars/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3aba28a044b82c06c039928a7ffd29ca89e935795248260a722b35e08f557fe
3
+ size 244170
data/wiki_pages/2012/08/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ab13e967dc70e491ffac94248d31f2af8685946b5b2537349bf6f8ac916020
3
+ size 173339
stats.csv CHANGED
@@ -429,4 +429,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
429
  2012-08-18,79261,390,45839,3824,5128,2049,0,450,6764,2870,8943,443,0,800,1701,0,60,0,22584392,12.7,7845173,21.3,12.7,30.4
430
  2012-08-19,88382,436,51108,4266,6018,2252,0,465,7872,2935,9998,433,0,889,1641,0,69,0,25104213,13.3,8882248,20.0,13.3,29.0
431
  2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,32.0
432
- 2012-08-21,134319,775,71240,7410,11946,4886,0,1451,11782,4843,15009,872,0,1658,2332,0,115,0,43995569,40.9,17134827,55.6,40.9,0.0
 
 
429
  2012-08-18,79261,390,45839,3824,5128,2049,0,450,6764,2870,8943,443,0,800,1701,0,60,0,22584392,12.7,7845173,21.3,12.7,30.4
430
  2012-08-19,88382,436,51108,4266,6018,2252,0,465,7872,2935,9998,433,0,889,1641,0,69,0,25104213,13.3,8882248,20.0,13.3,29.0
431
  2012-08-20,131974,731,69860,6647,11572,4750,0,1490,11856,4661,15481,876,0,1635,2306,0,109,0,39694130,20.5,13124500,23.3,20.5,32.0
432
+ 2012-08-21,134319,775,71240,7410,11946,4886,0,1451,11782,4843,15009,872,0,1658,2332,0,115,0,43995569,40.9,17134827,55.6,40.9,35.0
433
+ 2012-08-22,135269,779,70648,7108,12293,5363,0,1119,12236,5376,15202,861,0,1728,2423,0,133,0,41356571,46.5,14064580,30.3,46.5,0.0