tamnd commited on
Commit
fdf9826
·
1 Parent(s): 24c0ca7

Add 2011-06-22 — 53.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-06-21** (83 days), totaling **3,664,541 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 675.9 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 358.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,26 +71,26 @@ 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** — 466,786 events in 2728 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 81
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 71
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 56
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
91
- 14:00 █░░░░░░░░���░░░░░░░░░░░░░░░░░░░░ 195
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.6K
@@ -136,34 +136,34 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 83 | 3,664,541 | 44,151 | 675.9 MB | 358.4 MB | 13m00s | 17m03s | 32m51s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 1.9M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 190.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 92.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 420.8K
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,944,958 | 53.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 190,489 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 181,953 | 5.0% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 92,676 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 420,803 | 11.5% | Repository stars |
555
- | `forks` | ForkEvent | 109,982 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 504,636 | 13.8% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 48,710 | 1.3% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 53,807 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 88,839 | 2.4% | Wiki page edits |
560
- | `members` | MemberEvent | 24,197 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,491 | 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-22** (84 days), totaling **3,717,551 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 685.4 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 363.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
 
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** — 466,810 events in 2746 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 81
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 91
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 71
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 56
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 90
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 140
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 196
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 371
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.6K
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 84 | 3,717,551 | 44,256 | 685.4 MB | 363.8 MB | 13m07s | 17m24s | 33m13s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 2.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 193.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 94.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 426.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,972,503 | 53.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 193,192 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 185,588 | 5.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 94,201 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 426,685 | 11.5% | Repository stars |
555
+ | `forks` | ForkEvent | 111,700 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 511,732 | 13.8% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 49,456 | 1.3% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 54,636 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 89,808 | 2.4% | Wiki page edits |
560
+ | `members` | MemberEvent | 24,497 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 3,553 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a657e416892a7742ef610dd58217ed9ec0a4e693cf3692e55ab7335af600a3
3
+ size 41822
data/creates/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4169ea06060dea6fbb35c8425907a80e64d831263a5bd08083760f8e335a62b
3
+ size 295024
data/deletes/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603b8c38d89bd023b0e7069a00ef5c8cb6dcc7a0f414b08bc3a9035a94590871
3
+ size 23995
data/forks/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0544f76907459c2a0e8f8fdf78517cef25c4ea51451856394fba84cd79851fb6
3
+ size 88534
data/issues/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9e0b126318a8184cc207082445cac0392571b756aa6af3cb218917eaf07998
3
+ size 92165
data/members/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bd5691a41fb349071a2e8dc121e27dc85395bd7f575704330c3be04fe5d799
3
+ size 16022
data/public_events/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0951fb1e89c58796920321eff8c931db5240da2d5a78879281d8d21dc094d8
3
+ size 5090
data/pull_requests/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97e3fd597948a180870e1153d2d67c056d50343ef81f40b781c80c164f344f2
3
+ size 94827
data/pushes/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32d12b75c9aac90e1a66bb128430608f85cc95ad3acf2b5c5c2dc2065724c4e
3
+ size 4686866
data/stars/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca753a9b435e123e973b98fa7be8bb4513a803d2cf925a888b802b3795be75a
3
+ size 175022
data/wiki_pages/2011/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70d28b6e48f48e4e09ea0134c9c697a3af586e67156d66f49d6cfee836d614bc
3
+ size 80658
stats.csv CHANGED
@@ -81,4 +81,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
81
  2011-06-18,33381,0,17468,1613,1887,837,0,0,3705,1015,4822,278,0,532,913,270,41,0,6112955,12.8,3422796,24.8,12.8,22.6
82
  2011-06-19,39317,0,20748,2546,3487,943,0,0,3917,1055,4693,439,0,444,837,170,38,0,6998587,15.0,4071191,21.1,15.0,26.4
83
  2011-06-20,55472,0,29036,3370,3835,1598,0,0,5850,1746,6805,765,0,917,1107,370,73,0,10373253,19.8,5771887,5.8,19.8,24.2
84
- 2011-06-21,54768,0,28545,3036,4229,1668,0,0,5847,1832,6761,528,0,825,1105,328,64,0,10445986,20.3,5782294,6.8,20.3,0.0
 
 
81
  2011-06-18,33381,0,17468,1613,1887,837,0,0,3705,1015,4822,278,0,532,913,270,41,0,6112955,12.8,3422796,24.8,12.8,22.6
82
  2011-06-19,39317,0,20748,2546,3487,943,0,0,3917,1055,4693,439,0,444,837,170,38,0,6998587,15.0,4071191,21.1,15.0,26.4
83
  2011-06-20,55472,0,29036,3370,3835,1598,0,0,5850,1746,6805,765,0,917,1107,370,73,0,10373253,19.8,5771887,5.8,19.8,24.2
84
+ 2011-06-21,54768,0,28545,3036,4229,1668,0,0,5847,1832,6761,528,0,825,1105,328,64,0,10445986,20.3,5782294,6.8,20.3,21.6
85
+ 2011-06-22,53010,0,27545,2703,3635,1525,0,0,5882,1718,7096,746,0,829,969,300,62,0,9989140,21.3,5600025,7.0,21.3,0.0