tamnd commited on
Commit
c8308c0
·
verified ·
1 Parent(s): a7ef613

Add 2013-07-17 — 212.5K 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-07-16** (722 days), totaling **85,337,336 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 23.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.1 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,095,503 events in 2709 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,095,503 | 2709 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████████████░░░ 34.3M
141
- 2013 ██████████████████████████████ 37.0M
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 | 188 | 36,984,351 | 196,725 | 11.3 GB | 3.5 GB | 1h54m | 4h51m | 2h29m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████░░░░ 16.5M
156
- 2013 ██████████████████████████████ 18.9M
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 | 42,079,290 | 49.3% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,836,992 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,193,815 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,278,943 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 574,288 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,134,380 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 2,988,212 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,791,991 | 13.8% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 689,534 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 7,952 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 885,747 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,667,144 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 78,277 | 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-07-17** (723 days), totaling **85,549,863 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 23.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.1 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,095,528 events in 2720 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,095,528 | 2720 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ███████████████████████████░░░ 34.3M
141
+ 2013 ██████████████████████████████ 37.2M
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 | 189 | 37,196,878 | 196,808 | 11.3 GB | 3.5 GB | 1h55m | 4h53m | 2h30m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 19.0M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 42,187,166 | 49.3% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,848,733 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,212,776 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,287,443 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 576,800 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,154,408 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 2,997,910 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,816,053 | 13.8% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 691,316 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 8,327 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 887,797 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,670,970 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 78,489 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b1f8cde97113af03a9ba6a983b76da083dad0a44504dd27a9c4e7375be7f93
3
+ size 73416
data/creates/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27aa17b6be5d8def9dd50af294efebf4bdb49f43570441b282fef7b33115206f
3
+ size 899838
data/deletes/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd8ac0aa432aea1ac0c4c94606fe039c6ec3f9515377a13556b946a8483d179
3
+ size 61348
data/forks/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64687013cb78af6f072204d78eb46b3495858c0f348aeafb10027e82ec782e9d
3
+ size 257762
data/issue_comments/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e075f845ac80b2832383cd1d327779c614f734b8485fc768dc47ef40d8baf5bd
3
+ size 454531
data/issues/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd14d8118889fbc51fb48bbcb72e3f54609f217672cc9bf7cfb770ff0fc253e8
3
+ size 309431
data/public_events/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c500d722ad58934400359bb2b40a6fdb4b78b0d188d642a289865f0ad758a5
3
+ size 9109
data/pull_requests/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36675fa383597bcb4eac551fc5d0f46c64edced744ce6f3858c32386526a8a4
3
+ size 1571968
data/pushes/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84bf12d7ef05ca2516b83c1f34cb9371456d4eab5a798d10abd1873fe30efdd8
3
+ size 17531866
data/stars/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1380a950f5ed24ff15bb470b1f01bf7e6d7e3e07160b9ca1fe27e7f747e72182
3
+ size 457671
data/wiki_pages/2013/07/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8863d78a1b6a1c045fdfc638736d2c67378af084c9c2af2b54d990745df3e86
3
+ size 273632
stats.csv CHANGED
@@ -720,4 +720,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
720
  2013-07-13,139935,606,78445,6376,9530,3917,0,956,13011,6122,16106,963,311,1160,2289,0,143,0,46842439,82.9,15649419,37.8,82.9,41.0
721
  2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,55.9
722
  2013-07-15,233599,993,121122,13332,23220,9064,0,2704,20567,9399,25203,1879,343,2328,3241,0,204,0,85983073,151.5,26671813,39.1,151.5,40.7
723
- 2013-07-16,223426,938,114345,11229,19765,8883,0,2915,21419,9711,25535,1831,328,2621,3707,0,199,0,73989257,113.6,22985157,36.8,113.6,0.0
 
 
720
  2013-07-13,139935,606,78445,6376,9530,3917,0,956,13011,6122,16106,963,311,1160,2289,0,143,0,46842439,82.9,15649419,37.8,82.9,41.0
721
  2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,55.9
722
  2013-07-15,233599,993,121122,13332,23220,9064,0,2704,20567,9399,25203,1879,343,2328,3241,0,204,0,85983073,151.5,26671813,39.1,151.5,40.7
723
+ 2013-07-16,223426,938,114345,11229,19765,8883,0,2915,21419,9711,25535,1831,328,2621,3707,0,199,0,73989257,113.6,22985157,36.8,113.6,37.5
724
+ 2013-07-17,212527,904,107876,11741,18961,8500,0,2512,20028,9698,24062,1782,375,2050,3826,0,212,0,70107038,119.9,21900572,43.3,119.9,0.0