tamnd commited on
Commit
92fab6f
·
1 Parent(s): 0091f84

Add 2011-05-26 — 55.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-05-25** (68 days), totaling **2,948,488 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 550.2 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 288.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,13 +71,13 @@ 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** — 401,275 events in 2301 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 47
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
@@ -88,11 +88,11 @@ Events from today are captured in near-real-time from the GitHub Events API and
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 160
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 234
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
94
  17:00 █████████���██░░░░░░░░░░░░░░░░░░ 120.3K
95
- 18:00 ██████████████████████████████ 279.3K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 2.9M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 68 | 2,948,488 | 43,360 | 550.2 MB | 288.4 MB | 9m35s | 13m16s | 26m26s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 147.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 73.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 342.5K
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 | 1,577,704 | 53.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 147,834 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 126,726 | 4.3% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 72,987 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 342,548 | 11.6% | Repository stars |
555
- | `forks` | ForkEvent | 87,784 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 413,870 | 14.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 40,184 | 1.4% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 42,803 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 73,516 | 2.5% | Wiki page edits |
560
- | `members` | MemberEvent | 19,800 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 2,732 | 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-05-27** (70 days), totaling **3,049,397 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 568.0 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 298.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** — 404,519 events in 2311 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
 
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 103
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 162
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 312
94
  17:00 █████████���██░░░░░░░░░░░░░░░░░░ 120.3K
95
+ 18:00 ██████████████████████████████ 282.5K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 3.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 70 | 3,049,397 | 43,562 | 568.0 MB | 298.3 MB | 9m59s | 13m30s | 26m50s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 153.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 75.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 353.4K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,629,526 | 53.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 153,652 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 134,268 | 4.4% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 75,838 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 353,420 | 11.6% | Repository stars |
555
+ | `forks` | ForkEvent | 90,921 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 427,075 | 14.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 41,664 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 44,400 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 75,334 | 2.5% | Wiki page edits |
560
+ | `members` | MemberEvent | 20,464 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 2,835 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb348f991230c04a4d27d00753a759cd55bbbcd4b5e8a096676c3f027fd2bfe7
3
+ size 40831
data/creates/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1404b348fb3945669ff55c35f7f3e51c55a2bc81a09916e57d17e94d8faedfe4
3
+ size 288382
data/deletes/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349e6f288fdb32baff10185a8169b237608e1e40e0c180c946b2294ee21eb7c0
3
+ size 24235
data/forks/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03ef73576874e93b8b70eabe2894a7033d628d18eee80f5445c787a6e13ad52
3
+ size 94830
data/issues/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9529216892035aa2b427004b12767c661f8cecd87c76c1b5b61dbc20884d3718
3
+ size 99800
data/members/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e5283d891822fabef3e0df0807bc5682eb66ca48a45af4c3d24408f19ab41d
3
+ size 18860
data/public_events/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd2f502904cceb738a4ad597b782b7616ca64d8d3a37f1d5deab6867d011656
3
+ size 5062
data/pull_requests/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7a01f157ff8eb3b48022b1b87a4b4d1480cdc74c490b4ffd47868f8f1acef2
3
+ size 97117
data/pushes/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d3411a275abcb751713c7ca729a7049d455ffd0ad464920f13d1300894ec9f
3
+ size 4794042
data/stars/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fcf5af9186dc91af88641528253f0402263fb5a09a9e3468bdd99fc50c8e3e1
3
+ size 198767
data/wiki_pages/2011/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf747ceff98edd116881acd806a0ecbe209cc1edb5bd5955889e48f9c7a44a9
3
+ size 80068
stats.csv CHANGED
@@ -66,4 +66,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
66
  2011-05-22,32637,0,17816,1562,1971,823,0,0,3968,871,3859,412,0,425,739,167,24,0,6222648,12.2,3406382,6.4,12.3,21.1
67
  2011-05-23,51882,0,27853,2538,3580,1541,0,0,6118,1569,5787,558,0,833,1132,324,49,0,10331618,16.1,5423725,7.0,16.1,24.1
68
  2011-05-24,56098,0,29776,2872,4203,1696,0,0,6285,1732,6311,623,0,1063,1164,321,52,0,11198939,11.8,5853616,8.5,11.8,55.5
69
- 2011-05-25,55047,0,29084,2679,4083,1642,0,0,5927,1773,7039,519,0,852,1073,315,61,0,10391970,7.5,5690753,6.7,7.5,0.0
 
 
 
66
  2011-05-22,32637,0,17816,1562,1971,823,0,0,3968,871,3859,412,0,425,739,167,24,0,6222648,12.2,3406382,6.4,12.3,21.1
67
  2011-05-23,51882,0,27853,2538,3580,1541,0,0,6118,1569,5787,558,0,833,1132,324,49,0,10331618,16.1,5423725,7.0,16.1,24.1
68
  2011-05-24,56098,0,29776,2872,4203,1696,0,0,6285,1732,6311,623,0,1063,1164,321,52,0,11198939,11.8,5853616,8.5,11.8,55.5
69
+ 2011-05-25,55047,0,29084,2679,4083,1642,0,0,5927,1773,7039,519,0,852,1073,315,61,0,10391970,7.5,5690753,6.7,7.5,23.7
70
+ 2011-05-26,55806,0,28698,3129,4229,1590,0,0,5890,1736,7455,778,0,850,1008,382,61,0,10328954,7.3,5741994,15.9,7.3,0.0
71
+ 2011-05-27,45103,0,23124,2689,3313,1261,0,0,4982,1401,5750,702,0,747,810,282,42,0,8338869,7.0,4651777,7.6,7.0,0.0