tamnd commited on
Commit
987efa2
·
verified ·
1 Parent(s): 7674496

Add 2013-09-08 — 193.8K 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-09-07** (769 days), totaling **95,440,818 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 26.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.0 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,282,561 events in 3362 blocks
75
 
76
  ```
77
- 00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
- 04:00 █████████████████████████░░░░ 229.2K
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,282,561 | 3362 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████░░░░░░░░░ 34.3M
141
- 2013 ██████████████████████████████ 47.1M
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 | 235 | 47,087,833 | 200,373 | 14.4 GB | 4.5 GB | 2h22m | 6h25m | 3h03m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████░░░░░░░░░░ 16.5M
156
- 2013 ██████████████████████████████ 24.0M
157
  ```
158
 
159
 
@@ -179,8 +179,8 @@ duckdb.sql("""
179
 
180
  ```
181
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
- 2012 █████████████████████░░░░░░░░ 3.3M
183
- 2013 ██████████████████████████████ 4.4M
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 | 47,210,697 | 49.5% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 5,387,985 | 5.6% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 8,088,300 | 8.5% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,673,392 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 683,401 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 9,107,557 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 3,414,277 | 3.6% | Repository forks |
574
- | `creates` | CreateEvent | 12,995,791 | 13.6% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 787,957 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 25,290 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 976,295 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,832,544 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 87,025 | 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-09-08** (770 days), totaling **95,634,600 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 26.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 9.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,296,036 events in 3375 blocks
75
 
76
  ```
77
+ 00:00 █████████████████████████░░░░░ 235.4K
78
  01:00 █████████████████████████████░ 272.8K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 ██████████████████████████████ 273.6K
81
+ 04:00 █████████████████████████░░░░ 242.7K
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,296,036 | 3375 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 █████████████████████░░░░░░░░░ 34.3M
141
+ 2013 ██████████████████████████████ 47.3M
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 | 236 | 47,281,615 | 200,345 | 14.4 GB | 4.5 GB | 2h23m | 6h27m | 3h04m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████░░░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ████████████████████░░░░░░░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 24.1M
157
  ```
158
 
159
 
 
179
 
180
  ```
181
  2011 █████████░░░░░░░░░░░░░░░░░░░░░ 1.4M
182
+ 2012 █████████████████████░░░░░░░░ 3.3M
183
+ 2013 ██████████████████████████████ 4.5M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 47,310,545 | 49.5% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 5,402,333 | 5.6% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 8,106,823 | 8.5% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,678,946 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 684,603 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 9,123,903 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 3,420,549 | 3.6% | Repository forks |
574
+ | `creates` | CreateEvent | 13,020,201 | 13.6% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 790,168 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 25,578 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 977,545 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,835,266 | 1.9% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 87,193 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0dcbfdb4a3ae21f134d292a0c0648c44391f11f9f5472e2eefb990f9bc7450
3
+ size 49915
data/creates/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3b1369fb9289e3834c003bd2d5a5d9f88c223ae93b822d6ecbacf2571690c9
3
+ size 761549
data/deletes/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de16aa69e4711bf6cfee3e6230028e714ac225b50702ea990eb0f30eb6d323d3
3
+ size 50533
data/forks/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a059c467ff68c86ab356ec7f108345f74eec5fd4b25463472369a34b4f6025b
3
+ size 183700
data/issue_comments/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b452090bafdd321ee2c027847996964488cd6c2658fa04dac8bdee8a9efc4b
3
+ size 392084
data/issues/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39bd0b87bc87dd8fd08098b86a5cb317f8f82a64cdd7ad1ea092ec4531e7e7e
3
+ size 295069
data/public_events/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6289c9c6aa67159a9a9e9dac646defb7a551882ed04dad4e8f90b7a21751bd
3
+ size 7793
data/pull_requests/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcac13d64f9bd27f9ea8282f059fb85732607f1adab846793482a9929dace6e5
3
+ size 1046945
data/pushes/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a58f227143a36b044c8f9920c5ee74322273d7b84ad23118f37f23782c02b4
3
+ size 16404516
data/stars/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4dacbb541c6c3372c192ccb2ae57344cd4c1b1fa90b2eb05cd9e2a1f15e441e
3
+ size 383835
data/wiki_pages/2013/09/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a46bb1043bb001aae39f62f04d1c3e806927188fec91ad604971c4be1533310
3
+ size 183293
stats.csv CHANGED
@@ -767,4 +767,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
767
  2013-09-04,236777,1132,116035,14409,23082,9885,0,2797,21232,9094,30087,2620,342,2327,3469,0,266,0,79175985,144.2,24384247,45.5,144.2,49.5
768
  2013-09-05,236673,1114,115278,14234,22789,10044,0,3025,21951,9171,30254,2539,344,2198,3550,0,182,0,78497618,141.8,23707788,38.6,141.8,35.1
769
  2013-09-06,195412,1105,98444,10109,17319,7866,0,2499,17224,7284,26500,2321,275,1544,2759,0,163,0,65227056,117.4,20300466,26.8,117.4,48.5
770
- 2013-09-07,181195,892,90194,10777,24423,5033,0,1046,13759,5772,23176,2020,303,1112,2544,0,144,0,52691284,88.7,17602069,32.7,88.7,0.0
 
 
767
  2013-09-04,236777,1132,116035,14409,23082,9885,0,2797,21232,9094,30087,2620,342,2327,3469,0,266,0,79175985,144.2,24384247,45.5,144.2,49.5
768
  2013-09-05,236673,1114,115278,14234,22789,10044,0,3025,21951,9171,30254,2539,344,2198,3550,0,182,0,78497618,141.8,23707788,38.6,141.8,35.1
769
  2013-09-06,195412,1105,98444,10109,17319,7866,0,2499,17224,7284,26500,2321,275,1544,2759,0,163,0,65227056,117.4,20300466,26.8,117.4,48.5
770
+ 2013-09-07,181195,892,90194,10777,24423,5033,0,1046,13759,5772,23176,2020,303,1112,2544,0,144,0,52691284,88.7,17602069,32.7,88.7,43.7
771
+ 2013-09-08,193782,640,99848,14348,18523,5554,0,1202,16346,6272,24410,2211,288,1250,2722,0,168,0,58944724,95.0,19759232,34.9,95.0,0.0