tamnd commited on
Commit
cf1f9b8
·
verified ·
1 Parent(s): 18fda7c

Add 2012-02-19 — 97.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-02-18** (280 days), totaling **17,129,686 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 3.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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,32 +71,32 @@ 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,367,512 events in 8891 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 218
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 400
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 745
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
- 22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.0K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 3.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 | 37 | 3,033,542 | 81,987 | 769.7 MB | 372.2 MB | 16m36s | 16m07s | 20m39s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 147.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █████████░░░░░░░░░░░░░░░░░░░░ 111.7K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 304.0K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 8,037,267 | 46.9% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 884,368 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,149,168 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 482,552 | 2.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,215 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,721,973 | 10.1% | Repository stars |
562
- | `forks` | ForkEvent | 482,821 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 2,872,688 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 196,772 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 206,835 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 347,100 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 91,885 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 15,436 | 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-02-19** (281 days), totaling **17,227,000 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 3.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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,369,813 events in 8919 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 401
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 459
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 533
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 747
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.7K
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 35.3K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 3.1M
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 | 38 | 3,130,856 | 82,390 | 799.1 MB | 383.5 MB | 17m00s | 16m32s | 21m08s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░ 150.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░ 129.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 311.4K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,075,885 | 46.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 887,819 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,154,381 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 500,485 | 2.9% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,503 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,729,436 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 484,937 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 2,891,305 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 197,412 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 207,542 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 348,888 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 92,265 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 15,536 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc06a7f05e37c805962755ec18eeb0958e13adb379e9befe8630147b5795087
3
+ size 115800
data/creates/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bd914535215e5a7475b93036fd23feaf08a614935323ca62f815be3aadad11
3
+ size 444248
data/deletes/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa30ce265d2df692ca758efa3bc28cfda9785cc08e3651a41d14c368cd967b26
3
+ size 23369
data/forks/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4f84b11e45ca4a552b37b013601480470e039364f43858afa0ad7845ce45c7
3
+ size 194264
data/issues/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf83a3923ff7625d07f8e1e1e40fc871960b37acfd6e19c9481ce002a888216
3
+ size 700874
data/members/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad50f4b06072c0f78a05dedbbffef30f8bcf04bdb7c35980d762c28cf230cb58
3
+ size 17934
data/public_events/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb2ba2d3ef922ccd256caf6f43a1e6b47e926d439aefb1c5e2f89111af7f3a5
3
+ size 6282
data/pull_requests/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0c8514e02726dda6d07f43f83e675cfc5434b48cd72594507fdda53b40a48a
3
+ size 1910017
data/pushes/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae49dd6bbf6fb9b4e5ee8082ed98b3844abe64d8b7032e5f78f4563b48b3d5c
3
+ size 8085071
data/stars/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e85de6e6c2c19a887ec9e56d488389d083a23a56265b0d16e7e4afba1e4fca
3
+ size 222256
data/wiki_pages/2012/02/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1745df9d27737f867dc1038fc00fee447fd57025eef0bd32f7bb1d449a6804b2
3
+ size 138865
stats.csv CHANGED
@@ -278,4 +278,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
278
  2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
279
  2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,38.7
280
  2012-02-17,103625,0,42872,4350,7133,11471,0,511,9900,2889,19607,1274,0,1140,1914,479,85,0,30986496,22.4,13319746,47.1,22.4,32.9
281
- 2012-02-18,96090,0,32991,3214,4847,20964,0,223,6822,2096,21570,527,0,651,1739,375,71,0,30093950,24.3,10683624,30.9,24.3,0.0
 
 
278
  2012-02-15,72763,0,33990,3841,6001,2058,0,47,7871,2194,13079,733,0,855,1610,363,121,0,21050466,12.7,9933589,19.3,12.7,31.3
279
  2012-02-16,93342,0,42061,4445,7203,2653,0,434,9493,2690,19754,900,0,999,2159,469,82,0,25355997,14.8,11870527,48.0,14.8,38.7
280
  2012-02-17,103625,0,42872,4350,7133,11471,0,511,9900,2889,19607,1274,0,1140,1914,479,85,0,30986496,22.4,13319746,47.1,22.4,32.9
281
+ 2012-02-18,96090,0,32991,3214,4847,20964,0,223,6822,2096,21570,527,0,651,1739,375,71,0,30093950,24.3,10683624,30.9,24.3,29.7
282
+ 2012-02-19,97314,0,38618,3451,5213,17933,0,288,7463,2116,18617,640,0,707,1788,380,100,0,30842576,24.3,11858980,23.2,24.3,0.0