tamnd commited on
Commit
3f5aaa6
·
1 Parent(s): 12bb611

Add 2011-04-19 — 53.5K 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-18** (43 days), totaling **1,774,129 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 335.7 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 177.6 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** — 141,119 events in 847 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 42
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 123
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
94
  17:00 ██████████████████████████████ 119.9K
95
- 18:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 20.5K
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 | 43 | 1,774,129 | 41,258 | 335.7 MB | 177.6 MB | 6m23s | 7m54s | 16m23s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 975.8K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 80.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 42.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 209.3K
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 | 975,825 | 55.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 80,199 | 4.5% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 33,646 | 1.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 42,917 | 2.4% | PR lifecycle events |
554
- | `stars` | WatchEvent | 209,287 | 11.8% | Repository stars |
555
- | `forks` | ForkEvent | 53,414 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 265,794 | 15.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 25,296 | 1.4% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 26,128 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 47,283 | 2.7% | Wiki page edits |
560
- | `members` | MemberEvent | 12,658 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 1,682 | 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-19** (44 days), totaling **1,827,660 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 345.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 182.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
 
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** — 143,407 events in 862 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 70
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 120
94
  17:00 ██████████████████████████████ 119.9K
95
+ 18:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 22.8K
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 | 44 | 1,827,660 | 41,537 | 345.5 MB | 182.4 MB | 6m29s | 8m04s | 16m44s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 1.0M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 82.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 44.1K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 215.4K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,002,939 | 54.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 82,776 | 4.5% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 37,142 | 2.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 44,121 | 2.4% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 215,438 | 11.8% | Repository stars |
555
+ | `forks` | ForkEvent | 54,842 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 274,087 | 15.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 25,882 | 1.4% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 26,839 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 48,849 | 2.7% | Wiki page edits |
560
+ | `members` | MemberEvent | 12,994 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 1,751 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45fc66e33317f05096b5e8482111415ce4f31ef1b1fa733a12c7faeeff454e3d
3
+ size 34443
data/creates/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29658a36f772695d7618acf117c6520c66e4db25e188444aac913d4d3317dce
3
+ size 175330
data/deletes/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fe5020330b304637d02bcf7672cd3e8fdc2cece2e93c5970fd3db37f00f435
3
+ size 22515
data/forks/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf5d6c2213e57aae89b4ba1509f7aa6e64fe3ae0f0ea045293531d7845350c9
3
+ size 63625
data/issues/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a66de3ed25c26ea318689ee0daef52fc7a10c2d011587fd463e875e93c91c5
3
+ size 87270
data/members/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321727018bef58e3956d6596c35172031ec20b87b6b6912532df67849185492d
3
+ size 15320
data/public_events/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9ed96d824fe2a95a2307611847e1e85ea8039fe6c9831590916f2e68244006
3
+ size 4968
data/pull_requests/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bf35e23c0ca28a22e68d974cb94bad4762580c618070d6876cbb9f2f82d1f13
3
+ size 79791
data/pushes/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c53db084184ecdfe718b9591e837cfc92236a7826078f1441247d2a4da17ff0
3
+ size 4378576
data/stars/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e27cbf2dcd0cba2551a7cb4781f0ae880db777f5aab7275f6a1d1ee7db6c9a3
3
+ size 182775
data/wiki_pages/2011/04/19.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92125fe728d1e4c72a765f346b0c4e5944f2e775da13b894752e89f616e1778f
3
+ size 81006
stats.csv CHANGED
@@ -41,4 +41,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
41
  2011-04-15,52603,0,25612,3744,5245,1175,0,0,5801,1402,6090,1365,0,781,1038,305,45,0,9663151,6.6,4825796,6.0,6.7,20.2
42
  2011-04-16,35717,0,18091,2096,3165,754,0,0,3905,928,4738,464,0,512,820,215,29,0,6615671,5.3,3674608,15.5,5.3,22.9
43
  2011-04-17,35760,0,19319,1658,2262,767,0,0,3868,891,5129,361,0,482,809,189,25,0,6811065,3.8,3484097,9.4,3.8,20.6
44
- 2011-04-18,48579,0,25039,2801,3761,1160,0,0,5815,1322,5913,463,0,724,1220,316,45,0,9347197,6.5,4620283,5.0,6.5,0.0
 
 
41
  2011-04-15,52603,0,25612,3744,5245,1175,0,0,5801,1402,6090,1365,0,781,1038,305,45,0,9663151,6.6,4825796,6.0,6.7,20.2
42
  2011-04-16,35717,0,18091,2096,3165,754,0,0,3905,928,4738,464,0,512,820,215,29,0,6615671,5.3,3674608,15.5,5.3,22.9
43
  2011-04-17,35760,0,19319,1658,2262,767,0,0,3868,891,5129,361,0,482,809,189,25,0,6811065,3.8,3484097,9.4,3.8,20.6
44
+ 2011-04-18,48579,0,25039,2801,3761,1160,0,0,5815,1322,5913,463,0,724,1220,316,45,0,9347197,6.5,4620283,5.0,6.5,20.5
45
+ 2011-04-19,53531,0,27114,2577,3496,1204,0,0,6151,1428,8293,586,0,711,1566,336,69,0,10266549,9.7,5125619,6.2,9.7,0.0