tamnd commited on
Commit
3e82429
·
verified ·
1 Parent(s): b07de78

Add 2013-10-11 — 257.3K 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 **2013-10-10** (802 days), totaling **103,302,749 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 28.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.8 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
 
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 54.9M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
- | 2013 | 268 | 54,949,764 | 205,036 | 16.7 GB | 5.2 GB | 2h42m | 7h42m | 3h29m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 28.1M
157
  ```
158
 
159
 
@@ -179,8 +179,8 @@ duckdb.sql("""
179
 
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
- 2012 ██████████████████░░░░░░░░░░░ 3.3M
183
- 2013 ██████████████████████████████ 5.1M
184
  ```
185
 
186
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 51,259,767 | 49.6% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,843,743 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,803,603 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,989,578 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 767,257 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,804,136 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,712,518 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 13,895,946 | 13.5% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 880,881 | 0.9% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 39,570 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 1,042,816 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,955,029 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 94,234 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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 **2013-10-12** (804 days), totaling **103,731,131 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 28.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.8 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
 
 
138
  ```
139
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████░░░░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 55.4M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
+ | 2013 | 270 | 55,378,146 | 205,104 | 16.9 GB | 5.2 GB | 2h44m | 7h46m | 3h30m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 █████████████████░░░░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 28.3M
157
  ```
158
 
159
 
 
179
 
180
  ```
181
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
+ 2012 ██████████████████░░░░░░░░░░░ 3.3M
183
+ 2013 ██████████████████████████████ 5.2M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 51,475,295 | 49.6% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,870,187 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,843,690 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 4,006,496 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 771,011 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,845,670 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,728,456 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,943,758 | 13.4% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 887,229 | 0.9% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 40,341 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 1,046,357 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,961,584 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 94,602 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4ae19c841b7a3e3daf06872da69fc319e1dffb5ea147d034f35cb098e847b9
3
+ size 77341
data/creates/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cbd099e04ea6d0b7f1f40ad9cea560a327f812c955b4ff9878a33b8d4dbf1eb
3
+ size 1007239
data/deletes/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418bd878696251e4f50f67f6f07a84df110aa86411e8f0d2a787f0aaeb8c397c
3
+ size 113190
data/forks/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36f7b2ea13e1fbeacbb3532bdffdd0360ba1d67f070332001590e3d228b069d
3
+ size 245655
data/issue_comments/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8847081c28d3b0e15bf31e5f66c6fbd54f71e3c0f6017a25f489036d24539e5f
3
+ size 599782
data/issues/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f05daeebe5fc61546c32b524581ef158f208164b0b30635c670484113ce0646
3
+ size 482281
data/public_events/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c1ea289474aa2ff395e49411ae8a5026aa9726fd7625a90d317be7f3563e6b
3
+ size 9682
data/pull_requests/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3b8384b2395c806060e9353e0eabbde06c8b7685c60fe11100a55bdad05826
3
+ size 1940089
data/pushes/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d656990a5f9f99c89147f40ea9c412375f124a221ccf631da9293654d828cd
3
+ size 20623775
data/stars/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ffb9f233697224b1b32fc8fedb3d7a5e19db4ace5a6c94261d2fe0294b74f12
3
+ size 516700
data/wiki_pages/2013/10/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60605eaa6fea61c17328f8ef572975c879650b644fabb5a7295d65a4a669395d
3
+ size 215621
stats.csv CHANGED
@@ -800,4 +800,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
800
  2013-10-07,273466,1876,139173,14792,24009,12342,0,3100,23949,10371,31311,4974,571,2261,4487,0,250,0,91598927,184.6,27401292,32.2,184.6,53.3
801
  2013-10-08,269992,1777,136863,14189,23815,12291,0,3459,23589,10321,31708,4422,583,2278,4454,0,243,0,91922790,174.4,27232016,28.4,174.4,40.8
802
  2013-10-09,269335,1912,136451,13796,24061,12206,0,3366,23535,10224,31519,4768,597,2422,4245,0,233,0,90826290,173.7,27157669,35.2,173.7,37.1
803
- 2013-10-10,274850,1775,136399,18101,28107,12164,0,3156,23149,9757,30586,4620,480,2449,3884,0,223,0,89962271,166.3,27713082,33.6,166.3,0.0
 
 
 
800
  2013-10-07,273466,1876,139173,14792,24009,12342,0,3100,23949,10371,31311,4974,571,2261,4487,0,250,0,91598927,184.6,27401292,32.2,184.6,53.3
801
  2013-10-08,269992,1777,136863,14189,23815,12291,0,3459,23589,10321,31708,4422,583,2278,4454,0,243,0,91922790,174.4,27232016,28.4,174.4,40.8
802
  2013-10-09,269335,1912,136451,13796,24061,12206,0,3366,23535,10224,31519,4768,597,2422,4245,0,233,0,90826290,173.7,27157669,35.2,173.7,37.1
803
+ 2013-10-10,274850,1775,136399,18101,28107,12164,0,3156,23149,9757,30586,4620,480,2449,3884,0,223,0,89962271,166.3,27713082,33.6,166.3,42.8
804
+ 2013-10-11,257305,1743,122891,18711,28549,10875,0,2620,24021,9398,27837,3878,449,2262,3846,0,225,0,82803354,148.3,25831355,43.3,148.3,0.0
805
+ 2013-10-12,171077,1041,92637,7733,11538,6043,0,1134,17513,6540,19975,2470,322,1279,2709,0,143,0,53943695,94.8,17116235,35.3,94.8,0.0