tamnd commited on
Commit
c81152a
·
1 Parent(s): cc37f2c

Add 2011-04-03 — 34.2K 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-02** (27 days), totaling **1,072,078 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 204.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 109.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
 
@@ -136,34 +136,34 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 27 | 1,072,078 | 39,706 | 204.3 MB | 109.3 MB | 4m16s | 6m10s | 10m38s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 600.3K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 45.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 26.5K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 125.3K
167
  ```
168
 
169
 
@@ -547,17 +547,17 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 600,259 | 56.0% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 45,840 | 4.3% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 26,515 | 2.5% | PR lifecycle events |
553
- | `stars` | WatchEvent | 125,328 | 11.7% | Repository stars |
554
- | `forks` | ForkEvent | 32,417 | 3.0% | Repository forks |
555
- | `creates` | CreateEvent | 171,284 | 16.0% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 16,317 | 1.5% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 15,806 | 1.5% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 29,405 | 2.7% | Wiki page edits |
559
- | `members` | MemberEvent | 7,869 | 0.7% | Collaborator additions |
560
- | `public_events` | PublicEvent | 1,038 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
 
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-03** (28 days), totaling **1,106,320 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 210.8 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 112.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
 
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 28 | 1,106,320 | 39,511 | 210.8 MB | 112.9 MB | 4m22s | 6m14s | 10m57s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 620.0K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 47.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 27.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 129.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 620,036 | 56.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 46,954 | 4.2% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 27,280 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 129,272 | 11.7% | Repository stars |
554
+ | `forks` | ForkEvent | 33,472 | 3.0% | Repository forks |
555
+ | `creates` | CreateEvent | 176,819 | 16.0% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 16,688 | 1.5% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 16,239 | 1.5% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 30,404 | 2.7% | Wiki page edits |
559
+ | `members` | MemberEvent | 8,081 | 0.7% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 1,075 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5110f16cd06e0b8e4373e8cabf6e35446cab794ae5a7a1996a9d1d7632c249c3
3
+ size 24142
data/creates/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491d639440907c48df41ea7b855b01006694177b76705e4fe027894f6ebf2e93
3
+ size 124449
data/deletes/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2189556459cde06d4f28546abd5042f37b0db499264ee52c35e0e522eac6ccf5
3
+ size 15246
data/forks/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83152d190c64e6ee240a79d6a54e915372219310e3dd060cb488226fa80b227c
3
+ size 44117
data/issues/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38857ad18e86e9d984c887d4400b90390e17444ffbe8fb3deca17e14b0e6229
3
+ size 45321
data/members/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df1450143bbd57a2495627ef343d3e694957dfec0d44675c8c88abe7d44cd2b
3
+ size 11535
data/public_events/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21836f7d6dd1438e8d501724eaa2dd6a4176c3dd69f186f740a41360e40ea837
3
+ size 3714
data/pull_requests/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0cbccba817cbbaea42e8c520326cec1df8b775c73dd9c805fb145cbe96af522
3
+ size 52656
data/pushes/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bcd8b53d4470f82ed91032c292e0abffbfdc6b1d69fbc21f3aca3ad4d7df73c
3
+ size 3235581
data/stars/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811ea1dfe5784be1d3a226c5b2a60029792f7cbf723203f5ea3cae15b9437ce7
3
+ size 117185
data/wiki_pages/2011/04/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f90fa77761b38e62d32643f4e9c3e92883a41364173b6cd17faa987969f349bf
3
+ size 75950
stats.csv CHANGED
@@ -25,4 +25,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
25
  2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,7.7,4595771,21.3,7.7,19.0
26
  2011-03-31,44897,0,24843,1729,0,1205,0,0,5506,1352,7048,1065,0,646,1171,292,40,0,8902002,8.2,4749525,6.3,8.2,24.7
27
  2011-04-01,43038,0,22705,1711,0,1072,0,0,5138,1345,8185,982,0,704,847,302,47,0,8240306,7.9,4279857,5.8,7.9,21.9
28
- 2011-04-02,30272,0,17111,1357,0,757,0,0,3655,1095,4461,314,0,462,832,204,24,0,5894601,5.3,3385772,12.7,5.3,0.0
 
 
25
  2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,7.7,4595771,21.3,7.7,19.0
26
  2011-03-31,44897,0,24843,1729,0,1205,0,0,5506,1352,7048,1065,0,646,1171,292,40,0,8902002,8.2,4749525,6.3,8.2,24.7
27
  2011-04-01,43038,0,22705,1711,0,1072,0,0,5138,1345,8185,982,0,704,847,302,47,0,8240306,7.9,4279857,5.8,7.9,21.9
28
+ 2011-04-02,30272,0,17111,1357,0,757,0,0,3655,1095,4461,314,0,462,832,204,24,0,5894601,5.3,3385772,12.7,5.3,19.3
29
+ 2011-04-03,34242,0,19777,1114,0,765,0,0,3944,1055,5535,371,0,433,999,212,37,0,6827747,4.7,3749896,5.9,4.7,0.0