tamnd commited on
Commit
6b2bc7a
·
1 Parent(s): 2d376ff

Add 2011-05-23 — 51.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-05-22** (65 days), totaling **2,785,461 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 519.8 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 272.2 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,28 +71,28 @@ 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** — 389,284 events in 2243 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 81
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 46
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 57
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 44
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
89
- 12:00 █░░░░░░░░░���░░░░░░░░░░░░░░░░░░░ 99
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 150
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
94
  17:00 █████████████░░░░░░░░░░░░░░░░░ 120.3K
95
- 18:00 ██████████████████████████████ 267.3K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21: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 | 65 | 2,785,461 | 42,853 | 519.8 MB | 272.2 MB | 9m13s | 12m40s | 24m46s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 139.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 68.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 324.2K
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,490,991 | 53.5% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 139,745 | 5.0% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 114,860 | 4.1% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 68,108 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 324,218 | 11.6% | Repository stars |
555
- | `forks` | ForkEvent | 82,710 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 394,733 | 14.2% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 38,484 | 1.4% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 40,055 | 1.4% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 70,147 | 2.5% | Wiki page edits |
560
- | `members` | MemberEvent | 18,840 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 2,570 | 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-23** (66 days), totaling **2,837,343 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 529.6 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 277.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
 
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** — 389,339 events in 2269 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 46
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 83
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 122
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 155
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
94
  17:00 █████████████░░░░░░░░░░░░░░░░░ 120.3K
95
+ 18:00 ██████████████████████████████ 267.4K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 66 | 2,837,343 | 42,990 | 529.6 MB | 277.4 MB | 9m20s | 12m56s | 25m07s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 142.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 69.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 330.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,518,844 | 53.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 142,283 | 5.0% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 118,440 | 4.2% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 69,649 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 330,336 | 11.6% | Repository stars |
555
+ | `forks` | ForkEvent | 84,279 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 400,520 | 14.1% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 39,042 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 40,888 | 1.4% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 71,279 | 2.5% | Wiki page edits |
560
+ | `members` | MemberEvent | 19,164 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 2,619 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37f0fec2d8095a1b257437260f59bc02fb9e2f1df9f53b955a1a7423b431778
3
+ size 41160
data/creates/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8594e3d8da708e9c07eaf3c08d7a4647dd93eccf54bdfdd296fcddfea9f5a6
3
+ size 159882
data/deletes/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3793dfbc65ba8a4e9a53bba961d44bd9dbeaa1a718a37ad694fa9a8059476c
3
+ size 23800
data/forks/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b904497880848c1f0c77070d41d442ad4a51bdfbe156bac9c284f125f6d66a62
3
+ size 69338
data/issues/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61380534fd691b61ed2290410f2124ee85bc4c4991775afb28371c10850cae0
3
+ size 90760
data/members/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b3a88be970e8fdc0ac2dfe233e076f04bb557de7b8223bafc8b66c2a8b0b57
3
+ size 15413
data/public_events/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0371b18d40ea349a8ce69379fa951572209e3b66bb58c8b0856adc98e25fc60
3
+ size 4618
data/pull_requests/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb0dfeb933a4ff2b5256b29e6ffe31e928a57d67ce87faf19c8f66d3947817e
3
+ size 94834
data/pushes/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ec2705657704d7f1fed65c6ce028481ae427dd675f0b05cef9891fa25cf3b9
3
+ size 4675548
data/stars/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4a66c92c91c2397a33798d6114752635af70070844055de744c2ffd14c4a35
3
+ size 185800
data/wiki_pages/2011/05/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31019d2084b0be67f9117ae8ad927dd56cb2f5adeee9fd78c2117b3d602c7d91
3
+ size 62572
stats.csv CHANGED
@@ -63,4 +63,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
63
  2011-05-19,54736,0,27382,2559,3696,1507,0,0,6679,1649,8236,705,0,826,1150,295,52,0,10571843,20.5,5450408,7.2,20.5,18.9
64
  2011-05-20,43104,0,22640,2127,2838,1217,0,0,5203,1468,5189,442,0,607,1090,241,42,0,8673621,17.5,4442841,6.4,17.5,20.5
65
  2011-05-21,31976,0,16676,1990,1929,805,0,0,4056,926,3948,250,0,377,759,221,39,0,6199870,12.8,3119186,6.9,12.8,23.4
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,0.0
 
 
63
  2011-05-19,54736,0,27382,2559,3696,1507,0,0,6679,1649,8236,705,0,826,1150,295,52,0,10571843,20.5,5450408,7.2,20.5,18.9
64
  2011-05-20,43104,0,22640,2127,2838,1217,0,0,5203,1468,5189,442,0,607,1090,241,42,0,8673621,17.5,4442841,6.4,17.5,20.5
65
  2011-05-21,31976,0,16676,1990,1929,805,0,0,4056,926,3948,250,0,377,759,221,39,0,6199870,12.8,3119186,6.9,12.8,23.4
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,0.0