tamnd commited on
Commit
76f75d7
·
verified ·
1 Parent(s): 386d383

Add 2011-09-17 — 44.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-16** (158 days), totaling **8,271,817 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 733.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,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** — 834,700 events in 4991 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 117
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
  13:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 241
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 301
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 509
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
- 20:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 71.5K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 158 | 8,271,817 | 52,353 | 1.4 GB | 733.1 MB | 36m38s | 29m50s | 1h11m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 420.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 210.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 861.4K
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,958,767 | 47.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 420,932 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 491,272 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 210,094 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 861,443 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 233,028 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,025,564 | 12.4% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 94,728 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 107,960 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 174,389 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 46,532 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,502 | 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-17** (159 days), totaling **8,316,187 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 737.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
 
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** — 837,797 events in 5009 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 161
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 134
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 165
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 154
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 158
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
90
  13:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 241
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 74.6K
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 159 | 8,316,187 | 52,303 | 1.4 GB | 737.3 MB | 36m53s | 29m54s | 1h11m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 423.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 211.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 865.9K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,984,952 | 47.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 423,012 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 493,701 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 211,112 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 865,912 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 234,301 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,030,717 | 12.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 95,040 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 108,398 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 175,103 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 46,798 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,535 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2044aea32a5e8fbcd46f461191e11e817a30bbe98ff8af63286553749de54ba5
3
+ size 26785
data/creates/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97bbfbe93bdca26766f803155281f546ad99fc414e6ee62429d983b76b25ca50
3
+ size 219798
data/deletes/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d0b9b0aa5ddfbb6fcc62e20eb3715120240b397a27f657b90a8db3bd087395
3
+ size 14442
data/forks/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe0799d901b01df1d1fe3daf477cd3b74d220563d682941c2427fcaa13bbe4d
3
+ size 73194
data/issues/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8b6f438e97a5c47affcd037882b7561b27efd06470bd5a82187af20eea9c29
3
+ size 72648
data/members/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a88efa59993cc1fe55e12c878276ca91cf43118c821feebabc9f2cbb08059d4c
3
+ size 14223
data/public_events/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f87966359d91d0a1662b6a15f6f47bc47d6e971292b336f931c3db301c66b2
3
+ size 3951
data/pull_requests/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2046aeb7ee7fcf1e38fcb4edbfe895f0ea71ce52d00f1f848ba7a6bd52927bb5
3
+ size 68401
data/pushes/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c15c44b4856a482e4877bde9b32d881603d9175c84ff171abbcf1dc68ab4ac
3
+ size 3695987
data/stars/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24c9281186e3b9fd43013a0c9a1bdeb4c66c53425b562ad73e7061ed5306d1f
3
+ size 133800
data/wiki_pages/2011/09/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba24a042874453802879992da0ff4bdcaa4e7ffc8a6fab187ae084680bb1947
3
+ size 57079
stats.csv CHANGED
@@ -156,4 +156,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,93.0
158
  2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,10.3,7013944,17.5,10.3,56.6
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,0.0
 
 
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,93.0
158
  2011-09-15,76664,0,40309,3570,4763,1975,0,0,7516,2079,13051,753,0,728,1352,497,71,0,12587472,10.3,7013944,17.5,10.3,56.6
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,0.0