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

Add 2011-11-17 — 83.0K 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-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,10 +71,10 @@ 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,068,526 events in 6513 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 213
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
@@ -83,18 +83,18 @@ Events from today are captured in near-real-time from the GitHub Events API and
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,12 +131,12 @@ duckdb.sql("""
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
@@ -149,14 +149,14 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-17** (199 days), totaling **10,971,242 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 1.0 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,068,561 events in 6525 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
 
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 212
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
92
  15:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 438
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 599
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ████████████████████████████░░ 304.0K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 11.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 199 | 10,971,242 | 55,131 | 2.0 GB | 1.0 GB | 50m22s | 41m05s | 1h30m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 572.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 287.9K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,287,356 | 48.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 572,450 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 693,148 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 287,913 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,124,767 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 312,783 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,481,588 | 13.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 129,709 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 139,215 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 228,915 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 63,673 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,119 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c559f7eaa00c0d77e69f4e257a64d7a9229be5c1dfc4a948e3fa3f9c998337
3
+ size 137564
data/creates/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2efc7f57c228403b70d4787af15fc6c09405eb46c1d67947824400602c4f58e
3
+ size 445924
data/deletes/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ab71fee966eb2c4e1cd605ad9c66eb94c7ec6ddcc86a4d08a7a43ca69876a6
3
+ size 28323
data/forks/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29be67835aeec80a70b94c4aad5a86ecf744b6a5153bd6ed0ebc5a7b55360cc7
3
+ size 211458
data/issues/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b68fcdd308a716b1397df943a11578cb7306078aea91673a3adb30847821b679
3
+ size 828508
data/members/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0d55b588c99d7381a6e2e941d662c28dbc9c989035acec1465e64b476a55b9
3
+ size 20747
data/public_events/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:684b08c3f732cbb17e62aa7aef855571afe8a8a679e9c5e276e724f1720ce16d
3
+ size 5775
data/pull_requests/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b972d53c5d706c16b55cb2fffe122417d8d41e453afcaa64be98d178ee946f25
3
+ size 422956
data/pushes/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a70af2def9220733a2e4ebeecfbfcf926e2554334deae02727bd47a2fb6ae4b
3
+ size 7843896
data/stars/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6357601f83bdd4aeb53f7071353460a2ba803c72f795973e04c2888c42724093
3
+ size 245760
data/wiki_pages/2011/11/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3c49cf1d794acdee2c4a1e626043c42c80374a920f9236b2b1612d18e72ae0
3
+ size 98775
stats.csv CHANGED
@@ -196,4 +196,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,31.3
200
+ 2011-11-17,82971,0,36551,3677,5382,2291,0,0,7301,2310,22061,770,0,902,1207,440,79,0,20566537,39.4,10289686,20.8,39.4,0.0