tamnd commited on
Commit
b254cbf
·
verified ·
1 Parent(s): 9e70b06

Add 2011-09-03 — 41.0K 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-02** (144 days), totaling **7,417,086 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 654.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,26 +71,26 @@ 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** — 788,679 events in 4744 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 175
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
91
  14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 289
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 485
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 7.4M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 144 | 7,417,086 | 51,507 | 1.3 GB | 654.5 MB | 31m57s | 28m03s | 1h03m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 3.5M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 374.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 184.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 766.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,530,668 | 47.6% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 374,786 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 428,411 | 5.8% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 184,771 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 766,220 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 206,947 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 898,106 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 85,088 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 97,324 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 157,087 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 41,430 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,642 | 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-03** (145 days), totaling **7,458,085 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 658.4 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** — 788,719 events in 4758 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 110
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 152
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 194
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
91
  14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 289
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 486
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 7.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 145 | 7,458,085 | 51,435 | 1.3 GB | 658.4 MB | 32m16s | 28m07s | 1h04m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 3.6M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 377.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 185.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 770.8K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,551,674 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 377,151 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 431,651 | 5.8% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 185,920 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 770,788 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 208,243 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 903,419 | 12.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 85,504 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 97,982 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 157,835 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 41,629 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 6,683 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46da2877594d3ed010908b3f35c6ed76d965725c9eb8d9123a2f4057023d73a4
3
+ size 33702
data/creates/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efdba9c5494297fe07a263241f7e75154f040441ae488aabdf0a9367c9d46ffe
3
+ size 235079
data/deletes/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e9f1034b1ca22a6fad7a2227b3a84d03ce1f65293d84fa77ba35a56562ad9f1
3
+ size 15921
data/forks/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:839ff71a491108200ceeb0d6a9b191b22a19c63dc729d85c9d8eb50a730064bd
3
+ size 69465
data/issues/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6f9998ba142ff3e0afa9a6b7d2fecaca2a341ec56c9ebdd34300746c16f995
3
+ size 81231
data/members/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c189e85401cd35ddf228e8157ff1f8ee91bbb5c19e8c12965450327063de8747
3
+ size 11360
data/public_events/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9039db46ea1e3c7b0d1989b26e7e82df8230ac55b3834aca43b4543ab311fe53
3
+ size 4245
data/pull_requests/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f8b64577371bc6b818476a2082c38b77d45168b16d6cd0fff77641ef90bc70
3
+ size 73207
data/pushes/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d95fcaa66a8cdd464c7b610f41d194f314e4e72e80fc293b68306445d2d95cd
3
+ size 3430084
data/stars/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca06e62baad1efeafadfa086cc76cb3e5e1179e77f9cb588b6d8ab08ca71b430
3
+ size 136961
data/wiki_pages/2011/09/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded312092e2c87aaacadde1eb365547df5da80a05d583ec7f227aee3064e0713
3
+ size 45141
stats.csv CHANGED
@@ -142,4 +142,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
142
  2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.2,6165324,28.0,8.3,25.7
143
  2011-08-31,61408,0,30991,3457,5226,2080,0,0,7425,2009,6951,859,0,875,1160,310,65,0,11297695,9.5,6223313,28.6,9.5,23.9
144
  2011-09-01,65069,0,32061,4976,6001,2197,0,0,7014,1883,7695,674,0,747,1367,380,74,0,11700096,7.6,6501684,19.5,7.6,28.5
145
- 2011-09-02,60128,0,29556,3907,5134,1821,0,0,6572,1875,8163,596,0,907,1188,343,66,0,10786770,7.5,5623793,32.7,7.5,0.0
 
 
142
  2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.2,6165324,28.0,8.3,25.7
143
  2011-08-31,61408,0,30991,3457,5226,2080,0,0,7425,2009,6951,859,0,875,1160,310,65,0,11297695,9.5,6223313,28.6,9.5,23.9
144
  2011-09-01,65069,0,32061,4976,6001,2197,0,0,7014,1883,7695,674,0,747,1367,380,74,0,11700096,7.6,6501684,19.5,7.6,28.5
145
+ 2011-09-02,60128,0,29556,3907,5134,1821,0,0,6572,1875,8163,596,0,907,1188,343,66,0,10786770,7.5,5623793,32.7,7.5,25.3
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,0.0