tamnd commited on
Commit
0ea697c
·
1 Parent(s): 4189a0b

Add 2011-03-31 — 44.9K 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-30** (24 days), totaling **953,871 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 182.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 97.5 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 ██████████████████████████████ 953.9K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 24 | 953,871 | 39,744 | 182.3 MB | 97.5 MB | 3m51s | 5m48s | 9m33s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 535.6K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 41.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 23.5K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 111.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 | 535,600 | 56.2% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 41,043 | 4.3% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 23,481 | 2.5% | PR lifecycle events |
553
- | `stars` | WatchEvent | 111,029 | 11.6% | Repository stars |
554
- | `forks` | ForkEvent | 28,625 | 3.0% | Repository forks |
555
- | `creates` | CreateEvent | 151,590 | 15.9% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 13,956 | 1.5% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 13,994 | 1.5% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 26,555 | 2.8% | Wiki page edits |
559
- | `members` | MemberEvent | 7,071 | 0.7% | Collaborator additions |
560
- | `public_events` | PublicEvent | 927 | 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-04-01** (26 days), totaling **1,041,806 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 198.6 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 106.1 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 ██████████████████████████████ 1.0M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 26 | 1,041,806 | 40,069 | 198.6 MB | 106.1 MB | 4m03s | 6m04s | 9m52s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 583.1K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 44.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 25.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 121.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 583,148 | 56.0% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 44,483 | 4.3% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 25,758 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 121,673 | 11.7% | Repository stars |
554
+ | `forks` | ForkEvent | 31,322 | 3.0% | Repository forks |
555
+ | `creates` | CreateEvent | 166,823 | 16.0% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 16,003 | 1.5% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 15,344 | 1.5% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 28,573 | 2.7% | Wiki page edits |
559
+ | `members` | MemberEvent | 7,665 | 0.7% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 1,014 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15cb339aeb4fd75da22f343bd1fde3d40d67dc676d62772aa631c530cc61b969
3
+ size 33184
data/creates/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5b94dd84b5f5c25a845d39f16b5c260fe62ffd826cdba32662459ec42a88f1
3
+ size 153745
data/deletes/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae056886c10c12a810b7d09b3ebfb90eba75f24528c6957720e6cf84d4cc018
3
+ size 26426
data/forks/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f56ed69800b913ad16e920b041bcbd717338d6f54b6c28297c58f326977348
3
+ size 60743
data/issues/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345694f3e508a3267e6d6c672cc68b0804662439832583ae49298b45e21ccae8
3
+ size 65000
data/members/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67bfbb285a074aaa7e8e8b40916f183906f75a6c207770e84e274fdd167dc7c1
3
+ size 15086
data/public_events/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3042cfa752e63242d43b8585fe8154fe72dea9c4de44d0aec9fad78b33a64eee
3
+ size 4033
data/pull_requests/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8549ca228cb346e9b49165dc1a8bfc5572e1fd41c7df3598d2ba1eec9f594322
3
+ size 76733
data/pushes/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f831d8e5260304ef08d99d930cb228d580bbe922fd08db86d1ac943c406a97e
3
+ size 4061812
data/stars/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb401b78945e66617ce1066d306e725080637fa5c444231affa0393340f4de04
3
+ size 161801
data/wiki_pages/2011/03/31.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef131e278ea54a3613aed9379b28a7840cb4b28011cad78c4e9a947ce509dbf
3
+ size 90962
stats.csv CHANGED
@@ -22,4 +22,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
22
  2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,11.8,3576434,6.1,11.8,20.8
23
  2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,15.0,5164730,5.5,15.0,18.9
24
  2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,8.9,4079714,7.0,8.9,25.1
25
- 2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,7.7,4595771,21.3,7.7,0.0
 
 
 
22
  2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,11.8,3576434,6.1,11.8,20.8
23
  2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,15.0,5164730,5.5,15.0,18.9
24
  2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,8.9,4079714,7.0,8.9,25.1
25
+ 2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,7.7,4595771,21.3,7.7,19.0
26
+ 2011-03-31,44897,0,24843,1729,0,1205,0,0,5506,1352,7048,1065,0,646,1171,292,40,0,8902002,8.2,4749525,6.3,8.2,0.0
27
+ 2011-04-01,43038,0,22705,1711,0,1072,0,0,5138,1345,8185,982,0,704,847,302,47,0,8240306,7.9,4279857,5.8,7.9,0.0