tamnd commited on
Commit
1a5d5f8
·
1 Parent(s): 7ef3be6

Add 2011-06-09 — 48.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-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,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** — 442,843 events in 2557 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 82
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 84
89
  12:00 █░░░░░░░░░���░░░░░░░░░░░░░░░░░░░ 115
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 360
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
- 18:00 ██████████████████████████████ 320.6K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
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 | 27m36s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 1.6M
146
  ```
147
 
148
 
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-06-12** (74 days), totaling **3,224,195 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 597.6 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 314.9 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** — 444,970 events in 2583 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 84
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
89
  12:00 █░░░░░░░░░���░░░░░░░░░░░░░░░░░░░ 115
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 178
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 361
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
+ 18:00 ██████████████████████████████ 322.7K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 3.2M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 74 | 3,224,195 | 43,570 | 597.6 MB | 314.9 MB | 10m50s | 14m32s | 27m36s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 1.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 166.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 80.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 371.6K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,716,110 | 53.2% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 166,767 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 150,206 | 4.7% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 80,409 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 371,602 | 11.5% | Repository stars |
555
+ | `forks` | ForkEvent | 95,919 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 449,149 | 13.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 43,673 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 46,747 | 1.4% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 79,182 | 2.5% | Wiki page edits |
560
+ | `members` | MemberEvent | 21,447 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 2,984 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6563ae57daa15456ea4cf2d19a157548368b2ba6e3195f0a226d9b6a22657f4
3
+ size 35925
data/creates/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb0e39749a3b20e817b7e741989f115f7ff78f71e11076c2327364abcd69d2a
3
+ size 263598
data/deletes/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7f8a637a70279a7ae9436d85826c14ab71230b01c1d5dd3a264cf38831407d
3
+ size 21849
data/forks/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd98a3ea8f2a31412e72768845a0cf57f7edbeff2b73d72402839c4c74f75378
3
+ size 80606
data/issues/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2beede63596a6a59791e49eb740eeed87ddf2bcba3e6cc75dbeb480bb6c4e4f
3
+ size 90044
data/members/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ac54f2cbbef6757665ba560485f32a5566e81e30b3ccfb1676d8e99f0b811f
3
+ size 15174
data/public_events/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2e212482f59aceeef17bb7cf10a7bdc0918949f7adc19af541f72961921de5
3
+ size 4513
data/pull_requests/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5a5a140fa3a18cb0e59d1ff5c17bb479e6879078718bdb4e0bbe6c7fb0a66e
3
+ size 95559
data/pushes/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024ab820cee3f5f247608bb116b5b0f93c0a7465aa52cac7369a1f47bf765f3e
3
+ size 4338024
data/stars/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8385dca7ef527d4f0f018b9d71fc25112e8f9cdf663ab94a0c75733be798e41d
3
+ size 160293
data/wiki_pages/2011/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d5c553aa9a0dbc2e0cf1ae7a19d1f89c6389ebc632565f45293ffde69ed62a
3
+ size 72767
stats.csv CHANGED
@@ -69,3 +69,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,21.8
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,23.9
 
 
 
 
 
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,21.8
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,23.9
72
+ 2011-06-09,48852,0,25981,2589,3611,1575,0,0,5062,1534,5982,524,0,727,919,299,49,0,9373953,16.5,5178352,18.9,16.5,0.0
73
+ 2011-06-10,50921,0,26012,2966,4227,1304,0,0,5611,1512,6202,746,0,754,1237,300,50,0,9361541,17.9,5092576,12.3,17.9,0.0
74
+ 2011-06-11,43145,0,17715,6018,6135,922,0,0,3751,1017,5516,441,0,476,930,199,25,0,6440162,14.7,3730549,9.4,14.7,0.0
75
+ 2011-06-12,31880,0,16876,1542,1965,770,0,0,3758,935,4374,298,0,390,762,185,25,0,5827286,12.8,3366093,10.9,12.8,0.0