tamnd commited on
Commit
ec5d1cd
·
verified ·
1 Parent(s): 45f3d72

Add 2011-10-25 — 74.9K 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-10-24** (185 days), totaling **9,967,849 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 900.7 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** — 997,005 events in 6072 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
@@ -80,21 +80,21 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
92
  15:00 █░░░░░��░░░░░░░░░░░░░░░░░░░░░░░ 424
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 572
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 █████████████████████░░░░░░░░ 232.8K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 10.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 185 | 9,967,849 | 53,880 | 1.8 GB | 900.7 MB | 45m05s | 33m36s | 1h22m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 521.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 259.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 1.0M
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 4,827,690 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 521,933 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 625,970 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 259,444 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,033,783 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 284,114 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,251,166 | 12.6% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 118,033 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 128,767 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 210,795 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 57,327 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,221 | 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-10-27** (188 days), totaling **10,168,568 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 929.0 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,006,866 events in 6083 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 205
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 131
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 234
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 354
92
  15:00 █░░░░░��░░░░░░░░░░░░░░░░░░░░░░░ 424
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 573
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 █████████████████████░░░░░░░░ 242.6K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 10.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 188 | 10,168,568 | 54,088 | 1.8 GB | 929.0 MB | 46m31s | 35m13s | 1h23m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 533.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 265.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 1.1M
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,930,026 | 48.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 533,003 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 641,361 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 265,935 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,055,880 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 290,931 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,276,512 | 12.6% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 120,858 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 131,276 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 214,639 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 59,102 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,439 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636cbacfc48b3281a54d9af0d9da29b6ff599a126dcb47d7cd241fb65973b41d
3
+ size 142940
data/creates/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1203c886897d9eb0c8ccf15b90c0a9bd4c6e9ec8d90c52fe7e70218b9ae4fd0
3
+ size 382080
data/deletes/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cca8ee4d1c5d03ab7cdead0ff94cdb40924b2a1a208c36d4bfc3a9657a36f43
3
+ size 29949
data/forks/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50823454926b49b9608c21ec6a87ec24d15e007ffcd0e307e15bd438a79727e2
3
+ size 227713
data/issues/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2a59b2c8581591ab1a80f299d7d0fd37c6a1b881289c9e37d3138efa2047acb
3
+ size 850367
data/members/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d717393ba861a068b9ac4042ac9fe021a454acc309709beda8e2cbaa033fa35
3
+ size 27190
data/public_events/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbd16765386c89bd2637b539b64c2fa03cf2586a8982d3fd6644c95f4db5a37
3
+ size 5857
data/pull_requests/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f904f25fd13c47fca17f173b737db3de72f36c99227efc5a6fc04c1aef1cbcf6
3
+ size 410581
data/pushes/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e1f18746ed11d9a27303844412dfb444041d517934ff091efd2d6c0048b1df
3
+ size 8312267
data/stars/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1df188bf3a9251db7348abc5646284bfc91fb448e9195f88ac5cd0cd5dfbac
3
+ size 249185
data/wiki_pages/2011/10/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7aae1674b4542bf71905184312842ce3e9b7df6645d5d6db46aeaad741fa52b
3
+ size 108745
stats.csv CHANGED
@@ -183,4 +183,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
183
  2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,30.0
184
  2011-10-11,81326,0,36466,8127,12267,2311,0,0,6888,2198,9050,1007,0,998,1473,469,72,0,21448753,13.3,8697975,18.9,13.3,27.2
185
  2011-10-12,71502,0,36279,4043,5635,2297,0,0,6778,2230,10394,868,0,933,1462,497,86,0,18520737,10.7,8146841,23.7,10.7,22.4
186
- 2011-10-24,69453,0,36750,3942,5402,2319,0,0,7125,2105,8379,809,0,772,1270,502,78,0,21333055,31.2,10384681,8.3,31.2,0.0
 
 
 
 
183
  2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,30.0
184
  2011-10-11,81326,0,36466,8127,12267,2311,0,0,6888,2198,9050,1007,0,998,1473,469,72,0,21448753,13.3,8697975,18.9,13.3,27.2
185
  2011-10-12,71502,0,36279,4043,5635,2297,0,0,6778,2230,10394,868,0,933,1462,497,86,0,18520737,10.7,8146841,23.7,10.7,22.4
186
+ 2011-10-24,69453,0,36750,3942,5402,2319,0,0,7125,2105,8379,809,0,772,1270,502,78,0,21333055,31.2,10384681,8.3,31.2,39.5
187
+ 2011-10-25,74899,0,37462,4140,5634,2406,0,0,8668,2558,10184,881,0,896,1402,586,82,0,22294342,36.5,10746874,38.8,36.5,0.0
188
+ 2011-10-26,73436,0,37400,4083,5780,2276,0,0,8030,2369,8759,1460,0,930,1441,819,89,0,22413620,35.1,10821255,22.2,35.1,0.0
189
+ 2011-10-27,52384,0,27474,2847,3977,1809,0,0,5399,1890,6403,484,0,683,1001,370,47,0,15746487,25.0,8141315,24.8,25.0,0.0