tamnd commited on
Commit
386d383
·
verified ·
1 Parent(s): 1b1face

Add 2011-09-16 — 70.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-15** (157 days), totaling **8,201,191 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 726.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,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** — 828,507 events in 4953 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 114
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 388
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 508
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 65.3K
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.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 157 | 8,201,191 | 52,236 | 1.4 GB | 726.5 MB | 36m18s | 29m42s | 1h10m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 417.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 208.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 854.2K
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 | 3,919,193 | 47.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 417,659 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 486,886 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 208,016 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 854,174 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 230,888 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,017,604 | 12.4% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 93,811 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 107,020 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 172,793 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 46,108 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,433 | 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-16** (158 days), totaling **8,271,817 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 733.1 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** — 834,700 events in 4991 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 301
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 509
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 71.5K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.3M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 158 | 8,271,817 | 52,353 | 1.4 GB | 733.1 MB | 36m38s | 29m50s | 1h11m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 420.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 210.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 861.4K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,958,767 | 47.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 420,932 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 491,272 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 210,094 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 861,443 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 233,028 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,025,564 | 12.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 94,728 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 107,960 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 174,389 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 46,532 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,502 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de33abce48c3803c4e0c4ec7855722f16c082193283d8863bbe6cede246dde65
3
+ size 46494
data/creates/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9561500bece469adad3074f55de528541dcf5bd234e10898eed0b8b6e3b8c648
3
+ size 337123
data/deletes/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880652ff6f9b6b14f69afb66fadb50598af197d94d535e3a3839b9a2045d2103
3
+ size 29054
data/forks/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db014980ac53ed37544861248af9cc63eea959a3c3f5f8cc4262c335707e1f93
3
+ size 106367
data/issues/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b18de78ced52ea3d04fa7eb33ac1ce56c29111dd465a9860a4c5aaea3fae4129
3
+ size 110543
data/members/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b726430cd1dd9f5330a9d63f22fb7dbea7905cebc8ddcdd23950aa11c32973c1
3
+ size 19665
data/public_events/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82289316e89fe85c86e528bb71615e6b387d5d32f65a6740d7e650829f0d8d1c
3
+ size 5393
data/pull_requests/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f949b08ee73f7aaaa78b656ed0d20bd188047fb40a4a47b475590a44f54ff06
3
+ size 121988
data/pushes/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f686983d44fe6235b6d6b4a238ff53f9848520404ca44107eb886cdb4c66a5
3
+ size 5780086
data/stars/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2ad785760714732a19610cdfbf20014b4f9e15ce533093157923fe4ff97947
3
+ size 211571
data/wiki_pages/2011/09/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599cfd8ed53e79ff807b4628d07f3451fbc64f7d3eab1eb0b26f7365c0c0d58c
3
+ size 121121
stats.csv CHANGED
@@ -155,4 +155,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
155
  2011-09-12,66537,0,30947,3248,4551,1883,0,0,7095,2095,13619,680,0,685,1306,374,54,0,11482052,8.7,6119895,23.3,8.7,25.9
156
  2011-09-13,67122,0,34395,3743,5189,2182,0,0,7115,2107,8877,980,0,767,1207,489,71,0,12447351,8.9,6655529,17.3,8.9,29.4
157
  2011-09-14,79499,0,36274,4046,5405,2153,0,0,7739,2128,18062,695,0,855,1553,500,89,0,13002465,8.7,6953232,16.9,8.7,93.0
158
- 2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,10.3,7013944,17.5,10.3,0.0
 
 
155
  2011-09-12,66537,0,30947,3248,4551,1883,0,0,7095,2095,13619,680,0,685,1306,374,54,0,11482052,8.7,6119895,23.3,8.7,25.9
156
  2011-09-13,67122,0,34395,3743,5189,2182,0,0,7115,2107,8877,980,0,767,1207,489,71,0,12447351,8.9,6655529,17.3,8.9,29.4
157
  2011-09-14,79499,0,36274,4046,5405,2153,0,0,7739,2128,18062,695,0,855,1553,500,89,0,13002465,8.7,6953232,16.9,8.7,93.0
158
+ 2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,10.3,7013944,17.5,10.3,56.6
159
+ 2011-09-16,70626,0,39574,3273,4386,2078,0,0,7269,2140,7960,917,0,940,1596,424,69,0,12272286,7.9,6889405,20.3,7.9,0.0