tamnd commited on
Commit
1e1ae80
·
1 Parent(s): b739a0d

Add 2011-03-23 — 43.1K 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-03-22** (16 days), totaling **626,745 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 119.8 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 64.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
 
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 626.7K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 16 | 626,745 | 39,171 | 119.8 MB | 64.6 MB | 2m30s | 4m09s | 6m36s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 352.6K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 27.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 15.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 72.0K
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 | 352,591 | 56.3% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 27,242 | 4.3% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 15,642 | 2.5% | PR lifecycle events |
553
- | `stars` | WatchEvent | 71,975 | 11.5% | Repository stars |
554
- | `forks` | ForkEvent | 18,714 | 3.0% | Repository forks |
555
- | `creates` | CreateEvent | 99,475 | 15.9% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 9,305 | 1.5% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 8,968 | 1.4% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 17,585 | 2.8% | Wiki page edits |
559
- | `members` | MemberEvent | 4,640 | 0.7% | Collaborator additions |
560
- | `public_events` | PublicEvent | 608 | 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-03-23** (17 days), totaling **669,826 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 128.4 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 69.2 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
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 669.8K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 17 | 669,826 | 39,401 | 128.4 MB | 69.2 MB | 2m36s | 4m23s | 6m55s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 377.5K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 29.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 16.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 77.3K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 377,492 | 56.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 29,118 | 4.3% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 16,699 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 77,253 | 11.5% | Repository stars |
554
+ | `forks` | ForkEvent | 20,081 | 3.0% | Repository forks |
555
+ | `creates` | CreateEvent | 105,430 | 15.7% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 9,743 | 1.5% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 9,676 | 1.4% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 18,715 | 2.8% | Wiki page edits |
559
+ | `members` | MemberEvent | 4,966 | 0.7% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 653 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669b772bfbf05ab04c49e8ca4d36cdce04a76c331548d3d13950d1516274e121
3
+ size 34604
data/creates/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d16abb4348692881ad33ab2728b7d3b763a70a1bb8608e6f622f6db8e1ee1c74
3
+ size 149991
data/deletes/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c43057ed6265d892c0f88b9368712a1c85dcf618391dc04beb3aae1bf6ccf22
3
+ size 18902
data/forks/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2054c9d27bbb039e00411311a133536f4c7d7577bfdb0830c6e2a933f852fa6e
3
+ size 56455
data/issues/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a408868f18d6140ebc71383bdc1faec0a9008751bf28658c0bc63b3614f0733
3
+ size 69744
data/members/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478754b82144b29282aad54e123322ea2a7d9561ced52f85effc26b50755dfb0
3
+ size 15139
data/public_events/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afc1fda67b4770077597a97c5037e0365ef92b43e9d59f634ddd6d9137b5e9f
3
+ size 4037
data/pull_requests/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3706d059fc12e52cf8016de40f9f651e21add6f135f705d9a056e1c28968cff3
3
+ size 66828
data/pushes/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a80064ff58313a17701cf14227077b25f8171f067e0f4530a154a3df0977872
3
+ size 4214904
data/stars/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e866213b37b3653110bfd438ce650f9d84be2d214cf0345bc314ad19c268aee
3
+ size 156340
data/wiki_pages/2011/03/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bba773b2a41ab1531ce05fb04a9b196e9ac3cd998b52457f0322d6bc4327c4d
3
+ size 91569
stats.csv CHANGED
@@ -14,4 +14,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
14
  2011-03-19,29314,0,17011,1288,0,702,0,0,3233,899,4472,411,0,339,726,215,18,0,5933472,13.5,3292977,8.1,13.5,22.9
15
  2011-03-20,32601,0,19417,1473,0,758,0,0,3484,905,4679,502,0,460,750,154,19,0,6477268,14.0,3433025,6.4,14.0,22.3
16
  2011-03-21,40929,0,23629,1726,0,961,0,0,5072,1122,5776,558,0,673,1096,275,41,0,8364849,17.7,4354670,9.5,17.7,21.8
17
- 2011-03-22,46670,0,25507,1912,0,1154,0,0,6152,1448,7928,467,0,689,1071,295,47,0,9281552,16.7,4888511,8.2,16.7,0.0
 
 
14
  2011-03-19,29314,0,17011,1288,0,702,0,0,3233,899,4472,411,0,339,726,215,18,0,5933472,13.5,3292977,8.1,13.5,22.9
15
  2011-03-20,32601,0,19417,1473,0,758,0,0,3484,905,4679,502,0,460,750,154,19,0,6477268,14.0,3433025,6.4,14.0,22.3
16
  2011-03-21,40929,0,23629,1726,0,961,0,0,5072,1122,5776,558,0,673,1096,275,41,0,8364849,17.7,4354670,9.5,17.7,21.8
17
+ 2011-03-22,46670,0,25507,1912,0,1154,0,0,6152,1448,7928,467,0,689,1071,295,47,0,9281552,16.7,4888511,8.2,16.7,18.7
18
+ 2011-03-23,43081,0,24901,1876,0,1057,0,0,5278,1367,5955,438,0,708,1130,326,45,0,8975979,13.9,4878513,5.7,13.9,0.0