tamnd commited on
Commit
13afbe4
·
verified ·
1 Parent(s): 033890f

Add 2011-12-16 — 89.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-12-15** (227 days), totaling **13,051,830 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 2.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.2 GB 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,27 +136,27 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 227 | 13,051,830 | 57,497 | 2.5 GB | 1.2 GB | 1h00m | 47m42s | 1h46m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 6.2M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 685.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 343.4K
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 | 6,222,628 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 685,236 | 5.3% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 859,649 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 343,363 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,316,385 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 368,484 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,948,421 | 14.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 152,804 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 161,842 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 267,311 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 74,316 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 11,785 | 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-12-16** (228 days), totaling **13,141,353 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 2.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.3 GB 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 | 228 | 13,141,353 | 57,637 | 2.5 GB | 1.3 GB | 1h00m | 47m55s | 1h46m |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 6.3M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 689.2K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 346.1K
160
  ```
161
 
162
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 6,261,314 | 47.6% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 689,247 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 865,950 | 6.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 346,093 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 1,324,134 | 10.1% | Repository stars |
555
+ | `forks` | ForkEvent | 370,948 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,971,721 | 15.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 153,790 | 1.2% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 162,851 | 1.2% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 269,135 | 2.0% | Wiki page edits |
560
+ | `members` | MemberEvent | 74,688 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 11,876 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588c4148c78305c59b21aa7140b3a5e0da8f46f115eee79fed8e05b203f9de4f
3
+ size 143852
data/creates/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600581452ff8427d5e26d6d58d25a46ed0a757fcfed1be565f940c6f0f3b3ba1
3
+ size 479343
data/deletes/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6993e5c960c9078ef66689fc9ad219a00707156a57f6a341dbd28ae8a1fe895
3
+ size 32647
data/forks/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e9957c01a31638dcbb26ef83223107f19810d0def29c541304cca685a37454
3
+ size 225618
data/issues/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18583168bae8a4c04cd41ff358ffa14fc20ddd9b7a3757781991a894cc09fc05
3
+ size 888069
data/members/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e7fe96394d65ebda2090dbe81afc92451886bf3ea0000c62d5cd808ad8cdc2
3
+ size 18236
data/public_events/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ada962ea7c3a3e547b25ef52805382dc636832694b33243e0050726860ba045
3
+ size 6136
data/pull_requests/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7605c8aafc629ace357c94ca7d01fb00066110167dec7f636de470f4fe88aed
3
+ size 468317
data/pushes/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b90463814f730b93158d4d8a8cc7d7c64e4e0c7ebdcc30dd6995b6fd9acf78
3
+ size 8499848
data/stars/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f129dfd1af5575574bead8393c21e3c774f1f2140b9c87f1fd2e9537ff17263e
3
+ size 263692
data/wiki_pages/2011/12/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba566494ddf7ec99df51d53bd66c88fe3ded0167bfc47179b7ee8567f562e190
3
+ size 139917
stats.csv CHANGED
@@ -225,4 +225,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
  2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,26.8
227
  2011-12-14,82177,0,36694,4543,7093,2455,0,0,7882,2087,17630,733,0,968,1660,352,80,0,21610285,12.6,10771978,24.3,12.6,31.4
228
- 2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,0.0
 
 
225
  2011-12-12,86786,0,38739,4019,5991,2333,0,0,8102,2196,21445,849,0,1076,1495,454,87,0,21823651,11.8,11037967,24.2,11.8,28.6
226
  2011-12-13,82669,0,35649,3531,5617,2439,0,0,7551,2153,19479,3431,0,800,1573,389,57,0,20503814,13.2,10079974,19.8,13.2,26.8
227
  2011-12-14,82177,0,36694,4543,7093,2455,0,0,7882,2087,17630,733,0,968,1660,352,80,0,21610285,12.6,10771978,24.3,12.6,31.4
228
+ 2011-12-15,87146,0,38644,4039,6057,2483,0,0,7753,2151,22060,780,0,1069,1591,451,68,0,22389131,13.9,11010747,30.3,13.9,23.2
229
+ 2011-12-16,89523,0,38686,4011,6301,2730,0,0,7749,2464,23300,986,0,1009,1824,372,91,0,22741485,13.1,11165675,21.6,13.1,0.0