tamnd commited on
Commit
3fe414c
·
1 Parent(s): 570ee60

Add 2011-04-24 — 32.8K 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-23** (48 days), totaling **1,999,895 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 377.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 199.1 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** — 148,799 events in 912 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 35
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 75
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 126
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 130
94
  17:00 ██████████████████████████████ 119.9K
95
  18:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 28.1K
96
  19: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 | 48 | 1,999,895 | 41,664 | 377.5 MB | 199.1 MB | 6m50s | 8m28s | 18m13s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 91.9K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 48.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 236.1K
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,093,184 | 54.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 91,943 | 4.6% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 49,015 | 2.5% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 47,995 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 236,129 | 11.8% | Repository stars |
555
- | `forks` | ForkEvent | 59,748 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 295,637 | 14.8% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 28,060 | 1.4% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 29,296 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 52,925 | 2.6% | Wiki page edits |
560
- | `members` | MemberEvent | 14,077 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 1,886 | 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-24** (49 days), totaling **2,032,681 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 383.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 202.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
 
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** — 148,839 events in 936 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 41
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 40
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 77
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 128
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 132
94
  17:00 ██████████████████████████████ 119.9K
95
  18:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 28.1K
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 49 | 2,032,681 | 41,483 | 383.5 MB | 202.3 MB | 6m54s | 8m32s | 18m35s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 93.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 48.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 239.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,111,452 | 54.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 93,438 | 4.6% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 50,797 | 2.5% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 48,564 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 239,733 | 11.8% | Repository stars |
555
+ | `forks` | ForkEvent | 60,574 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 300,066 | 14.8% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 28,516 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 29,714 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 53,727 | 2.6% | Wiki page edits |
560
+ | `members` | MemberEvent | 14,179 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,921 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0fb2b22315e9e76b828f3a38b1f688e0e2a10717f16adeb1913a1b43c80a84
3
+ size 24789
data/creates/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b75f3a5c6dcca07fb4598c01c2a98cd4fa943cfdbee35969a7317961784a0a
3
+ size 102170
data/deletes/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a043714b401e04430fb4795c6191b53e5ab33c13a2b0f9bc5976035f4c716d
3
+ size 15880
data/forks/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3025cb341e75bca3624a16ae21d150dfb1b35723b07ac8ecf5a961aab33982f
3
+ size 37745
data/issues/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17067a4701155ab2ebd323004785ae3b87a52fcc35c171d8d34d5b7899d4b727
3
+ size 54896
data/members/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7ac6957f03557ef9b7f4c449722e0d6694cd8d5c6f0cada4355079ff04f31c
3
+ size 7728
data/public_events/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f85237ccc06add684ecc5af82d0906aee7d5eb1882128fbb6669e4361a99ee
3
+ size 3749
data/pull_requests/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88e1307638b9b15f49d699636b89be18e647e4a40c250df047cd56938eaf496
3
+ size 45723
data/pushes/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f30011b8c138800fcfcb8dfdec691e479aa2558a7ffb7a1418446bbafc4d2a
3
+ size 2875626
data/stars/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27717d6a4ae8a9317c1b9e23b71aa48520ad8cff90313d269390d5c2e4c2fe7c
3
+ size 109153
data/wiki_pages/2011/04/24.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d912606ce93e9a4de27a722c188c129a7ea4676a651ac951ec0cfcfda9c6f8
3
+ size 45120
stats.csv CHANGED
@@ -46,4 +46,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
46
  2011-04-20,50137,0,25412,3213,4257,1098,0,0,5779,1412,6087,470,0,655,1302,407,45,0,9656219,7.0,5166490,6.6,7.0,22.6
47
  2011-04-21,49520,0,25584,2486,3274,1153,0,0,6214,1466,6219,878,0,749,1172,287,38,0,9646534,7.2,4898444,5.2,7.2,21.1
48
  2011-04-22,40832,0,22042,1936,2466,903,0,0,4977,1171,5123,463,0,635,834,255,27,0,8101358,6.9,4215498,4.9,6.9,21.0
49
- 2011-04-23,31746,0,17207,1532,1876,720,0,0,3721,857,4121,367,0,418,768,134,25,0,6192449,3.3,3232189,4.3,3.3,0.0
 
 
46
  2011-04-20,50137,0,25412,3213,4257,1098,0,0,5779,1412,6087,470,0,655,1302,407,45,0,9656219,7.0,5166490,6.6,7.0,22.6
47
  2011-04-21,49520,0,25584,2486,3274,1153,0,0,6214,1466,6219,878,0,749,1172,287,38,0,9646534,7.2,4898444,5.2,7.2,21.1
48
  2011-04-22,40832,0,22042,1936,2466,903,0,0,4977,1171,5123,463,0,635,834,255,27,0,8101358,6.9,4215498,4.9,6.9,21.0
49
+ 2011-04-23,31746,0,17207,1532,1876,720,0,0,3721,857,4121,367,0,418,768,134,25,0,6192449,3.3,3232189,4.3,3.3,22.2
50
+ 2011-04-24,32786,0,18268,1495,1782,569,0,0,3604,826,4429,456,0,418,802,102,35,0,6254774,3.1,3322579,4.1,3.1,0.0