tamnd commited on
Commit
c3cc54a
·
verified ·
1 Parent(s): 849926a

Add 2011-11-24 — 79.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-23** (205 days), totaling **11,368,458 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.1 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,31 +71,31 @@ 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,087,737 events in 6670 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 217
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 444
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
  20:00 ████████████████████████████░░ 304.1K
98
- 21:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.0K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 205 | 11,368,458 | 55,455 | 2.1 GB | 1.0 GB | 52m20s | 43m31s | 1h34m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 590.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 298.1K
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,469,341 | 48.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 590,834 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 718,883 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 298,127 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,161,048 | 10.2% | Repository stars |
555
- | `forks` | ForkEvent | 324,152 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,577,229 | 13.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 133,716 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 143,401 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 235,720 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 65,958 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 10,443 | 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-24** (206 days), totaling **11,448,269 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.1 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,088,929 events in 6682 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 222
89
+ 12:00 █░░░���░░░░░░░░░░░░░░░░░░░░░░░░░ 266
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 444
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.2K
97
  20:00 ████████████████████████████░░ 304.1K
98
+ 21:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.1K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 206 | 11,448,269 | 55,574 | 2.1 GB | 1.1 GB | 52m39s | 43m48s | 1h35m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 595.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 300.1K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,502,942 | 48.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 595,923 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 726,979 | 6.4% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 300,094 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,167,833 | 10.2% | Repository stars |
555
+ | `forks` | ForkEvent | 326,306 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,595,866 | 13.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 134,471 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 144,128 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 237,269 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 66,355 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 10,497 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaa67861b0e2153041f4b6746b8ebdde091004771cf0eba5b31c490395bde9bf
3
+ size 115324
data/creates/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6b13d2665d86f3b9b1c6b5d23d74d2ba43529601a4c1a0d09af0b8f1cf5064
3
+ size 388755
data/deletes/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b02c658d6b568ca61f8bc93d3ec11284394f99ce83dc25422d68f7fbe6f6d5
3
+ size 28394
data/forks/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e071b030b4088fed25e4a9be02f56fd7ed537f5a82231a54ef85cd7e8700d54f
3
+ size 196105
data/issues/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c011639d70254516314f4ee41b706ccf23eab139a986e4a48e219b8a55652fe6
3
+ size 960140
data/members/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e79b0873cad18bc70b6a00fe416362990f6f275f8a935c70629851db1d725d
3
+ size 19687
data/public_events/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96aadae0ba632e7977e78b3d178dff9ce535644bce4d7b44dc0917819aab8494
3
+ size 4496
data/pull_requests/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cbec369ce0ec682aebb9eeb59875714086582570bae2c76e0c625868fe087f
3
+ size 366327
data/pushes/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb680f22b05356fc173aae7d1ce02aeccc860270a77b5f43ad86496995b2bb65
3
+ size 7112267
data/stars/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cb0898ac18d06b76e39e2cdd6f878eeff75cc1bfec0f991628a076c5d31c1c
3
+ size 199987
data/wiki_pages/2011/11/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8ee89bebf7afa05d39b7ff2139eba3164a8267282dc212cbddbdcefa093010
3
+ size 116991
stats.csv CHANGED
@@ -203,4 +203,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
203
  2011-11-20,59251,0,27771,2447,3062,1219,0,0,5533,1586,15211,605,0,468,996,294,59,0,13566479,22.9,7244675,20.3,22.9,22.1
204
  2011-11-21,62863,0,30340,3397,4915,1827,0,0,6048,1876,11305,620,0,713,1363,409,50,0,16816825,20.0,8395026,21.1,20.0,29.9
205
  2011-11-22,74414,0,34506,3510,5108,1996,0,0,7121,2225,16771,742,0,758,1155,466,56,0,19321301,22.2,9714292,19.0,22.2,29.5
206
- 2011-11-23,86174,0,36941,4181,5884,2312,0,0,8101,2482,22378,874,0,1087,1432,435,67,0,21051693,23.4,10374147,21.5,23.4,0.0
 
 
203
  2011-11-20,59251,0,27771,2447,3062,1219,0,0,5533,1586,15211,605,0,468,996,294,59,0,13566479,22.9,7244675,20.3,22.9,22.1
204
  2011-11-21,62863,0,30340,3397,4915,1827,0,0,6048,1876,11305,620,0,713,1363,409,50,0,16816825,20.0,8395026,21.1,20.0,29.9
205
  2011-11-22,74414,0,34506,3510,5108,1996,0,0,7121,2225,16771,742,0,758,1155,466,56,0,19321301,22.2,9714292,19.0,22.2,29.5
206
+ 2011-11-23,86174,0,36941,4181,5884,2312,0,0,8101,2482,22378,874,0,1087,1432,435,67,0,21051693,23.4,10374147,21.5,23.4,38.5
207
+ 2011-11-24,79811,0,33601,5089,8096,1967,0,0,6785,2154,18637,755,0,727,1549,397,54,0,19410406,17.3,9508473,19.1,17.3,0.0