tamnd commited on
Commit
1ec6439
·
verified ·
1 Parent(s): a5aa18e

Add 2011-11-16 — 72.8K 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-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,7 +71,7 @@ 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,066,919 events in 6494 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
@@ -79,22 +79,22 @@ Events from today are captured in near-real-time from the GitHub Events API and
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 189
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 437
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 595
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 ████████████████████████████░░ 302.4K
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.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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-16** (198 days), totaling **10,888,271 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 1017.2 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,068,526 events in 6513 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 174
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 211
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 438
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 597
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ████████████████████████████░░ 303.9K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 10.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 198 | 10,888,271 | 54,991 | 2.0 GB | 1017.2 MB | 50m01s | 40m26s | 1h30m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 5.3M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 568.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 285.6K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,250,805 | 48.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 568,773 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 687,766 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 285,622 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,117,466 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 310,473 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,459,527 | 13.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 128,939 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 138,313 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 227,708 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 63,233 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,040 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cdc3fb363d968e352ca1e7a53acf07c98dadeedeebe6bd8160cbf097b2b3b8f
3
+ size 115505
data/creates/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685b3b2f241bb9b37d549693c6a2a5d24eeb1f8be069a81316ebc18c1541039f
3
+ size 383143
data/deletes/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05bf7a194d8bc25e35f0fd0670da610a8271a8a5a6b5e2e685fc0b5178135329
3
+ size 28326
data/forks/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc00f49e38979f22089497338dba3f6dfb36e46e7249bf378837b607dedb051
3
+ size 189024
data/issues/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f51cc12659e4702f48a11828999ec3215e2303c0d0d59f0a44bde91af0cc55
3
+ size 745914
data/members/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc40a7081cd71ae021063f5a433abd2e22f2a21b8cb85c7d52a5b43cef8c4ed6
3
+ size 21124
data/public_events/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c406bbb9827a6ce862a3bbf41c890e6f66d114fab964524260a50101d1ee4f50
3
+ size 5478
data/pull_requests/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3404be21113496252c893685dc8cab1654b33af7fe0f8c1e0c7fdd2f74613c
3
+ size 391599
data/pushes/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9d2f3eac5a046c7d224054ba2dde5b8dc6bbd1368ba63bac84f7aea6050c7c
3
+ size 7152030
data/stars/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93e003b018732802bdfa32ee930602d04d8b8d43918a1c4c8615fab02b981e2
3
+ size 196695
data/wiki_pages/2011/11/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e49595a9d9203b81e49fd518946e92d8489d411c06e3f5524a655459e95b1ea
3
+ size 80013
stats.csv CHANGED
@@ -195,4 +195,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,27.1
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
 
 
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,27.1
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,26.2
199
+ 2011-11-16,72750,0,33053,3573,5363,2137,0,0,6547,2054,16609,765,0,735,1374,469,71,0,18698031,34.7,9308851,24.1,34.7,0.0