tamnd commited on
Commit
2f1d062
·
verified ·
1 Parent(s): f712810

Add 2011-09-14 — 79.5K 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-13** (155 days), totaling **8,045,028 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 713.2 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** — 817,358 events in 4900 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 150
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 200
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 502
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
- 19:00 █████████████████████████████░ 315.9K
97
- 20:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 54.2K
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.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 155 | 8,045,028 | 51,903 | 1.4 GB | 713.2 MB | 35m43s | 29m23s | 1h08m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.8M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 410.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 203.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 838.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 | 3,842,610 | 47.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 410,043 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 476,718 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 203,888 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 838,919 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 226,681 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 986,491 | 12.3% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 92,363 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 105,437 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 169,888 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 45,111 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,273 | 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-14** (156 days), totaling **8,124,527 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 719.8 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** — 817,399 events in 4915 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 129
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 96
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 200
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
+ 19:00 █████████████████████████████░ 316.0K
97
+ 20:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 54.3K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.1M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 156 | 8,124,527 | 52,080 | 1.4 GB | 719.8 MB | 36m00s | 29m31s | 1h09m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 414.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 206.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 846.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,878,884 | 47.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 414,089 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 482,123 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 206,041 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 846,658 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 228,809 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,004,553 | 12.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 93,058 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 106,292 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 171,441 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 45,611 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,362 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf59e2714e7378d1716f23b7d169221c63120df3af4a9a5e0cf27144f44d8dd
3
+ size 43939
data/creates/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22da0cc7d3b292bcad60eee31ff7a5ce8c04abd147a61186b0b18de3c3881ce
3
+ size 432848
data/deletes/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c5b7f1845f0e0984fcb214b6062254b65eec07bfa11ad004b0f5f07bdf4751
3
+ size 26500
data/forks/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d28e5f312bd95536325484c7250e9affb189936fe32fbf897f4025c6e6f7f6
3
+ size 107539
data/issues/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95b8b1a81209fe80a6391ecd3f06e44732819a784e3cd1c2f6bc598bce338b1
3
+ size 131967
data/members/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be63d952ab1c37426d8c9c11f88ffc189cea92b265d709e4a08df59d15c34003
3
+ size 21348
data/public_events/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f327b9d369eeb3029d2f71a18c6af6752d50b5aa6cb34616813026cc5283fc1d
3
+ size 6240
data/pull_requests/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326455981bd2ea6c94f05f227d77a9b2317baa2042bc21fa798c44f24bd117df
3
+ size 126318
data/pushes/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75840f4cfa53883d3e0a206cc90d2e35a01017c3b5894fa3c180beda739f83e
3
+ size 5714691
data/stars/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da73aac54589a79b29008e8fa8f17f8a8bc51278468e5a3931e1007dc7383dd
3
+ size 224294
data/wiki_pages/2011/09/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38de493437ed6b4b358d488968f69d3fb90270073aa11aed686a406f0562571
3
+ size 117548
stats.csv CHANGED
@@ -153,4 +153,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
153
  2011-09-10,43197,0,21583,2239,2964,1194,0,0,4397,1272,7557,470,0,455,761,263,42,0,7527191,5.7,4172118,23.3,5.7,26.0
154
  2011-09-11,46786,0,24118,2284,2927,1255,0,0,4777,1561,7402,524,0,524,1071,307,36,0,8277171,6.5,4708751,17.9,6.5,22.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,0.0
 
 
153
  2011-09-10,43197,0,21583,2239,2964,1194,0,0,4397,1272,7557,470,0,455,761,263,42,0,7527191,5.7,4172118,23.3,5.7,26.0
154
  2011-09-11,46786,0,24118,2284,2927,1255,0,0,4777,1561,7402,524,0,524,1071,307,36,0,8277171,6.5,4708751,17.9,6.5,22.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,0.0