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

Add 2011-04-13 — 51.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-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,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** — 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
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,34 +136,34 @@ duckdb.sql("""
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,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-13** (38 days), totaling **1,549,947 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 295.0 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 156.7 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** — 131,558 events in 779 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 26
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 109
94
  17:00 ██████████████████████████████ 119.9K
95
+ 18:00 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.0K
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 | 38 | 1,549,947 | 40,788 | 295.0 MB | 156.7 MB | 5m42s | 7m26s | 14m34s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 860.9K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 67.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 37.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 183.8K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 860,901 | 55.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 67,117 | 4.3% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 15,508 | 1.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 37,814 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 183,839 | 11.9% | Repository stars |
555
+ | `forks` | ForkEvent | 47,358 | 3.1% | Repository forks |
556
+ | `creates` | CreateEvent | 237,744 | 15.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 22,085 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 22,752 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 42,055 | 2.7% | Wiki page edits |
560
+ | `members` | MemberEvent | 11,270 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,504 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7a37e2ca4323e7b65f1fdbfc63ae84dd2e78caa6317448932af1a86895b2a4
3
+ size 42542
data/creates/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de11537606f6c206bb854b97a5c57c1299cb0d3885ee5f669a489c5a07d7ecb7
3
+ size 165025
data/deletes/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0482f82033c8d88fde1b4a4af3c8195be112e61cd2787fda08f97938d9e33c
3
+ size 21084
data/forks/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f2384145177846280dcec35076500509a01a6f139741a2835d857322574dea
3
+ size 62243
data/issues/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4677dd639a68451730a85fdd42faf39a08283c7871a380d081921454820539a4
3
+ size 91117
data/members/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3267532617604ae1fe9e901f738d7a742b91e3df2b02f2055f147f2fef491c
3
+ size 17677
data/public_events/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f101a62738ed7ef693db3c0ea604379e284e0f18ccb45a9e2939f0a43fcc2154
3
+ size 5071
data/pull_requests/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656230728c81b98fd205185cd01bd8d18ce147a60bf97c193cb0c176f91df95d
3
+ size 78889
data/pushes/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad1f34f7b2d66fd78acc11d4e6f44294a8e89edc2e2bb7b802146feb280c514
3
+ size 4247968
data/stars/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76571a6549556aa0a76aa87a27ddbe5b25434fbb1567b536d1723f1c2b9cdfb
3
+ size 180972
data/wiki_pages/2011/04/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e80d5c4941b3fd060bd7b3ab43452273db999760ab973235a16ca34b072ce93
3
+ size 99413
stats.csv CHANGED
@@ -35,4 +35,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,18.2
39
+ 2011-04-13,50960,0,26090,2653,3342,1232,0,0,6185,1499,6727,551,0,898,1337,387,59,0,10011009,9.3,5012001,8.5,9.3,0.0