tamnd commited on
Commit
1dc3bbe
·
verified ·
1 Parent(s): ad32f23

Add 2011-09-13 — 67.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-09-12** (154 days), totaling **7,977,906 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 706.8 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 | 154 | 7,977,906 | 51,804 | 1.4 GB | 706.8 MB | 35m26s | 29m14s | 1h08m |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 406.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 201.7K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 831.8K
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 | 3,808,215 | 47.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 406,300 | 5.1% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 471,529 | 5.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 201,706 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 831,804 | 10.4% | Repository stars |
555
- | `forks` | ForkEvent | 224,574 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 977,614 | 12.3% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 91,383 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 104,670 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 168,681 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 44,622 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 7,202 | 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-13** (155 days), totaling **8,045,028 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 713.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
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 155 | 8,045,028 | 51,903 | 1.4 GB | 713.2 MB | 35m43s | 29m23s | 1h08m |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 410.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 203.9K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 838.9K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 3,842,610 | 47.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 410,043 | 5.1% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 476,718 | 5.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 203,888 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 838,919 | 10.4% | Repository stars |
555
+ | `forks` | ForkEvent | 226,681 | 2.8% | Repository forks |
556
+ | `creates` | CreateEvent | 986,491 | 12.3% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 92,363 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 105,437 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 169,888 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 45,111 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 7,273 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e6a10b98f487021b19756073d55e8ed30473394a51983b63a6fc18ba11f94b
3
+ size 40351
data/creates/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9689ce1527824e8f7328f9660bb1aaba791855215f430336f9c8483ed0d4f859
3
+ size 363147
data/deletes/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9f3c78a98bc2453586456fa731bce662550ed5a0feca80ee8f43638477e49b
3
+ size 32083
data/forks/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce637d29f007764e52f5f06eaafad395cf8e33aa52d5ae0856d92b2652889cd
3
+ size 106218
data/issues/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbce29e23164b9643368c9c66f3fdeefce2589c2ebaa29ffb5b6cc9f029da75d
3
+ size 125149
data/members/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706268f0b3a5a1440c40492639162a1ec0f86765f25cbc0c5559a4089e00d13f
3
+ size 21275
data/public_events/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8500380749c41a8321b2f1ce0636cc9c3f59f10c4c7c4b1fc7ac9ac344b87bb
3
+ size 5411
data/pull_requests/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a73c46b35ddfd5e37649f1714af785c8be7a721ae58726339aafecb44404f6
3
+ size 125995
data/pushes/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6adfc982641e390a241bd1b7703d9972a8f990973a1248ed4832156b1fcaa7ad
3
+ size 5530345
data/stars/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5faf3def22e923e5cbdaa1ee4f588fbf4b54fe63d6f5c54e57b57ec0cdeb6746
3
+ size 211580
data/wiki_pages/2011/09/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c130add54818af09924c7809f5943d220dd87724f1f1d9d121767d8783f7b33f
3
+ size 93975
stats.csv CHANGED
@@ -152,4 +152,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
152
  2011-09-09,60775,0,30012,3507,4853,2131,0,0,7297,1972,7650,768,0,840,1348,340,57,0,11112590,6.4,5867979,26.3,6.4,28.1
153
  2011-09-10,43197,0,21583,2239,2964,1194,0,0,4397,1272,7557,470,0,455,761,263,42,0,7527191,5.7,4172118,23.3,5.7,26.0
154
  2011-09-11,46786,0,24118,2284,2927,1255,0,0,4777,1561,7402,524,0,524,1071,307,36,0,8277171,6.5,4708751,17.9,6.5,22.0
155
- 2011-09-12,66537,0,30947,3248,4551,1883,0,0,7095,2095,13619,680,0,685,1306,374,54,0,11482052,8.7,6119895,23.3,8.7,0.0
 
 
152
  2011-09-09,60775,0,30012,3507,4853,2131,0,0,7297,1972,7650,768,0,840,1348,340,57,0,11112590,6.4,5867979,26.3,6.4,28.1
153
  2011-09-10,43197,0,21583,2239,2964,1194,0,0,4397,1272,7557,470,0,455,761,263,42,0,7527191,5.7,4172118,23.3,5.7,26.0
154
  2011-09-11,46786,0,24118,2284,2927,1255,0,0,4777,1561,7402,524,0,524,1071,307,36,0,8277171,6.5,4708751,17.9,6.5,22.0
155
+ 2011-09-12,66537,0,30947,3248,4551,1883,0,0,7095,2095,13619,680,0,685,1306,374,54,0,11482052,8.7,6119895,23.3,8.7,25.9
156
+ 2011-09-13,67122,0,34395,3743,5189,2182,0,0,7115,2107,8877,980,0,767,1207,489,71,0,12447351,8.9,6655529,17.3,8.9,0.0