tamnd commited on
Commit
854e60e
·
verified ·
1 Parent(s): 51336dc

Add 2012-06-19 — 132.5K 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-06-18** (376 days), totaling **27,994,630 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.7 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,17 +71,17 @@ 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,699,853 events in 11163 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
@@ -89,7 +89,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 614
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 847
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
@@ -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.3K
100
- 23:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 90.2K
101
  ```
102
 
103
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████████████████░ 13.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 | 133 | 13,898,486 | 104,499 | 3.6 GB | 1.3 GB | 59m38s | 1h21m | 1h15m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████████████░░ 682.5K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 856.7K
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 | 12,941,214 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,419,583 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,035,853 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,227,550 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 70,474 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,795,305 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 826,800 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,750,976 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 264,114 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 324,440 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 537,805 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,148 | 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-06-19** (377 days), totaling **28,127,124 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.7 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,702,164 events in 11180 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
 
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 615
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 847
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 92.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████████████░ 14.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 | 134 | 14,030,980 | 104,708 | 3.6 GB | 1.4 GB | 1h00m | 1h21m | 1h16m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████████████░░ 691.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 860.9K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,002,111 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,428,365 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,047,431 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,231,752 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 71,856 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,808,266 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 831,423 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,773,787 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 264,839 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 325,907 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 540,250 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,251 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9177ca14d488136b01929cfe6b1c1a37fc9ef1a1959a06f883357afd9b0ba6
3
+ size 50800
data/creates/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6756522a250b671bd75f837dee9bea5182475c76bc6b511553ed0314c77f4ed
3
+ size 483981
data/deletes/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5661f641f150f4fe4af205a9f9cef060236c12e61635062fd3b7efb46f0e36
3
+ size 24491
data/forks/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e977d60c818cc0d721cbbe8b749faf969cfd8311cc93cf11bc04f7989598c4c0
3
+ size 114109
data/issue_comments/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab69a15847f78d719ccc3e16cdc49079bf406df371f2378a3605273152e38042
3
+ size 232113
data/issues/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151e8b2dfabb5d196a06d8fc4c62d5239f7285b0e9893818bea8a4b688ce1de0
3
+ size 169752
data/public_events/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de86de2bbeb3240b4de1a08674f68437cfa0df9267c816f6695bcad6da6dcda
3
+ size 5634
data/pull_requests/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85ab73e058dead8e53497b15ad88ef74a57a36e877b4a4a5680b75ede5814ed
3
+ size 751063
data/pushes/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dbe7cd111c6cc05f2030aa31889071909a0343927758c0bdec5e4e246e3ecb
3
+ size 9489834
data/stars/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409fda85262b4f92ab72de5a1fce2a2c8476717a598a6a02214cf41546386302
3
+ size 254474
data/wiki_pages/2012/06/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e5b79038031b8f797aea4eed90c9bb6e722ba2cf06c54b2dfbc3a7fada6013
3
+ size 181853
stats.csv CHANGED
@@ -374,4 +374,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
374
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,22.8,10722580,23.5,22.8,28.6
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
377
- 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,0.0
 
 
374
  2012-06-15,112994,381,54587,5461,8395,3572,0,940,10983,3756,20963,678,0,1119,2049,0,110,0,30587924,22.8,10722580,23.5,22.8,28.6
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
377
+ 2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
378
+ 2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,0.0