tamnd commited on
Commit
6cdee12
·
verified ·
1 Parent(s): bdc2895

Add 2011-09-07 — 68.1K 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-06** (148 days), totaling **7,626,879 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 674.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,12 +71,12 @@ 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** — 800,210 events in 4794 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
@@ -88,13 +88,13 @@ Events from today are captured in near-real-time from the GitHub Events API and
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 291
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
- 20:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.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 ██████████████████████████████ 7.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 148 | 7,626,879 | 51,532 | 1.3 GB | 674.1 MB | 33m17s | 28m28s | 1h05m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.6M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 387.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 190.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 792.0K
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,635,382 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 387,049 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 445,548 | 5.8% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 190,905 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 791,972 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 213,413 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 924,527 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 87,306 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 100,276 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 161,496 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 42,540 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,859 | 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-07** (149 days), totaling **7,695,020 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 680.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** — 803,210 events in 4812 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 158
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
 
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 493
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
+ 20:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40.2K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 7.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 149 | 7,695,020 | 51,644 | 1.3 GB | 680.7 MB | 33m37s | 28m37s | 1h06m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 391.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 193.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 800.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,669,292 | 47.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 391,007 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 451,003 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 193,098 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 800,258 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 215,618 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 933,087 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 88,065 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 101,259 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 162,865 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 42,920 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 6,942 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f3c61c77f9011160bd6e465131333ee0ec95c299ac403c4f1437117c23d200
3
+ size 49028
data/creates/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a401e49c7ba175c182d9c09abb3d7107d8a95294c1f42644f30e1ec62d0714a
3
+ size 359574
data/deletes/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92acea60ea31fd04837840a2b92f3b5d53126d7eeb93be7ca27d456456c84863
3
+ size 28523
data/forks/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586caa874b19c5b70428793313242da40636960f78fff07aabcf9a248d152b12
3
+ size 114094
data/issues/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777e1d30c8a35ae8cdccabb87283d78ad3b6867e82913de61ac55785527ecd74
3
+ size 131102
data/members/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a25d623f1bfbe4fe941e0d2055252cf55013eda963f41983278d5962047317fe
3
+ size 19636
data/public_events/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9679782596e955646d20c542f45ff8f067f6447efedb4848558ae64c8abfc9ff
3
+ size 5700
data/pull_requests/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05674c6bedde7fd9ed76f7ac1042ead52319288f10f38ed481206666241c4355
3
+ size 129747
data/pushes/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd77a6f0ea7bb291f3c1befd2747df90f7c73ba0955210d8a338e22df9b6cd4
3
+ size 5799787
data/stars/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d2676e33d1a5a7f3a263b05ec71a4dab1ac7525fdc48f6eeb090b26de985182
3
+ size 240151
data/wiki_pages/2011/09/07.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdae4763d273d929ef522c18ccb547ad9a4c83a11cf15cdffc5293d331660232
3
+ size 105987
stats.csv CHANGED
@@ -146,4 +146,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
146
  2011-09-03,40999,0,21006,2365,3240,1149,0,0,4568,1296,5313,416,0,658,748,199,41,0,7320966,4.3,4136396,19.0,4.3,31.2
147
  2011-09-04,43027,0,22469,2418,3148,1122,0,0,4776,1286,5665,425,0,598,892,183,45,0,7784069,5.5,4145947,19.1,5.5,25.8
148
  2011-09-05,60870,0,29469,3549,5191,1758,0,0,8294,1879,7577,671,0,799,1278,353,52,0,10812183,7.8,5923548,16.9,7.8,31.5
149
- 2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,0.0
 
 
146
  2011-09-03,40999,0,21006,2365,3240,1149,0,0,4568,1296,5313,416,0,658,748,199,41,0,7320966,4.3,4136396,19.0,4.3,31.2
147
  2011-09-04,43027,0,22469,2418,3148,1122,0,0,4776,1286,5665,425,0,598,892,183,45,0,7784069,5.5,4145947,19.1,5.5,25.8
148
  2011-09-05,60870,0,29469,3549,5191,1758,0,0,8294,1879,7577,671,0,799,1278,353,52,0,10812183,7.8,5923548,16.9,7.8,31.5
149
+ 2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,31.2
150
+ 2011-09-07,68141,0,33910,3958,5455,2193,0,0,8286,2205,8560,759,0,983,1369,380,83,0,12682680,9.0,6983329,20.4,9.0,0.0