tamnd commited on
Commit
6d323f2
·
verified ·
1 Parent(s): 7b26e3e

Add 2012-02-28 — 143.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-27** (289 days), totaling **18,237,363 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,24 +71,24 @@ 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,391,101 events in 9076 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 326
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 755
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -96,7 +96,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
- 22:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 56.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░ 4.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 | 46 | 4,141,219 | 90,026 | 1.1 GB | 504.8 MB | 22m23s | 20m22s | 26m15s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████░░░░░░░░░░░░░░░░░░░░░░ 191.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 ██████████████████████████░░░░ 323.5K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 392.6K
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,462,330 | 46.4% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 929,000 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,219,101 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 694,341 | 3.8% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 6,413 | 0.0% | Line-level PR comments |
561
- | `stars` | WatchEvent | 1,810,598 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 509,930 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,066,073 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 205,399 | 1.1% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 216,595 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 365,297 | 2.0% | Wiki page edits |
567
- | `members` | MemberEvent | 96,344 | 0.5% | Collaborator additions |
568
- | `public_events` | PublicEvent | 16,336 | 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-28** (290 days), totaling **18,380,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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.9 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,393,082 events in 9095 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 293
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 182
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 284
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 327
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 406
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 468
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 755
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.7K
99
+ 22:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 58.4K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░ 4.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 | 47 | 4,284,542 | 91,160 | 1.1 GB | 522.3 MB | 22m49s | 20m57s | 26m49s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████░░░░░░░░░░░░░░░░░░░░░░ 197.7K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 ████████████████████████████░░ 349.4K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████░░░░░░░░░░░░░░░░░░░░░░ 404.9K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 8,518,588 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 934,799 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,228,438 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 720,241 | 3.9% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 7,226 | 0.0% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 1,822,936 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 513,467 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,089,150 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 207,068 | 1.1% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 218,046 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 367,718 | 2.0% | Wiki page edits |
567
+ | `members` | MemberEvent | 96,936 | 0.5% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 16,467 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73df6a4d79768de3e77f239230b268f7a2a69e848c8b1feb174351be835fab1d
3
+ size 202163
data/creates/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc2979d5ad3ba5470ea451ca39f514a6dfc19f577eaae20e686e16aad10422e9
3
+ size 630474
data/deletes/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1de86e2d1871b12e2ebc36e794eff66d88d183b93af4730f6bca6a70f42d33
3
+ size 49307
data/forks/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a756734a79b2d75d6812ffb948788c5a5e45a5a3c350bfdeb96dfeebe3ca0e
3
+ size 311166
data/issues/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb958a91d868abe089f3e6114b8fb9e635fcdabb1c8f4dfe88515e202664df7a
3
+ size 1231348
data/members/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa35c3450df4ea082a9afed07ae79bb04e368ff387cef5364a0c45179e122517
3
+ size 27102
data/public_events/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aede388256f2bda3c112a83714dfddb98619e10798bcefa40f44300233b1595c
3
+ size 7806
data/pull_requests/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06e46c5c9d18cf683d2c21d9bfd8dfe1da38cd87dc1be4d89d08ad31aec01021
3
+ size 3233156
data/pushes/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a55fef57cf3cb9304048ba321654239d815fce8edb10f124702b6f8c7dde10d
3
+ size 12156738
data/stars/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e73b8bc907817bd22307fd29e326fc3ba2a7536a136278f3e7570165a578ad6
3
+ size 356722
data/wiki_pages/2012/02/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e3636482bfe293b7e72d7cb2c7a4be88b95f7b19b5f2bb5190c1c74221dc1d
3
+ size 189030
stats.csv CHANGED
@@ -287,4 +287,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
287
  2012-02-24,131985,0,51380,5084,8339,23371,0,807,11131,3404,23639,981,0,1137,2045,563,104,0,41953829,32.3,16904278,52.6,32.3,34.6
288
  2012-02-25,106359,0,38833,4646,6021,22345,0,481,7885,2532,19731,751,0,892,1713,458,71,0,32901704,29.9,12828855,40.0,29.9,40.9
289
  2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,56.4
290
- 2012-02-27,140378,0,54127,5609,8665,28455,0,810,11535,3464,22724,1091,0,1276,2018,509,95,0,46246995,31.7,18026211,51.9,31.7,0.0
 
 
287
  2012-02-24,131985,0,51380,5084,8339,23371,0,807,11131,3404,23639,981,0,1137,2045,563,104,0,41953829,32.3,16904278,52.6,32.3,34.6
288
  2012-02-25,106359,0,38833,4646,6021,22345,0,481,7885,2532,19731,751,0,892,1713,458,71,0,32901704,29.9,12828855,40.0,29.9,40.9
289
  2012-02-26,108680,0,41624,3782,5697,23647,0,349,7584,2288,20145,574,0,894,1735,274,87,0,33755867,31.2,13068885,29.5,31.2,56.4
290
+ 2012-02-27,140378,0,54127,5609,8665,28455,0,810,11535,3464,22724,1091,0,1276,2018,509,95,0,46246995,31.7,18026211,51.9,31.7,34.0
291
+ 2012-02-28,143323,0,56258,5799,9337,25900,0,813,12338,3537,23077,1669,0,1451,2421,592,131,0,46664892,34.7,18395012,26.4,34.7,0.0