tamnd commited on
Commit
4406778
·
verified ·
1 Parent(s): 40cffdc

Add 2011-10-06 — 69.3K 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-05** (177 days), totaling **9,445,171 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 843.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** — 871,056 events in 5221 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
@@ -79,22 +79,22 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 248
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 █████████░░░░░░░░░░░░░░░░░░░░ 107.6K
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 ██████████████████████████████ 9.4M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 177 | 9,445,171 | 53,362 | 1.6 GB | 843.3 MB | 42m50s | 31m58s | 1h19m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 487.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 243.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 983.9K
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,564,340 | 48.3% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 487,070 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 578,244 | 6.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 243,894 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 983,850 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 268,819 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,184,375 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 110,176 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 122,314 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 199,862 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 53,911 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,710 | 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-06** (178 days), totaling **9,514,435 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 850.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** — 881,195 events in 5232 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 396
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 521
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 █████████░░░░░░░░░░░░░░░░░░░░ 117.7K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 9.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 178 | 9,514,435 | 53,451 | 1.6 GB | 850.0 MB | 43m06s | 32m07s | 1h20m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 490.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 246.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 989.9K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,602,061 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 490,528 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 583,486 | 6.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 246,083 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 989,901 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 270,755 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,193,112 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 111,048 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 123,250 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 201,411 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 54,417 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,777 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d756e73a1c8234ab892dc54ace048b5bed977f9820325bfacc3418c3da68704
3
+ size 41668
data/creates/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5050a38faecc4bf3eb814a4690d539ae8a9357f3951ceabc81cd132a5b5863e1
3
+ size 356359
data/deletes/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de20106ecae15dad14714629447f177d99e4f6cc2eeeb5954253e9260dc322cb
3
+ size 30417
data/forks/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b6865cfd9fbb7151f46e57ceec8fb3624bab6bcff31ed96832a5940fc8408a
3
+ size 101964
data/issues/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6c783b9bde48ed157ce9f7bb33c8e24c7afea557838aa6458aa144ac544a06
3
+ size 119016
data/members/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a610b318a7e5ed89c7a324eea248d5cb72827492d7d6c76cf4f3b9abde830b3
3
+ size 22399
data/public_events/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50b5edb24a73ad1f24459612fc6549c9a0cd8670b17620bfd2b96cf12c07639
3
+ size 5620
data/pull_requests/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab86358b39706386fbb7c01ac20ba69560e0ed44febd57ab7cab8adb21d1d15
3
+ size 126806
data/pushes/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc5feb76d77a50cfb4089389f01c795b0b9516ec1150f6f59200f601ae8d5ce
3
+ size 5869283
data/stars/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a0e6c0f8d8c61ee29ccc844e4aa4071c2da00be12c3540b72ba04486caeb48
3
+ size 192623
data/wiki_pages/2011/10/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3712021012598a2caeef27a13456fca57142eb44b8d2a41dbe263aede23ae0f
3
+ size 85559
stats.csv CHANGED
@@ -175,4 +175,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
175
  2011-10-02,48992,0,25672,3364,3749,1149,0,0,5012,1335,6125,376,0,568,1302,298,42,0,8337427,6.6,4875313,18.1,6.6,21.4
176
  2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
177
  2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
178
- 2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,0.0
 
 
175
  2011-10-02,48992,0,25672,3364,3749,1149,0,0,5012,1335,6125,376,0,568,1302,298,42,0,8337427,6.6,4875313,18.1,6.6,21.4
176
  2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
177
  2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
178
+ 2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
179
+ 2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,0.0