tamnd commited on
Commit
c54c4c4
·
verified ·
1 Parent(s): 4e09ef6

Add 2011-09-20 — 63.2K 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-19** (161 days), totaling **8,423,264 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 747.3 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** — 843,266 events in 5031 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 101
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 166
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 158
89
  12:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 241
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 303
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 80.0K
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.4M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 161 | 8,423,264 | 52,318 | 1.5 GB | 747.3 MB | 37m40s | 30m08s | 1h12m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 4.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 428.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 214.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 878.1K
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,040,400 | 48.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 428,531 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 500,960 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 213,981 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 878,054 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 237,644 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,045,631 | 12.4% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 96,482 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 109,641 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 177,325 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 47,354 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,655 | 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-20** (162 days), totaling **8,486,482 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 753.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** — 845,763 events in 5050 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 101
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
89
  12:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 304
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 512
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 82.5K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 162 | 8,486,482 | 52,385 | 1.5 GB | 753.1 MB | 37m55s | 30m16s | 1h13m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 4.1M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 432.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 215.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 885.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,072,567 | 48.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 431,961 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 505,471 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 215,867 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 885,343 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 239,655 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,053,868 | 12.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 97,177 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 110,470 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 179,007 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 47,773 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,717 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9a30a29cdaea7ea7b774305299ab51102408153af1d2b07c614abff2ff0791
3
+ size 43006
data/creates/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c93925fa0b7ce0d948a6b52e58a3412caa657c87628fc22326256cc524a69a
3
+ size 335749
data/deletes/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5c6dd6cb69a071571185e78005e83d817dd7ff96d9889071fc9cc7ba71801b
3
+ size 26651
data/forks/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701efbff87aa74f20a29b9f186e90b8bd83426328d317fb8e873fb881315d62f
3
+ size 102203
data/issues/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06ab1696061707dc3a4c691356723b89d489f7db527d6b4bb87c5f1eaa9b212a
3
+ size 116410
data/members/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd5239819f99a0f5c0b49a5618c9c7e94967b53a4f493c690c97ca93217b007
3
+ size 20828
data/public_events/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bfc0eb23ac0b2ef3f2e1ebf7ca8898fa272ab03e3e1c749470017decc0fac6
3
+ size 5172
data/pull_requests/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ddd6b5b3bc3ce879df51a2eb930972a97960b4e2310952a3430fd7d56fdf79
3
+ size 114581
data/pushes/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af0aefc900e52c74ace2a4aa792e158c12cc4c8f5072dce6227715eeaa14603
3
+ size 4989595
data/stars/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9146c9d7355f159ac2936afebce146b85613afe13797c952e07bb8b5cf6def05
3
+ size 212816
data/wiki_pages/2011/09/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e8dec4c9907f0344b1e25ed36fc2261b90e58cac04470c9d9344c8d408345b
3
+ size 127020
stats.csv CHANGED
@@ -159,4 +159,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,24.9
160
  2011-09-17,44370,0,26185,2080,2429,1018,0,0,4469,1273,5153,312,0,438,714,266,33,0,7358042,4.7,4380308,15.2,4.7,24.1
161
  2011-09-18,46804,0,25348,2204,2770,1138,0,0,5030,1322,6579,558,0,544,1049,218,44,0,8395129,5.0,4643507,14.3,5.0,25.8
162
- 2011-09-19,60273,0,30100,3315,4489,1731,0,0,7112,2021,8335,884,0,699,1173,338,76,0,11011597,8.9,5922837,32.1,8.9,0.0
 
 
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,24.9
160
  2011-09-17,44370,0,26185,2080,2429,1018,0,0,4469,1273,5153,312,0,438,714,266,33,0,7358042,4.7,4380308,15.2,4.7,24.1
161
  2011-09-18,46804,0,25348,2204,2770,1138,0,0,5030,1322,6579,558,0,544,1049,218,44,0,8395129,5.0,4643507,14.3,5.0,25.8
162
+ 2011-09-19,60273,0,30100,3315,4489,1731,0,0,7112,2021,8335,884,0,699,1173,338,76,0,11011597,8.9,5922837,32.1,8.9,29.3
163
+ 2011-09-20,63218,0,32167,3430,4511,1886,0,0,7289,2011,8237,695,0,829,1682,419,62,0,11713380,8.0,6094031,15.5,8.0,0.0