tamnd commited on
Commit
50c09aa
·
verified ·
1 Parent(s): b22dd5c

Add 2012-02-11 — 67.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-02-10** (272 days), totaling **16,458,405 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.3 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,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,347,510 events in 8723 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 316
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 453
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 525
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 733
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.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
- 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
@@ -138,7 +138,7 @@ duckdb.sql("""
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 | 29 | 2,362,261 | 81,457 | 591.7 MB | 290.6 MB | 12m10s | 14m00s | 16m17s |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 116.2K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 66.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 240.2K
173
  ```
174
 
175
 
@@ -553,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 7,742,956 | 47.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 853,271 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,102,830 | 6.7% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 437,292 | 2.7% | PR lifecycle events |
560
- | `stars` | WatchEvent | 1,658,217 | 10.1% | Repository stars |
561
- | `forks` | ForkEvent | 464,632 | 2.8% | Repository forks |
562
- | `creates` | CreateEvent | 2,733,032 | 16.6% | Branch/tag/repo creation |
563
- | `deletes` | DeleteEvent | 190,064 | 1.2% | Branch/tag deletion |
564
- | `commit_comments` | CommitCommentEvent | 200,083 | 1.2% | Comments on commits |
565
- | `wiki_pages` | GollumEvent | 333,005 | 2.0% | Wiki page edits |
566
- | `members` | MemberEvent | 88,611 | 0.5% | Collaborator additions |
567
- | `public_events` | PublicEvent | 14,806 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
 
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-11** (273 days), totaling **16,525,924 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.3 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,349,547 events in 8738 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 226
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 279
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 391
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 454
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 525
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 733
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
96
  19:00 █████████████████████████████░ 316.4K
97
  20:00 ████████████████████████████░░ 304.5K
98
  21:00 ████████████████████████░░░░░░ 263.6K
99
+ 22:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.2K
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
 
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 | 30 | 2,429,780 | 80,992 | 607.5 MB | 298.8 MB | 12m48s | 14m11s | 16m54s |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 119.2K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 68.0K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 246.5K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 7,774,122 | 47.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 856,333 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,106,770 | 6.7% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 438,879 | 2.7% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,664,494 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 466,445 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,749,609 | 16.6% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 190,666 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 200,615 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 334,541 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 88,985 | 0.5% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 14,859 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2866ffb4821c5acc02fa6397d363e7abd1aacb9f431dd04a87f021f7be9c67
3
+ size 111353
data/creates/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7990b1b920bb7ed7868e8a95b81367dafa997d698f05201d0ee761acb67d61e6
3
+ size 371558
data/deletes/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2adb60c81ef12c3a4bd0db3407d48170919c057b979f0ea8e03b1ee4da699913
3
+ size 21854
data/forks/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd40bab0da02c10fef2786e5a25f67133487d3688ee3c9b05f18660ec4e012cd
3
+ size 170119
data/issues/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f2c962c0c47e04cb099c518bd6cc4f97891aaab55fd85d3be1de7bea59a637
3
+ size 635755
data/members/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bc290030b36699cc9329b9ae5d136fc5b1d32b79611acf9b80deecb8432465
3
+ size 18952
data/public_events/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0248b4b75cf483a61f66fa161ad817440fbf568b9040ac4dd2b109d763b254
3
+ size 4626
data/pull_requests/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617464d310f46b982f6f85df428703da6a4a46c3d41ac2d040250a3a808f1e20
3
+ size 301549
data/pushes/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0de6f545e4057696f7e6c7f3461a8da874f34dd41b9ceeace8f1624b9cd486c
3
+ size 6711087
data/stars/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ff116270b878bcf8b073032554e1606a61fe6bed3453064541ec6445f07ea6
3
+ size 192735
data/wiki_pages/2012/02/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24fb17dcb2f64dfe941627488c71fc2e40e7fdc299307fa0962e27ee72237f4
3
+ size 86091
stats.csv CHANGED
@@ -270,4 +270,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
270
  2012-02-07,81572,0,38320,4188,5925,2384,0,0,9036,2372,15416,786,0,826,1855,378,86,0,22050125,38.8,11157597,34.6,38.8,32.4
271
  2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,37.2,12468021,53.3,37.2,83.5
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
- 2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,0.0
 
 
270
  2012-02-07,81572,0,38320,4188,5925,2384,0,0,9036,2372,15416,786,0,826,1855,378,86,0,22050125,38.8,11157597,34.6,38.8,32.4
271
  2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,37.2,12468021,53.3,37.2,83.5
272
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,40.7,11710516,42.0,40.7,41.8
273
+ 2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
274
+ 2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,0.0