tamnd commited on
Commit
55fbad3
·
verified ·
1 Parent(s): 502a2b6

Add 2011-09-24 — 43.8K 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-23** (165 days), totaling **8,679,036 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 771.7 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,7 +71,7 @@ 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,851 events in 5092 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
@@ -80,7 +80,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
@@ -90,11 +90,11 @@ Events from today are captured in near-real-time from the GitHub Events API and
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 514
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
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 165 | 8,679,036 | 52,600 | 1.5 GB | 771.7 MB | 39m04s | 30m37s | 1h14m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 442.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 221.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 906.7K
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,169,731 | 48.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 442,189 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 519,888 | 6.0% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 221,865 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 906,698 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 245,905 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,080,855 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 99,224 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 112,842 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 183,211 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 49,062 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,960 | 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-24** (166 days), totaling **8,722,809 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 776.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
 
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** — 856,891 events in 5106 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 179
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 121
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 102
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 168
 
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 307
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 393
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 515
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.6K
95
  18:00 ██████████████████████████████ 323.4K
96
  19:00 █████████████████████████████░ 316.0K
97
+ 20:00 ███████░░░░░░░░░░░░░░░░░░░░░░ 93.5K
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 | 166 | 8,722,809 | 52,547 | 1.5 GB | 776.0 MB | 39m21s | 30m43s | 1h15m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 444.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 222.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 911.5K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,192,598 | 48.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 444,654 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 522,755 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 222,946 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 911,526 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 247,436 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,086,859 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 99,652 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 113,337 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 184,052 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 49,395 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,993 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07516885d6e26c20b440e854793a350e41df907c141701a8559f04a9f9c1dc0
3
+ size 28360
data/creates/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f3e7251da87b019d19df0c5d51a27aadc677f823c017423d2374ba8750ab6ba
3
+ size 242690
data/deletes/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffab333402220d1aa67cd0a1a7b29fc9e33323e7199048107eec86457ccaaa7
3
+ size 16948
data/forks/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a8ba353abc0139adbf75455136041dbe19bf22f691fbd99bc22ef0b93e9322
3
+ size 78217
data/issues/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa784c88152b27764f68416764ce4fb0d8c7ea07c3f9793e50279bf59b702dde
3
+ size 83336
data/members/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77edbeda34b78ea1b58789ec75b59ef0f43e0e64a244bc2b510472d51c378f67
3
+ size 16310
data/public_events/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b94395dc751dd49183a2ba90b63ad04af612b8f5e7ceaac9d1f5f78c5a2198a
3
+ size 4243
data/pull_requests/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a6d882ae4d8fbf293861dc80c980056556c0cf1bfba1c64e5003e34a6d5b67
3
+ size 71036
data/pushes/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea37ea8453c1cb32062240c1c383a58609c725187458c2b3f63b21c13aee54a9
3
+ size 3680042
data/stars/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ea9beb243910216e3b727ebba6128367921c4ba7a330028bad3de9a46166a7
3
+ size 148781
data/wiki_pages/2011/09/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d028423e5abe1813c7a04d61e74750bddbe9e7e06ee608b5741a893b22480d
3
+ size 69157
stats.csv CHANGED
@@ -163,4 +163,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.8
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
- 2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,0.0
 
 
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,29.8
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
+ 2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,23.2
167
+ 2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,0.0