tamnd commited on
Commit
e5da5f8
·
verified ·
1 Parent(s): 239e5c9

Add 2011-09-26 — 64.6K 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-09-25** (167 days), totaling **8,770,014 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 780.6 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,30 +71,30 @@ 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** — 856,891 events in 5106 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 515
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 93.5K
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 ██████████████████████████████ 8.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 167 | 8,770,014 | 52,515 | 1.5 GB | 780.6 MB | 39m37s | 30m48s | 1h15m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.2M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 447.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 224.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 916.7K
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,217,498 | 48.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 447,024 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 525,837 | 6.0% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 224,180 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 916,680 | 10.5% | Repository stars |
555
- | `forks` | ForkEvent | 248,801 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,093,579 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 100,166 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 113,884 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 185,117 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 49,604 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,038 | 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-09-27** (169 days), totaling **8,909,520 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 793.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
 
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** — 859,554 events in 5125 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 169
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
+ 11:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 161
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 517
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 96.2K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 169 | 8,909,520 | 52,719 | 1.5 GB | 793.7 MB | 40m12s | 31m00s | 1h16m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.3M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 454.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 228.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 931.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,286,729 | 48.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 454,890 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 536,864 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 228,665 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 931,327 | 10.5% | Repository stars |
555
+ | `forks` | ForkEvent | 253,108 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,111,690 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 104,284 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 115,684 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 187,926 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 50,571 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,176 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea12f573710d9d7880a019c6204011ca836371a8c1d2a47ed696d34eb06b664a
3
+ size 40127
data/creates/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b6d583a2bc4d2242e881f3640861c12a9da1e163d289b7144a3f93a8a227ef
3
+ size 341556
data/deletes/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7439708d68fb1c343660238d33555b11d7898c82047bb3eb9a804d98398555f0
3
+ size 25357
data/forks/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25be242b5eb75e78d15fef3c87da93b712bc343ce9edcb6b4c16d4c5a2ab7038
3
+ size 103148
data/issues/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:912952e2b5aa91634a7526a47de7dd2e450f4a9fcb1e0192d2bcf89726ebe4e6
3
+ size 123242
data/members/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0830f04d37b4ffe33649cc06e2b1943b01407875d29080081de1792d8f3cd99
3
+ size 22486
data/public_events/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ec34b45dccc43f5a4afbca6d9310c1c5713130b9dfd001d193926b1cb29355
3
+ size 4996
data/pull_requests/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0fb2c1e50ca5ea69a9cc8fa4ae1bc9f0d5cd32295f0b4b39c65afc1afc07c6c
3
+ size 130150
data/pushes/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ad181ff010419f1f10f39342ae021001c2fe47036c3347bb182e47cea89c1e
3
+ size 5485880
data/stars/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe42ca16c11e58d28bd2cddca45ce87cfcef0c988d9530d200d2779d9aab6984
3
+ size 219499
data/wiki_pages/2011/09/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9b02141f06ebf004d16ca610b7f14e221e079800fd90bb063df011257f74fa
3
+ size 107101
stats.csv CHANGED
@@ -165,4 +165,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
  2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,23.2
167
  2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,28.7
168
- 2011-09-25,47205,0,24900,2370,3082,1234,0,0,5154,1365,6720,514,0,547,1065,209,45,0,8451891,5.0,4832794,16.2,5.0,0.0
 
 
 
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
  2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,23.2
167
  2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,28.7
168
+ 2011-09-25,47205,0,24900,2370,3082,1234,0,0,5154,1365,6720,514,0,547,1065,209,45,0,8451891,5.0,4832794,16.2,5.0,28.8
169
+ 2011-09-26,64645,0,32747,3699,5114,2092,0,0,7129,2054,8457,657,0,745,1417,477,57,0,11717437,7.2,6603542,16.4,7.2,0.0
170
+ 2011-09-27,74861,0,36484,4167,5913,2393,0,0,7518,2253,9654,3461,0,1055,1392,490,81,0,12979043,5.0,7171563,18.6,5.0,0.0