tamnd commited on
Commit
ac6cd8c
·
verified ·
1 Parent(s): 95c046b

Add 2011-09-28 — 73.4K 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-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,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** — 862,186 events in 5143 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 96
@@ -86,15 +86,15 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 204
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
93
- 16:00 █░░░░░░���░░░░░░░░░░░░░░░░░░░░░░ 518
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 █████████░░░░░░░░░░░░░░░░░░░░░ 98.8K
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 ██████████████████████████████ 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
@@ -149,21 +149,21 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-28** (170 days), totaling **8,982,885 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 800.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** — 864,801 events in 5159 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 96
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 170
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 206
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 394
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 519
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 █████████░░░░░░░░░░░░░░░░░░░░░ 101.4K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 9.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 170 | 8,982,885 | 52,840 | 1.6 GB | 800.7 MB | 40m30s | 31m05s | 1h16m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 460.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 230.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 939.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,322,920 | 48.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 460,525 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 543,234 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 230,939 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 938,955 | 10.5% | Repository stars |
555
+ | `forks` | ForkEvent | 255,306 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,120,962 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 105,006 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 116,656 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 189,517 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 51,022 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,237 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5521bc9921b982c27dd674913e006028f1ee533db93fd6d6b5e7b5da680307
3
+ size 46459
data/creates/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a689ea2838c5e73b5a18af0433a5075dfff08195f0311c07595746e7e0a992
3
+ size 375078
data/deletes/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ada652186f85bb6a4d3566c07614ced25ba4144ae1b53a17733dfb64442ff4
3
+ size 27840
data/forks/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f42870d35c36a11bddf7dc0e1aa4069778ccbdd38925ba21b53eb98429a38d
3
+ size 110950
data/issues/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cf3647c041c08338aee23cee6547a2d34ca61653546e72a920c46467128011
3
+ size 149934
data/members/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95f7e340324269eef06bda0750bf930484c3f06f607aaf98d39364fad56c9b2
3
+ size 21543
data/public_events/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64bce7abbe0642930aed56c051c11987abd8cf0da65c9ee4c08e81d13b7e62c4
3
+ size 4982
data/pull_requests/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720e702c7496ee43a71186d8a4c07ba58abbb026867d549f6d043d5ef61ee0b1
3
+ size 130378
data/pushes/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e35611cf5e206543f1fd4903bf1d7d0bd2126538d26cb752105680d0277ed1
3
+ size 6147170
data/stars/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed3191b8da34087c4bf62eddc852711be8a510c5a239d0b071ff6440a170a7d
3
+ size 228067
data/wiki_pages/2011/09/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b25e5c1d81022d7444b956868061fb542ea108ee8e7f7b2b9ef1f0ff664fa8d
3
+ size 120367
stats.csv CHANGED
@@ -167,4 +167,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,24.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
 
 
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,24.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,26.5
171
+ 2011-09-28,73365,0,36191,5635,6370,2274,0,0,7628,2198,9272,722,0,972,1591,451,61,0,13053783,5.6,7362768,18.1,5.6,0.0