tamnd commited on
Commit
0fa2160
·
verified ·
1 Parent(s): a9ef59d

Add 2011-10-08 — 44.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-10-07** (179 days), totaling **9,582,772 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 856.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,13 +71,13 @@ 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** — 881,195 events in 5232 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
@@ -88,13 +88,13 @@ Events from today are captured in near-real-time from the GitHub Events API and
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
@@ -136,34 +136,34 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 179 | 9,582,772 | 53,535 | 1.7 GB | 856.7 MB | 43m24s | 32m17s | 1h20m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.6M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 495.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 248.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 996.3K
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,635,383 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 495,378 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 589,307 | 6.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 248,132 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 996,297 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 272,754 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,201,610 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 113,553 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 124,220 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 202,879 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 54,823 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,830 | 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-08** (180 days), totaling **9,626,821 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 861.5 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** — 883,809 events in 5251 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 143
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
 
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 207
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 249
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 313
92
+ 15:00 █░░░░░░���░░░░░░░░░░░░░░░░░░░░░░ 397
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 523
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
+ 19:00 █████████████████████████████░ 316.1K
97
+ 20:00 ██████████░░░░░░░░░░░░░░░░░░░ 120.3K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 180 | 9,626,821 | 53,482 | 1.7 GB | 861.5 MB | 43m39s | 32m24s | 1h20m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 497.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 249.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 1.0M
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,658,563 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 497,800 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 592,139 | 6.2% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 249,251 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,000,965 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 274,174 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,207,598 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 114,111 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 124,726 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 203,884 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 55,121 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,883 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cc0a02c3309eb17b55f2a8dd1edd08c6b58a1dae1938af5c66d7af8a4b2162
3
+ size 72331
data/creates/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876cb2b746f735deb2bc2b2e791372bd48f6c3316a323118a0e8d1dd9b74db3d
3
+ size 240781
data/deletes/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c185ccf5ff92cf39613865f721419b51a9a3b33c94cd709cc99b5e759a72569
3
+ size 19838
data/forks/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b6dd5ed515e938e049b0c24ca0c91b6f60eedab94315a8d26263e704b1b98e
3
+ size 75023
data/issues/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bffad27c725ec6233714e088fa85af76569952cf0b96eeecc46847590401ee9
3
+ size 512256
data/members/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c9fc4bdd456832966065340f4393ec2c497d0b14b34591ca8c68988e223f10
3
+ size 15525
data/public_events/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:093d11c34ca55924de1ef1a42f8667e8d2f0bb7d28fbd66b1a1497103c4aa602
3
+ size 4676
data/pull_requests/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6a72fca153e608d76aa744b111339aa90b951a51ad00a3b4d9780a738583df
3
+ size 209615
data/pushes/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acefa59841754ba954719bbee44f91604a9d5629f415ce97cce5e4e67131e26a
3
+ size 3718031
data/stars/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1725153b4dabfe32a06a7e9adcca47773a1920711ef064362edf6dbfa9b08359
3
+ size 141037
data/wiki_pages/2011/10/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96545586877a2f539ee7cb4e6fa07ec2264be8ec37cacf37ae165c46d5cd4f2f
3
+ size 59920
stats.csv CHANGED
@@ -177,4 +177,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,19.3
180
- 2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,0.0
 
 
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,19.3
180
+ 2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,23.8
181
+ 2011-10-08,44049,0,23180,2422,2832,1119,0,0,4668,1420,5988,558,0,506,1005,298,53,0,10598705,7.6,5069033,15.3,7.6,0.0