tamnd commited on
Commit
2479394
·
verified ·
1 Parent(s): 449fa8c

Add 2011-10-10 — 66.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-10-09** (181 days), totaling **9,679,058 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 1.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 867.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
 
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 181 | 9,679,058 | 53,475 | 1.7 GB | 867.2 MB | 43m56s | 32m32s | 1h21m |
140
 
141
 
142
  ### Pushes per year
@@ -149,14 +149,14 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 502.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 250.5K
160
  ```
161
 
162
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 4,683,829 | 48.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 502,197 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 597,518 | 6.2% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 250,453 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,006,184 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 275,541 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,214,669 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 114,507 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 125,207 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 205,000 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 55,415 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 8,932 | 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-10-10** (182 days), totaling **9,745,568 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 1.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 874.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
 
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 182 | 9,745,568 | 53,547 | 1.7 GB | 874.7 MB | 44m14s | 32m41s | 1h21m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 505.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 252.5K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,718,195 | 48.4% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 505,821 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 602,666 | 6.2% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 252,517 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,012,992 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 277,581 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,223,343 | 12.6% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 115,349 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 126,064 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 206,590 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 55,859 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,985 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b55f1f3b87efc14ca633172077617bb238e728ae5f18925f79a54b88a1f84b
3
+ size 123576
data/creates/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ef79bef970332a28212c9977db9a78456aad7f4a3d3cdcb7ee0ece7762313a
3
+ size 347974
data/deletes/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a77064655dfd9ea0a80b63e09384f476f9ecff6592610fc9c0c455fcae2334
3
+ size 27923
data/forks/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0cd04e0e64293dfb36610652e96b35e2bc279d1c5926266b77e1b188edc3d7a
3
+ size 103829
data/issues/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0fb05742c2d25f00ce56e96ddf0fa7834df303d64cd311e13ee64dd779d15e5
3
+ size 746959
data/members/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae9bc227441bd44a6403f4bbb1b0f3f8ff168019b79ce19460591de1b0e750b
3
+ size 21710
data/public_events/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e6ab6ddb1a6c8624a830617ab45c63f243726eda0be2c8421d4563b22e24c1
3
+ size 4754
data/pull_requests/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e18db32b4fe372ad98ae6f8d0c90e6f4d0dcb0d883c7fe53ee59ac100d5b8f
3
+ size 377313
data/pushes/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b21ba995698a4643cc90d493b2549aa723b579cb49bbbf0c889d08c57ea1ef93
3
+ size 5766471
data/stars/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d2971da72f3a42263075ca416fbada03b3e991b4557d348ee723fc8f197d7c6
3
+ size 204269
data/wiki_pages/2011/10/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34154972ac27ea9644e34b81d8058371ad3ed9472af49d80a8fd559eae2d7195
3
+ size 87311
stats.csv CHANGED
@@ -179,4 +179,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
179
  2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,19.3
180
  2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,23.8
181
  2011-10-08,44049,0,23180,2422,2832,1119,0,0,4668,1420,5988,558,0,506,1005,298,53,0,10598705,7.6,5069033,15.3,7.6,22.6
182
- 2011-10-09,52237,0,25266,4397,5379,1202,0,0,5219,1367,7071,396,0,481,1116,294,49,0,12727220,8.2,5982461,17.1,8.2,0.0
 
 
179
  2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,19.3
180
  2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,23.8
181
  2011-10-08,44049,0,23180,2422,2832,1119,0,0,4668,1420,5988,558,0,506,1005,298,53,0,10598705,7.6,5069033,15.3,7.6,22.6
182
+ 2011-10-09,52237,0,25266,4397,5379,1202,0,0,5219,1367,7071,396,0,481,1116,294,49,0,12727220,8.2,5982461,17.1,8.2,20.8
183
+ 2011-10-10,66510,0,34366,3624,5148,2064,0,0,6808,2040,8674,842,0,857,1590,444,53,0,17318760,8.4,7812089,17.8,8.4,0.0