tamnd commited on
Commit
f52d016
·
verified ·
1 Parent(s): bfa81d4

Add 2011-12-14 — 82.2K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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 **2011-12-13** (225 days), totaling **12,882,507 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 2.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.2 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,25 +71,25 @@ 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,132,392 events in 7063 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 243
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 288
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 456
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 625
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 12.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 225 | 12,882,507 | 57,255 | 2.4 GB | 1.2 GB | 59m31s | 47m15s | 1h45m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 6.1M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 676.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 338.4K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 6,147,290 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 676,654 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 846,499 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 338,425 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,300,750 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 364,246 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,908,731 | 14.8% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 151,291 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 159,805 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 264,060 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 73,513 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,637 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
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 **2011-12-14** (226 days), totaling **12,964,684 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 2.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.2 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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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,132,424 events in 7080 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 173
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
87
+ 10:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 217
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 290
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 625
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 13.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 226 | 12,964,684 | 57,365 | 2.5 GB | 1.2 GB | 59m56s | 47m28s | 1h45m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 6.2M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 681.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 340.9K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,183,984 | 47.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 681,197 | 5.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 853,592 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 340,880 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,308,632 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 366,333 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,926,361 | 14.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 152,024 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 160,773 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 265,720 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 73,865 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 11,717 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187d49ae762fa1f124ec70e17d1b689a2b3b0a66377e85ee618d4c22b8f71389
3
+ size 134973
data/creates/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e698887e75eb80525d209871903e7a776b7e5b984996daab36f0fc9193338e5
3
+ size 413509
data/deletes/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8decfa889cd78c425fb765313d0d6676c3ce9893bf8f322980627225ff8e915a
3
+ size 28191
data/forks/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c00e38e367cebc180aced1941e9b001361171150b0e85bca131e767cd3b2a32
3
+ size 194263
data/issues/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2965947b80307206c926c913468304211c8e8b4e7a57a286194c00ae780d77e4
3
+ size 966661
data/members/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ffc4c5ab856c734bd8492a240f636e6422884beef96f34d0e0a7dfbf10cdc21
3
+ size 18416
data/public_events/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebde4fbe595ac798969e7048b059b06a26cb2a003b81956fbc01c3107eabcf1
3
+ size 5585
data/pull_requests/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba893bdfd7060e67362dba7842a64f363a86440005706f8c5f7c8cdadd5eceaf
3
+ size 452247
data/pushes/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60fae3ed4fd46a25b7f238be4a4a2c6c74256ef2e01fcf722a3205d06cd39090
3
+ size 8199327
data/stars/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2872d4719b41f781a631da16458b6cf6e4183d0c1fd6dfd92c3304f943146b
3
+ size 230700
data/wiki_pages/2011/12/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8746537a4d6b3faedb3bbbbf1fcbe1f1f814c11c9e3e9324d522a93fc185eeee
3
+ size 128106
stats.csv CHANGED
@@ -223,4 +223,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
223
  2011-12-10,61871,0,27284,3524,4389,1400,0,0,5670,1548,15422,813,0,559,953,260,49,0,14574716,8.3,7581923,18.9,8.3,35.3
224
  2011-12-11,58190,0,26871,2350,3316,1147,0,0,5455,1453,15055,644,0,661,1014,191,33,0,13702958,9.9,7422219,16.8,9.9,35.3
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
- 2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,0.0
 
 
223
  2011-12-10,61871,0,27284,3524,4389,1400,0,0,5670,1548,15422,813,0,559,953,260,49,0,14574716,8.3,7581923,18.9,8.3,35.3
224
  2011-12-11,58190,0,26871,2350,3316,1147,0,0,5455,1453,15055,644,0,661,1014,191,33,0,13702958,9.9,7422219,16.8,9.9,35.3
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
+ 2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,26.8
227
+ 2011-12-14,82177,0,36694,4543,7093,2455,0,0,7882,2087,17630,733,0,968,1660,352,80,0,21610285,12.6,10771978,24.3,12.6,0.0