tamnd commited on
Commit
080b8e3
·
verified ·
1 Parent(s): b729058

Add 2011-08-01 — 52.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-07-31** (111 days), totaling **5,640,021 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 1019.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 487.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
 
@@ -131,39 +131,39 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 ██████████████████████████████ 5.6M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 111 | 5,640,021 | 50,811 | 1019.1 MB | 487.7 MB | 21m02s | 21m54s | 46m43s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 2.6M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 269.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 130.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 564.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 | 2,631,507 | 46.7% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 269,342 | 4.8% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 283,935 | 5.0% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 130,779 | 2.3% | PR lifecycle events |
554
- | `stars` | WatchEvent | 564,783 | 10.0% | Repository stars |
555
- | `forks` | ForkEvent | 150,561 | 2.7% | Repository forks |
556
- | `creates` | CreateEvent | 677,433 | 12.0% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 64,123 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 72,757 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 118,510 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 31,952 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 4,733 | 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-08-01** (112 days), totaling **5,692,257 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.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 492.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
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 5.7M
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 112 | 5,692,257 | 50,823 | 1.0 GB | 492.8 MB | 21m18s | 22m08s | 47m07s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 2.7M
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 272.4K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 132.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 570.5K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,658,199 | 46.7% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 272,368 | 4.8% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 287,986 | 5.1% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 132,408 | 2.3% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 570,498 | 10.0% | Repository stars |
555
+ | `forks` | ForkEvent | 152,233 | 2.7% | Repository forks |
556
+ | `creates` | CreateEvent | 683,875 | 12.0% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 64,701 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 73,624 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 119,706 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 32,272 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 4,781 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd3e3991949224abc05e081b755c4529894e061720a9cd0b3ced6e94eef402b
3
+ size 41751
data/creates/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f862554f8aa5ae45da4afa6dfd65ecbbb0c89d95ddcf9c1c0c04ded4c083d2
3
+ size 266039
data/deletes/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:277166613f52dc114af9eac42ea621337f74882a43d3d89605faeeb721763fea
3
+ size 21410
data/forks/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0287f544ab77f252bd124b81e4437abcd62e035eef5a20a284cba88106850a6
3
+ size 86434
data/issues/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5042c1fdd1dcdeef4c782ee6e68c01fec199726dd532f972419a1c0468dfa954
3
+ size 101200
data/members/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827d12619b293ee27020c498925adf8f6994b56c39acd4ce4f1c9b490f38a0aa
3
+ size 16867
data/public_events/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd8c21efaf30d201004be320d9e13184f440752ef6649c2e5dd3a0b55d4c6fc6
3
+ size 4560
data/pull_requests/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:accd75afbde13b117d1c7fea1f8ebccadf2824268c3eff08d2a40a7001cd5bca
3
+ size 98758
data/pushes/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32115b63cf0b98af057145958f9834411950524898695b90de3316b2350207f
3
+ size 4397725
data/stars/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33ce2c5541ab7f73617d6f9fd09fdda86bae52a69f9d40691ea55d7d18445c4
3
+ size 170765
data/wiki_pages/2011/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124aa92911577a21622cd3c69dcdd126fa086de7b4402ff1b56197329b1f8475
3
+ size 65962
stats.csv CHANGED
@@ -109,4 +109,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
109
  2011-07-28,56358,0,29500,3021,4520,1871,0,0,6379,1716,6503,615,0,875,998,313,47,0,10706435,17.1,6036716,22.1,17.1,36.6
110
  2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,15.5,5375448,16.2,15.5,42.6
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
- 2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,0.0
 
 
109
  2011-07-28,56358,0,29500,3021,4520,1871,0,0,6379,1716,6503,615,0,875,998,313,47,0,10706435,17.1,6036716,22.1,17.1,36.6
110
  2011-07-29,54127,0,27086,2985,4143,1605,0,0,5667,1663,7901,694,0,753,1281,276,73,0,9881968,15.5,5375448,16.2,15.5,42.6
111
  2011-07-30,32233,0,17422,1519,2118,841,0,0,3509,926,4293,272,0,442,639,225,27,0,5963077,11.1,3373933,14.9,11.1,29.4
112
+ 2011-07-31,37479,0,19959,1774,2379,910,0,0,4172,1151,4624,795,0,529,981,170,35,0,6799231,12.1,3776481,15.8,12.1,24.4
113
+ 2011-08-01,52236,0,26692,3026,4051,1629,0,0,5715,1672,6442,578,0,867,1196,320,48,0,9826434,14.8,5271471,15.7,14.8,0.0