tamnd commited on
Commit
b177317
·
verified ·
1 Parent(s): f36b62b

Add 2013-08-03 — 146.4K 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-02** (739 days), totaling **89,002,959 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 24.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.4 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,14 +71,14 @@ 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,154,035 events in 2865 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
- 03:00 ██████████████████████████████ 272.7K
81
- 04:00 ███████████░░░░░░░░░░░░░░░░░░░ 101.7K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -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,154,035 | 2865 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████████░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 40.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 | 205 | 40,649,974 | 198,292 | 12.4 GB | 3.9 GB | 2h06m | 5h24m | 2h42m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 20.8M
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 | 43,965,037 | 49.4% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,035,895 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,514,949 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,422,701 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 615,448 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,485,372 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,146,196 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 12,210,279 | 13.7% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 719,557 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 14,267 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 919,368 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,726,528 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 81,579 | 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-03** (740 days), totaling **89,149,362 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 24.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.4 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,156,354 events in 2874 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
+ 03:00 ██████████████████████████████ 272.8K
81
+ 04:00 ███████████░░░░░░░░░░░░░░░░░░░ 104.0K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,156,354 | 2874 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████████░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 40.8M
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 | 206 | 40,796,377 | 198,040 | 12.5 GB | 3.9 GB | 2h06m | 5h25m | 2h42m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ███████████████████████░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 20.9M
157
  ```
158
 
159
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 44,041,529 | 49.4% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,042,429 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,524,788 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,427,257 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 616,363 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,500,197 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,152,873 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 12,228,572 | 13.7% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 720,777 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 14,517 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 920,538 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,731,547 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 81,696 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be6f21e3790c4315fedf593bc1dfce354ebea06e3a4c28c1ae4fe26b377fb054
3
+ size 44385
data/creates/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79bedec536afc50fac5b0f78ed563f3dc3ce9611774e8e50f8d27eecbf226343
3
+ size 622461
data/deletes/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2bcb06c5031fa7b7915106214848774bc476f47cc2aa511f4b653e6dccdb70
3
+ size 38612
data/forks/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf70a040cd2078ea9debe102985c53edcda8f2114e0d5e9fed01ee2541f1cc1
3
+ size 178559
data/issue_comments/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d45321437c1884c951d5d1875b3be5d89b1baa2217c0d6cb43fd7742084c216
3
+ size 242971
data/issues/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5cb77cc480f0bc3cd445f1da82b2023004a0cfd03896817d1eb6a920830533e
3
+ size 174274
data/public_events/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f7e3f6298698c50fbef2fd2cd4efacb1b22d7221eb0e1e92872da822e583f4
3
+ size 6145
data/pull_requests/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543606fe3110f7fd7aec3ac33b6f58c37d54acf7a5ad2c30ac283a1d497cc894
3
+ size 865875
data/pushes/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a1963efe74b8096fc2f600437231474ac79e25feb09d0f28df08fb77a5668d
3
+ size 12103582
data/stars/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e2bd47c4856542a169f69e116b13eaa664f6e6f0b46b527715e9f1d5f6df4c
3
+ size 336306
data/wiki_pages/2013/08/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f06115a2b9fbb38cac12be1703ce607cad4ffaf00d3dbeddbff482f2cb8d50
3
+ size 383274
stats.csv CHANGED
@@ -737,4 +737,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
737
  2013-07-30,253418,1129,127269,14808,22814,10373,0,3674,25157,10709,27916,2087,400,2439,4400,0,243,0,85608484,87.3,26465236,58.4,87.3,34.8
738
  2013-07-31,247721,983,125974,13655,22375,10338,0,3247,23655,10474,27570,2123,380,2500,4271,0,176,0,83140050,136.7,25430955,47.7,136.7,41.8
739
  2013-08-01,244865,1049,123541,12915,21704,10136,0,2627,24252,11418,28440,2093,401,2240,3834,0,215,0,80967258,137.6,25389029,41.5,137.6,45.5
740
- 2013-08-02,214748,908,109211,12029,19121,9010,0,2212,21667,9562,23612,1766,439,1634,3374,0,203,0,71211531,121.5,22121192,45.2,121.5,0.0
 
 
737
  2013-07-30,253418,1129,127269,14808,22814,10373,0,3674,25157,10709,27916,2087,400,2439,4400,0,243,0,85608484,87.3,26465236,58.4,87.3,34.8
738
  2013-07-31,247721,983,125974,13655,22375,10338,0,3247,23655,10474,27570,2123,380,2500,4271,0,176,0,83140050,136.7,25430955,47.7,136.7,41.8
739
  2013-08-01,244865,1049,123541,12915,21704,10136,0,2627,24252,11418,28440,2093,401,2240,3834,0,215,0,80967258,137.6,25389029,41.5,137.6,45.5
740
+ 2013-08-02,214748,908,109211,12029,19121,9010,0,2212,21667,9562,23612,1766,439,1634,3374,0,203,0,71211531,121.5,22121192,45.2,121.5,30.6
741
+ 2013-08-03,146403,496,76492,6534,9839,4556,0,915,14825,6677,18293,1220,250,1170,5019,0,117,0,45855056,53.7,14996444,38.3,53.7,0.0