tamnd commited on
Commit
000420d
·
1 Parent(s): cc4ec30

Add 2011-04-12 — 49.4K 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-04-11** (36 days), totaling **1,449,574 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 276.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 147.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** — 120,480 events in 742 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 112
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
94
  17:00 ██████████████████████████████ 119.9K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 1.4M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 36 | 1,449,574 | 40,265 | 276.3 MB | 147.4 MB | 5m27s | 7m07s | 13m59s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 809.7K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 61.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 35.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 171.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 | 809,729 | 55.9% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 61,916 | 4.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 8,815 | 0.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 35,378 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 171,845 | 11.9% | Repository stars |
555
- | `forks` | ForkEvent | 44,367 | 3.1% | Repository forks |
556
- | `creates` | CreateEvent | 224,293 | 15.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 21,062 | 1.5% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 21,063 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 39,172 | 2.7% | Wiki page edits |
560
- | `members` | MemberEvent | 10,541 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 1,393 | 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-04-12** (37 days), totaling **1,498,987 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 285.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 151.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** — 120,493 events in 754 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 113
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 108
94
  17:00 ██████████████████████████████ 119.9K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 1.5M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 37 | 1,498,987 | 40,513 | 285.5 MB | 151.9 MB | 5m33s | 7m16s | 14m16s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 834.8K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 64.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 36.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 177.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 834,811 | 55.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 64,464 | 4.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 12,166 | 0.8% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 36,582 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 177,654 | 11.9% | Repository stars |
555
+ | `forks` | ForkEvent | 45,859 | 3.1% | Repository forks |
556
+ | `creates` | CreateEvent | 231,017 | 15.4% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 21,534 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 21,854 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 40,718 | 2.7% | Wiki page edits |
560
+ | `members` | MemberEvent | 10,883 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,445 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83451b0777650d2781e948eae886349197fed43d18eb34db0f3dff34fdee357
3
+ size 40052
data/creates/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8edb2c3a0a14a54d2f830377797acbc3cf3c2f4f8207a5479ad5a9d80b2a677d
3
+ size 156102
data/deletes/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a66ccd342cba20f495450305998102d707b4970cc9a14f7bee71efe0f175d15
3
+ size 19164
data/forks/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45aab076b7136b7e0c7d10d8bd522680511e683ef5b9757cfd5408ad2f0d550c
3
+ size 60110
data/issues/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5bf3cfa7421ccbbd7b47c51a17fa96d8b3c198b1b5589bdbd007e548a47792
3
+ size 87208
data/members/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed2f5ed91612d06ab7fc8abd24c38cb7d1832b226f53579238cc8a5452db6a1
3
+ size 15720
data/public_events/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336b0214afce8e3654ea3d44bdd3fc1812ab51c0fc7734447e5de99a317412bc
3
+ size 4438
data/pull_requests/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b933a21c0dfb41df0080e5af565641663691cae72bf2e4617c22f1d0328a7f58
3
+ size 78803
data/pushes/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e14b494b43e5486d6b61212f7c740862964047c1b08a20fcfaf937bd31509b6
3
+ size 4022254
data/stars/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84b93779ecc685526e9c32b29b7505cdb2aa7a9fa115472c8c0b4b84d5273a42
3
+ size 170773
data/wiki_pages/2011/04/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ff3c10cf19160c9cb6d59476100d768db937239c846cb0cc8dace6fff3b50e
3
+ size 115038
stats.csv CHANGED
@@ -34,4 +34,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
34
  2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,8.2,4610325,5.9,8.2,24.0
35
  2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,5.5,3135270,17.8,5.5,23.5
36
  2011-04-10,36649,0,19577,2206,2158,784,0,0,4413,971,4433,282,0,526,1072,192,35,0,6941125,5.7,3696782,5.7,5.7,23.2
37
- 2011-04-11,50152,0,26254,2650,3068,1177,0,0,6051,1432,6852,534,0,622,1129,343,40,0,9829991,5.4,5029438,4.5,5.4,0.0
 
 
34
  2011-04-08,45199,0,24290,2135,2069,1007,0,0,5519,1423,6161,447,0,671,1105,339,33,0,8940947,8.2,4610325,5.9,8.2,24.0
35
  2011-04-09,31521,0,17252,1092,1520,656,0,0,3716,1146,4431,240,0,359,865,228,16,0,6126736,5.5,3135270,17.8,5.5,23.5
36
  2011-04-10,36649,0,19577,2206,2158,784,0,0,4413,971,4433,282,0,526,1072,192,35,0,6941125,5.7,3696782,5.7,5.7,23.2
37
+ 2011-04-11,50152,0,26254,2650,3068,1177,0,0,6051,1432,6852,534,0,622,1129,343,40,0,9829991,5.4,5029438,4.5,5.4,17.0
38
+ 2011-04-12,49413,0,25082,2548,3351,1204,0,0,5809,1492,6724,472,0,791,1546,342,52,0,9616358,9.6,4769662,5.6,9.6,0.0