tamnd commited on
Commit
b34da98
·
verified ·
1 Parent(s): 09aa4fc

Add 2011-11-14 — 84.1K 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-11-13** (195 days), totaling **10,651,572 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 1.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 987.8 MB 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,30 +71,30 @@ 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,062,216 events in 6438 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 199
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 434
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 590
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
- 18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 ███████████████████████████░░░ 297.7K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,32 +131,32 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 10.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 195 | 10,651,572 | 54,623 | 1.9 GB | 987.8 MB | 48m40s | 38m36s | 1h28m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 5.1M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 554.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 279.0K
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 | 5,146,270 | 48.3% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 554,739 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 671,532 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 279,044 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,096,746 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 304,040 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,402,269 | 13.2% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 126,072 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 136,048 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 223,526 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 61,858 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,822 | 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-11-15** (197 days), totaling **10,815,521 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1008.3 MB 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,064,675 events in 6475 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 172
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
86
+ 09:00 █░��░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 366
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 437
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 592
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
+ 18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ███████████████████████████░░░ 300.1K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 10.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 197 | 10,815,521 | 54,901 | 2.0 GB | 1008.3 MB | 49m37s | 39m51s | 1h29m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.2M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 565.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 283.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,217,752 | 48.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 565,200 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 682,403 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 283,485 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,110,919 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 308,419 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,442,918 | 13.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 128,174 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 137,578 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 226,334 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 62,764 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,969 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a0e56b4c99d40a1e53c9c3bb0367b03b106b3f509ee0d193490ef0b0035aac
3
+ size 120009
data/creates/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d46277d302f4334b03b587c74814fdee753c218a659adf22883dba77b5d0496
3
+ size 420823
data/deletes/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac82b8c8b59146c462a8911ca338e33e7f1dd6a9c073e5569440697155b188b1
3
+ size 37171
data/forks/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb1260ace1c76cd27c17e2b7c1545182718becd4aefbbd24b905e90a9b162e1
3
+ size 187214
data/issues/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f3ba53fe7803b4e39c041054ed9e6d4fd0c07afc9f5293bbd8be0542c804c70
3
+ size 1229937
data/members/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91eea5e749bbefe9700f413e29ece845fd9a262d85ebeb5010b80bbac3f5ab1
3
+ size 21851
data/public_events/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a23c7d8cbff083e4e8575f313c3f307724a7688341ca58c357c3877d2b27871
3
+ size 5528
data/pull_requests/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d424ab10cfae66f1eace9d7b5f858307ad1d1ce5bb9ebeebb0846dcf5b7424
3
+ size 374653
data/pushes/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28fdb65422877ee6afcec25615967c27f65193929a590ee67980bdf72b1e6d07
3
+ size 8471091
data/stars/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0539b17447f3bf6b2225d283974e40d4eccf66d74fe8ab411c18c83e29e016d6
3
+ size 197996
data/wiki_pages/2011/11/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46977485e3198e57b605e90c155c7b5c9b1cd7a3bd5502a91dd63101dfb6dec0
3
+ size 115112
stats.csv CHANGED
@@ -193,4 +193,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
193
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
194
  2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,30.3
195
  2011-11-12,56237,0,23528,2222,2658,1097,0,0,4385,1351,18692,408,0,526,963,378,29,0,12093854,22.6,6736996,18.2,22.6,31.3
196
- 2011-11-13,57148,0,27324,2397,2778,1129,0,0,4699,1367,14424,536,0,597,1580,265,52,0,13087017,25.0,7186710,23.2,25.1,0.0
 
 
 
193
  2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
194
  2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,30.3
195
  2011-11-12,56237,0,23528,2222,2658,1097,0,0,4385,1351,18692,408,0,526,963,378,29,0,12093854,22.6,6736996,18.2,22.6,31.3
196
+ 2011-11-13,57148,0,27324,2397,2778,1129,0,0,4699,1367,14424,536,0,597,1580,265,52,0,13087017,25.0,7186710,23.2,25.1,23.3
197
+ 2011-11-14,84147,0,34765,6348,5175,2104,0,0,6522,1988,23280,1310,0,751,1389,441,74,0,21347793,39.4,11181385,28.9,39.4,0.0
198
+ 2011-11-15,79802,0,36717,4113,5696,2337,0,0,7651,2391,17369,792,0,779,1419,465,73,0,20836691,35.1,10361962,27.9,35.1,0.0