tamnd commited on
Commit
42f79b9
·
verified ·
1 Parent(s): 3c4485b

Add 2011-09-25 — 47.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-09-24** (166 days), totaling **8,722,809 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 776.0 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,12 +131,12 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 8.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 166 | 8,722,809 | 52,547 | 1.5 GB | 776.0 MB | 39m21s | 30m43s | 1h15m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 444.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 222.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 911.5K
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 | 4,192,598 | 48.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 444,654 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 522,755 | 6.0% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 222,946 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 911,526 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 247,436 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 1,086,859 | 12.5% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 99,652 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 113,337 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 184,052 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 49,395 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,993 | 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-09-25** (167 days), totaling **8,770,014 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.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 780.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
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 8.8M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 167 | 8,770,014 | 52,515 | 1.5 GB | 780.6 MB | 39m37s | 30m48s | 1h15m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 447.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 224.2K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 916.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 4,217,498 | 48.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 447,024 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 525,837 | 6.0% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 224,180 | 2.6% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 916,680 | 10.5% | Repository stars |
555
+ | `forks` | ForkEvent | 248,801 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 1,093,579 | 12.5% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 100,166 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 113,884 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 185,117 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 49,604 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 8,038 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8453832516d1840ece73c81e43c417eb9bc7a200cf0c0777774699a7830ffce4
3
+ size 28933
data/creates/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6b1ffbe1e5beee39da05a5b63f033da4ef3e228278cef3eb3e48f9e6cec1b65
3
+ size 260414
data/deletes/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d76db796763f02a228d7a98c8d272f73dc97bc63f2b78964bdfd81fd3a1fda86
3
+ size 19210
data/forks/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc05631b762a571ae0da249bc99d3e3d39d5ac2f3ace7b2d46f5d959b1fd6cd
3
+ size 71946
data/issues/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8040d5b329b5a805b2ecec96eec47caac19488c4a7c60ffd14e914e4a23a6d
3
+ size 82023
data/members/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b212f7ccc81d74e3bac935fc223c500efc7963be4c75cc873d0c35f372eaadb
3
+ size 12553
data/public_events/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bae523f365d52f02dbd56dc7e6dd1b8ad3d9284dfb80b75115a7a9b203a20f6
3
+ size 4241
data/pull_requests/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7043d1bea61be9046fc3f0fb2f37b0873f53b166c1c7eb06213b35a0ef0dbd67
3
+ size 78460
data/pushes/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6772f819a3ad7865daa5eb7beba5bb26f0fc1cb798307c7839e15404cb5c0436
3
+ size 4036033
data/stars/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4797c8e85cba91b6365cbbdde73d220dab7a18e47a49d6e97e4a488d406c6553
3
+ size 152561
data/wiki_pages/2011/09/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a972efd7b1505dafe3bb9943e3b3ba6dee186d9b610c1bc99244baea8862ba6d
3
+ size 86420
stats.csv CHANGED
@@ -164,4 +164,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
164
  2011-09-21,64394,0,33157,3416,4651,1903,0,0,7194,2156,8541,680,0,749,1446,409,92,0,12021625,6.4,6554477,23.6,6.4,29.8
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
  2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,23.2
167
- 2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,0.0
 
 
164
  2011-09-21,64394,0,33157,3416,4651,1903,0,0,7194,2156,8541,680,0,749,1446,409,92,0,12021625,6.4,6554477,23.6,6.4,29.8
165
  2011-09-22,65667,0,33199,3589,5118,2235,0,0,7445,2152,8433,762,0,778,1433,441,82,0,12488604,7.5,6755575,24.5,7.5,28.8
166
  2011-09-23,62493,0,30808,3223,4648,1860,0,0,6716,1942,10013,605,0,845,1325,439,69,0,11173935,7.2,6177987,20.2,7.2,23.2
167
+ 2011-09-24,43773,0,22867,2465,2867,1081,0,0,4828,1531,6004,428,0,495,841,333,33,0,7850343,5.2,4439120,17.0,5.2,28.7
168
+ 2011-09-25,47205,0,24900,2370,3082,1234,0,0,5154,1365,6720,514,0,547,1065,209,45,0,8451891,5.0,4832794,16.2,5.0,0.0