tamnd commited on
Commit
565d0ab
·
verified ·
1 Parent(s): a9129b6

Add 2011-09-06 — 64.9K 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-05** (147 days), totaling **7,561,982 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 668.0 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** — 788,777 events in 4778 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 156
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 148
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 153
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 195
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
91
  14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 291
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 487
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.3K
96
  19:00 █████████████████████████████░ 315.9K
97
- 20:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25.8K
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 | 147 | 7,561,982 | 51,442 | 1.3 GB | 668.0 MB | 32m52s | 28m21s | 1h04m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 383.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 188.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 783.9K
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,603,612 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 383,118 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 439,990 | 5.8% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 188,800 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 783,858 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 211,408 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 916,661 | 12.1% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 86,600 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 99,379 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 160,005 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 42,165 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 6,780 | 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-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
 
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
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 111
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 157
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
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
 
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
 
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
 
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
 
data/commit_comments/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31be115824cae45d29fae5e12f077ccf4dc9fe1305f214dae7039f2853f9e597
3
+ size 41554
data/creates/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4eb8be3be2cc8845f5019734898558983fbe22e0079da266ea77536dbc9f7ab
3
+ size 329822
data/deletes/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8b8d9d3ccc495d55396b01406cc870c228c461c84e6e00e69d02d443d1cb1c
3
+ size 28764
data/forks/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e52bc6e1db3c058f9f42d17c6b7d5669891013230aa135d22eb2c3bfd68150f
3
+ size 121139
data/issues/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451997ae9273676613ae126adbc1a67c3b8015ef07c63e7ee44fa89f984b59f1
3
+ size 123618
data/members/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7197aa4c47b9b054dc0ce1c09057fdff112a663b4dac092a436d68bb06ecef32
3
+ size 18529
data/public_events/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c156bc07d7e70fbc2c270590c48da487a9e2cc18940d5c4f070372ccbadf1ed
3
+ size 5702
data/pull_requests/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9874a2bddc04fa83ad65c4b49469211c52cec4b31094415b842713c6af95e90
3
+ size 122284
data/pushes/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960e34693aa251d11286beb8672b425782384bdb64a17725e38a33dec4f709e0
3
+ size 5237382
data/stars/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903fa533cd58b9c3c29a023251e44f1550b8728a9e102e86e1f2a5028b80ac8f
3
+ size 233112
data/wiki_pages/2011/09/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d31d47ebc42ae018460a8b46520b55cd4d2abb9c997b1b9decfcd724d5ac029
3
+ size 85795
stats.csv CHANGED
@@ -145,4 +145,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,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,0.0
 
 
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,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