tamnd commited on
Commit
f82f661
·
verified ·
1 Parent(s): 9b4ef0b

Add 2013-08-16 — 202.6K 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-08-15** (752 days), totaling **91,799,508 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 25.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.7 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
 
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-28** — 1,187,886 events in 3034 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 1,187,886 | 3034 |
107
 
108
 
109
  ### Live event schema
@@ -138,22 +138,22 @@ duckdb.sql("""
138
  ```
139
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████████░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 43.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 | 218 | 43,446,523 | 199,295 | 13.3 GB | 4.1 GB | 2h14m | 5h50m | 2h50m |
149
 
150
 
151
  ### Pushes per year
152
 
153
  ```
154
- 2011 ████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████░░░░░░░░ 16.5M
156
- 2013 █████████████████████████████ 22.2M
157
  ```
158
 
159
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 45,403,196 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,182,376 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,756,886 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,531,944 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 644,971 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,754,741 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,265,535 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 12,533,082 | 13.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 744,374 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 19,053 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 944,562 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,779,048 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 83,927 | 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-08-16** (753 days), totaling **92,002,150 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 25.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.7 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
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-28** — 1,187,943 events in 3043 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,187,943 | 3043 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████████░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 43.6M
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 | 219 | 43,649,165 | 199,311 | 13.3 GB | 4.1 GB | 2h14m | 5h52m | 2h51m |
149
 
150
 
151
  ### Pushes per year
152
 
153
  ```
154
+ 2011 ████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████░░░░░░░░ 16.5M
156
+ 2013 ████████████████████████���█████ 22.3M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 45,502,198 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,196,110 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,775,011 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,540,379 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 647,131 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,774,660 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,274,440 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 12,557,631 | 13.6% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 746,579 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 19,356 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 946,202 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,781,791 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 84,078 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68027e38ab4c953a64f02159c253b093fb2c750defbe5a599dc02016a4f70333
3
+ size 62732
data/creates/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b29520b4d8783059ef87e3050df427bd35367b39cf37d41dad34058bc303c7e
3
+ size 898753
data/deletes/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34348891c6768e995e143f6038903155c93b2f7ab07c6a5b8b931248cecf8946
3
+ size 59807
data/forks/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5d8bd9f7a05b1da97fa4617a87f040c548d6cfddad4aaf2c1a63af6131bbf4
3
+ size 241951
data/issue_comments/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4015dadfaf9cd156e86e0348a861f2c06fa3f7df7b0c9024e6e67fe0d7b74aee
3
+ size 440380
data/issues/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfc526049e482b814c02d8582352ab63e8c12e0cbabd454bf4931f1770b373c
3
+ size 295127
data/public_events/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530cd0d88e94d2d0b6e28b1f0d34ff1ed1f01b4f48a4745e80b907eaf895d3ce
3
+ size 7603
data/pull_requests/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3456c0588aea9ff612b7cc6be50bf1005b4f5adc5c058baa29a7759bf01dcc
3
+ size 1564077
data/pushes/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b650016ca833bb42ea10674753a3232d4d43228f3b547f76c326a4720262210a
3
+ size 16145672
data/stars/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0fb825d7473ab6cf936037691c47cd4706bbd587c9296c75a1a2a58e1ac4e8a
3
+ size 495248
data/wiki_pages/2013/08/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4075fbd1e64638456f77fcfc654604b3ea657698cdf14ec0e31261a966576e8d
3
+ size 207582
stats.csv CHANGED
@@ -750,4 +750,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
750
  2013-08-12,244954,842,123668,13335,22985,10229,0,2839,24040,10722,27536,2538,410,2266,3354,0,190,0,83163806,151.6,25519623,32.1,151.6,44.6
751
  2013-08-13,249576,990,124024,13074,23460,10547,0,2915,26362,11279,28226,2466,360,2151,3501,0,221,0,84191348,152.0,25199085,48.5,152.0,41.6
752
  2013-08-14,251031,938,124257,13155,22884,10922,0,2841,26581,11004,29207,2501,431,2439,3646,0,225,0,84036443,151.7,24795339,39.7,151.7,35.0
753
- 2013-08-15,209338,745,105419,11092,18625,8939,0,2284,20628,9369,24592,1954,410,1947,3122,0,212,0,69985151,126.4,21276414,35.5,126.4,0.0
 
 
750
  2013-08-12,244954,842,123668,13335,22985,10229,0,2839,24040,10722,27536,2538,410,2266,3354,0,190,0,83163806,151.6,25519623,32.1,151.6,44.6
751
  2013-08-13,249576,990,124024,13074,23460,10547,0,2915,26362,11279,28226,2466,360,2151,3501,0,221,0,84191348,152.0,25199085,48.5,152.0,41.6
752
  2013-08-14,251031,938,124257,13155,22884,10922,0,2841,26581,11004,29207,2501,431,2439,3646,0,225,0,84036443,151.7,24795339,39.7,151.7,35.0
753
+ 2013-08-15,209338,745,105419,11092,18625,8939,0,2284,20628,9369,24592,1954,410,1947,3122,0,212,0,69985151,126.4,21276414,35.5,126.4,43.7
754
+ 2013-08-16,202642,771,99002,13734,18125,8435,0,2160,19919,8905,24549,2205,303,1640,2743,0,151,0,66292154,129.5,20418932,40.9,129.5,0.0