tamnd commited on
Commit
4bb2652
·
verified ·
1 Parent(s): e278b91

Add 2011-11-11 — 71.0K 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-11-10** (192 days), totaling **10,467,151 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 965.8 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** — 1,055,045 events in 6398 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
@@ -80,21 +80,21 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 118
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 308
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 363
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 434
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 588
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
- 20:00 ██████████████████████████░░░ 290.6K
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 | 192 | 10,467,151 | 54,516 | 1.9 GB | 965.8 MB | 47m33s | 37m19s | 1h27m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 546.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 274.9K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 5,063,050 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 546,614 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 661,446 | 6.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 274,877 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,081,390 | 10.3% | Repository stars |
555
- | `forks` | ForkEvent | 299,321 | 2.9% | Repository forks |
556
- | `creates` | CreateEvent | 1,352,659 | 12.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 123,931 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 134,006 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 219,709 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 60,846 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 9,696 | 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-11-11** (193 days), totaling **10,538,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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 974.5 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** — 1,057,026 events in 6410 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 159
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 164
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 127
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 163
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 184
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 309
91
+ 14:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 364
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 434
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.7K
95
  18:00 ██████████████████████████████ 323.5K
96
  19:00 █████████████████████████████░ 316.2K
97
+ 20:00 ██████████████████████████░░░ 292.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 | 193 | 10,538,187 | 54,602 | 1.9 GB | 974.5 MB | 47m59s | 37m49s | 1h27m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 550.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 276.8K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 5,095,418 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 550,120 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 666,096 | 6.3% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 276,818 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,087,662 | 10.3% | Repository stars |
555
+ | `forks` | ForkEvent | 301,322 | 2.9% | Repository forks |
556
+ | `creates` | CreateEvent | 1,369,153 | 13.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 125,128 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 134,925 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 220,983 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 61,215 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 9,741 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e1fae541a9560ee14e7b3a7af6cd4f8339a2345f3f1ab854823a830d01c310
3
+ size 130696
data/creates/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e96a6ce3679d506fa7ad445a2dc529b90dbfb7143a32f8d31b8435594ad0186
3
+ size 368709
data/deletes/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ce2aeb322ab44bc1dec0eb6aaab77d9916e1d92d6eb039a67cc32c7a0a5fde
3
+ size 31125
data/forks/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:968e696b177c2e7ab9952787b30617984ea14df2b9f6ab58a2f6fd33fd0941b6
3
+ size 186420
data/issues/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c279fd6238aea390474673c1f9deb595385fe93d249b212493e76630bd80e506
3
+ size 749075
data/members/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c242c75948ec11ec22146b40ed5af548a163230d36d505e88191611e59dd3e
3
+ size 18741
data/public_events/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe602aee0bf7038cf4af81903ee602472a19fec0fd4da93867c872ff9e9d209
3
+ size 4601
data/pull_requests/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c61e0da4047cdbc825e09af7d5561ca4196878e6b4806660920ed9ec09db2294
3
+ size 363524
data/pushes/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add6f7111831696365d0602d0e8efc04231e15f1aa88541e0431d26b131da088
3
+ size 6946710
data/stars/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c588566749572b48885cf98414a7e33ed010e991de1dfd8e6cea309594c68ec3
3
+ size 212836
data/wiki_pages/2011/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a3a35c67c07218a08a790a973945861607af7fa0c03ac07d0bd99901479cef
3
+ size 99274
stats.csv CHANGED
@@ -190,4 +190,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
190
  2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,29.9,8296079,18.1,29.9,24.0
191
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
192
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
193
- 2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,0.0
 
 
190
  2011-10-28,70381,0,27428,2837,4073,1888,0,0,5442,1858,24213,641,0,539,1076,325,61,0,16058295,29.9,8296079,18.1,29.9,24.0
191
  2011-11-08,85102,0,39901,4039,5842,2713,0,0,7527,2639,18254,1170,0,861,1548,542,66,0,22666473,36.3,11265953,16.6,36.3,34.8
192
  2011-11-09,67989,0,31069,3259,4920,2081,0,0,5946,1815,16026,615,0,564,1173,460,61,0,17643029,28.4,9008591,7.8,28.4,37.6
193
+ 2011-11-10,75111,0,34626,3476,5250,2260,0,0,6595,2078,17654,647,0,766,1273,417,69,0,19605653,31.4,10041693,20.3,31.4,39.6
194
+ 2011-11-11,71036,0,32368,3506,4650,1941,0,0,6272,2001,16494,1197,0,919,1274,369,45,0,18045895,30.0,9111711,25.3,30.0,0.0