tamnd commited on
Commit
127bae3
·
verified ·
1 Parent(s): 2b440c1

Add 2011-09-21 — 64.4K 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-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,25 +71,25 @@ 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** — 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
@@ -131,12 +131,12 @@ duckdb.sql("""
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
@@ -149,21 +149,21 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-21** (163 days), totaling **8,550,876 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 759.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** — 845,796 events in 5065 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 138
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 167
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
90
  13:00 █░░░░���░░░░░░░░░░░░░░░░░░░░░░░░ 242
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 512
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 163 | 8,550,876 | 52,459 | 1.5 GB | 759.4 MB | 38m19s | 30m23s | 1h13m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 435.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 217.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 892.5K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,105,724 | 48.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 435,377 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 510,122 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 217,770 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 892,537 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 241,811 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,062,409 | 12.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 97,857 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 111,219 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 180,453 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 48,182 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,809 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e09390f5c3e9d5fdb87fedbff56ef34d1e9a8d2d1d7b162c621969605bb513
3
+ size 37813
data/creates/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f0485d0249e51eb715f88a75eeeaa866c23879d86e3e507e8d856ae90f72f7
3
+ size 352326
data/deletes/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10b7b33d149d8d29465b299c51fe98428c6e5e38d9940cd563895aa3d0078c56
3
+ size 26053
data/forks/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b0f01a4158f7b8b5fbd7f7cf93b92a4285e3b58964e9d6330f19243d8666cc
3
+ size 128680
data/issues/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d225178be6f3f0b454c71e6b93543e2fd6aa8f2704805d7a584a74b3e8a86dce
3
+ size 115919
data/members/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81acb6dc31e4cc6b44d89351ea9836b601adfa2a5611ed0eec988b02b886f1d
3
+ size 22460
data/public_events/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb204f32a77b25655a88d24f95b3899fc5e69593acb44ac86cea45b4b0103abf
3
+ size 6254
data/pull_requests/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5af600028178fdd54ec81a46144426d5b59875fbe28f0f89356fa540230919b
3
+ size 121097
data/pushes/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a94c5bf1863ab285079642c8fd7b30c6cf421aa428daa85e1086bc3708876c
3
+ size 5417634
data/stars/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d3555c7e63385081e3443cbeb2308b4f8377211b7e63c1ce29cffdecca27ef
3
+ size 215308
data/wiki_pages/2011/09/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ec2bf038c0d912566ae2a4e05961ef7b41d07e9e3f85305a7464084149f05e
3
+ size 110933
stats.csv CHANGED
@@ -160,4 +160,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,28.8
164
+ 2011-09-21,64394,0,33157,3416,4651,1903,0,0,7194,2156,8541,680,0,749,1446,409,92,0,12021625,6.4,6554477,23.6,6.4,0.0