tamnd commited on
Commit
5c9f4ab
·
verified ·
1 Parent(s): 364e041

Add 2013-11-04 — 305.1K 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-11-03** (826 days), totaling **109,250,372 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 30.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.3 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,412,833 events in 3720 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
@@ -79,7 +79,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.7K
81
  04:00 ██████████████████████████████ 279.7K
82
- 05:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 79.7K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -438,6 +438,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
438
  | 2025-08-02 | 2 | 2 |
439
  | 2025-08-05 | 1 | 1 |
440
  | 2025-08-06 | 4 | 4 |
 
441
  | 2025-08-09 | 1 | 1 |
442
  | 2025-08-10 | 3 | 3 |
443
  | 2025-08-11 | 1 | 1 |
@@ -601,7 +602,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
601
  | 2026-02-01 | 6 | 6 |
602
  | 2026-02-02 | 20 | 12 |
603
  | 2026-02-03 | 16 | 15 |
604
- | 2026-02-04 | 17 | 17 |
605
  | 2026-02-05 | 10 | 10 |
606
  | 2026-02-06 | 8 | 7 |
607
  | 2026-02-07 | 7 | 6 |
@@ -631,7 +632,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
631
  | 2026-03-03 | 29 | 24 |
632
  | 2026-03-04 | 29 | 27 |
633
  | 2026-03-05 | 29 | 26 |
634
- | 2026-03-06 | 54 | 44 |
635
  | 2026-03-07 | 17 | 16 |
636
  | 2026-03-08 | 28 | 27 |
637
  | 2026-03-09 | 37 | 33 |
@@ -646,14 +647,14 @@ Events from today are captured in near-real-time from the GitHub Events API and
646
  | 2026-03-18 | 65 | 54 |
647
  | 2026-03-19 | 80 | 54 |
648
  | 2026-03-20 | 142 | 101 |
649
- | 2026-03-21 | 77 | 58 |
650
  | 2026-03-22 | 117 | 85 |
651
  | 2026-03-23 | 129 | 93 |
652
  | 2026-03-24 | 255 | 114 |
653
  | 2026-03-25 | 242 | 132 |
654
- | 2026-03-26 | 635 | 197 |
655
- | 2026-03-27 | 1,861,619 | 12386 |
656
- | 2026-03-28 | 1,412,833 | 3720 |
657
 
658
 
659
  ### Live event schema
@@ -688,14 +689,14 @@ duckdb.sql("""
688
  ```
689
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
690
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
691
- 2013 ██████████████████████████████ 60.9M
692
  ```
693
 
694
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
695
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
696
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
697
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
698
- | 2013 | 292 | 60,897,387 | 208,552 | 18.6 GB | 5.7 GB | 2h59m | 8h41m | 3h48m |
699
 
700
 
701
  ### Pushes per year
@@ -703,7 +704,7 @@ duckdb.sql("""
703
  ```
704
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
705
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
706
- 2013 ██████████████████████████████ 31.1M
707
  ```
708
 
709
 
@@ -1114,20 +1115,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
1114
 
1115
  | Table | GitHub Event | Events | % | Description |
1116
  |-------|-------------|-------:|---:|-------------|
1117
- | `pushes` | PushEvent | 54,281,776 | 49.7% | Git pushes with commits |
1118
- | `issues` | IssuesEvent | 6,177,925 | 5.7% | Issue lifecycle events |
1119
- | `issue_comments` | IssueCommentEvent | 9,329,806 | 8.5% | Comments on issues/PRs |
1120
- | `pull_requests` | PullRequestEvent | 4,238,687 | 3.9% | PR lifecycle events |
1121
- | `pr_review_comments` | PullRequestReviewCommentEvent | 828,136 | 0.8% | Line-level PR comments |
1122
- | `stars` | WatchEvent | 10,353,061 | 9.5% | Repository stars |
1123
- | `forks` | ForkEvent | 3,932,333 | 3.6% | Repository forks |
1124
- | `creates` | CreateEvent | 14,574,644 | 13.3% | Branch/tag/repo creation |
1125
- | `deletes` | DeleteEvent | 985,451 | 0.9% | Branch/tag deletion |
1126
- | `releases` | ReleaseEvent | 50,667 | 0.0% | Release publications |
1127
- | `commit_comments` | CommitCommentEvent | 1,096,751 | 1.0% | Comments on commits |
1128
- | `wiki_pages` | GollumEvent | 2,051,267 | 1.9% | Wiki page edits |
1129
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1130
- | `public_events` | PublicEvent | 99,722 | 0.1% | Repo made public |
1131
 
1132
  ## How it's built
1133
 
 
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-11-04** (827 days), totaling **109,555,507 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 30.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.3 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,414,218 events in 3723 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.4K
 
79
  02:00 █████████████████████████████░ 271.7K
80
  03:00 █████████████████████████████░ 273.7K
81
  04:00 ██████████████████████████████ 279.7K
82
+ 05:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 81.0K
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
438
  | 2025-08-02 | 2 | 2 |
439
  | 2025-08-05 | 1 | 1 |
440
  | 2025-08-06 | 4 | 4 |
441
+ | 2025-08-08 | 1 | 1 |
442
  | 2025-08-09 | 1 | 1 |
443
  | 2025-08-10 | 3 | 3 |
444
  | 2025-08-11 | 1 | 1 |
 
602
  | 2026-02-01 | 6 | 6 |
603
  | 2026-02-02 | 20 | 12 |
604
  | 2026-02-03 | 16 | 15 |
605
+ | 2026-02-04 | 18 | 18 |
606
  | 2026-02-05 | 10 | 10 |
607
  | 2026-02-06 | 8 | 7 |
608
  | 2026-02-07 | 7 | 6 |
 
632
  | 2026-03-03 | 29 | 24 |
633
  | 2026-03-04 | 29 | 27 |
634
  | 2026-03-05 | 29 | 26 |
635
+ | 2026-03-06 | 55 | 45 |
636
  | 2026-03-07 | 17 | 16 |
637
  | 2026-03-08 | 28 | 27 |
638
  | 2026-03-09 | 37 | 33 |
 
647
  | 2026-03-18 | 65 | 54 |
648
  | 2026-03-19 | 80 | 54 |
649
  | 2026-03-20 | 142 | 101 |
650
+ | 2026-03-21 | 78 | 59 |
651
  | 2026-03-22 | 117 | 85 |
652
  | 2026-03-23 | 129 | 93 |
653
  | 2026-03-24 | 255 | 114 |
654
  | 2026-03-25 | 242 | 132 |
655
+ | 2026-03-26 | 636 | 198 |
656
+ | 2026-03-27 | 1,861,622 | 12389 |
657
+ | 2026-03-28 | 1,414,218 | 3723 |
658
 
659
 
660
  ### Live event schema
 
689
  ```
690
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
691
  2012 ████████████████░░░░░░░░░░░░░░ 34.3M
692
+ 2013 ██████████████████████████████ 61.2M
693
  ```
694
 
695
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
696
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
697
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
698
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
699
+ | 2013 | 293 | 61,202,522 | 208,882 | 18.7 GB | 5.8 GB | 2h59m | 8h44m | 3h49m |
700
 
701
 
702
  ### Pushes per year
 
704
  ```
705
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
706
  2012 ███████████████░░░░░░░░░░░░░░░ 16.5M
707
+ 2013 ██████████████████████████████ 31.3M
708
  ```
709
 
710
 
 
1115
 
1116
  | Table | GitHub Event | Events | % | Description |
1117
  |-------|-------------|-------:|---:|-------------|
1118
+ | `pushes` | PushEvent | 54,435,858 | 49.7% | Git pushes with commits |
1119
+ | `issues` | IssuesEvent | 6,194,686 | 5.7% | Issue lifecycle events |
1120
+ | `issue_comments` | IssueCommentEvent | 9,356,275 | 8.5% | Comments on issues/PRs |
1121
+ | `pull_requests` | PullRequestEvent | 4,252,184 | 3.9% | PR lifecycle events |
1122
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 831,555 | 0.8% | Line-level PR comments |
1123
+ | `stars` | WatchEvent | 10,380,814 | 9.5% | Repository stars |
1124
+ | `forks` | ForkEvent | 3,944,719 | 3.6% | Repository forks |
1125
+ | `creates` | CreateEvent | 14,609,156 | 13.3% | Branch/tag/repo creation |
1126
+ | `deletes` | DeleteEvent | 991,566 | 0.9% | Branch/tag deletion |
1127
+ | `releases` | ReleaseEvent | 51,191 | 0.0% | Release publications |
1128
+ | `commit_comments` | CommitCommentEvent | 1,099,201 | 1.0% | Comments on commits |
1129
+ | `wiki_pages` | GollumEvent | 2,056,217 | 1.9% | Wiki page edits |
1130
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
1131
+ | `public_events` | PublicEvent | 99,984 | 0.1% | Repo made public |
1132
 
1133
  ## How it's built
1134
 
data/commit_comments/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bebae5420531a2e0fa0175664ef79684ac047fc8654eac6b344c3a2c0749178
3
+ size 85264
data/creates/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c748383bca8dc9a300861db339f7154d791ee0a94f0a92e9bbf84cc7649edc
3
+ size 1251473
data/deletes/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a4c3256856c912fb93bf8796fafb75e86e403e149bb833ca96f9c4176a7316
3
+ size 164620
data/forks/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086347f634da3a64662f9d27e671d2108ee2fab1da5d2683dfd6fe1184a38811
3
+ size 325350
data/issue_comments/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de118426bcd3efa59a5b5c24f34fc3de7c1491e3c93f0123a86674c496f31471
3
+ size 625039
data/issues/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4b08fe0e9934e2445b3bc444c311bb07b93796e2ae6b7bd36fc902fe13a9c6
3
+ size 403490
data/public_events/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0b840011390566584a5f3f897e0b10aa3a925b62f506a05508b4ad379c5589
3
+ size 10413
data/pull_requests/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e90736947b7aaf3f37bdbce90aa17d403a3459b0f9cc60f5899690e1498a23
3
+ size 2306406
data/pushes/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb11cddffdb59b301e2b93e21eeff80e8f400d89e84ee492efd72313383357a0
3
+ size 24612618
data/stars/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03d53b5e0ee4ce3bdaf85b4b37f2bb49e0f292b33de11703a8bf72900a108374
3
+ size 666025
data/wiki_pages/2013/11/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03eb70cc32061a02fe29a5f831c9765e332444637b9a7cdec65936cbfc27923
3
+ size 251286
stats.csv CHANGED
@@ -824,4 +824,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
824
  2013-10-31,279493,1737,141508,15903,25529,12192,0,3258,25349,10216,31437,4615,506,2796,4208,0,239,0,91059583,173.5,27399640,41.5,173.5,44.6
825
  2013-11-01,241589,1507,120441,15167,22259,10691,0,2733,21189,8560,28368,4048,537,2262,3613,0,214,0,79980764,143.5,24338865,71.2,143.5,44.1
826
  2013-11-02,172356,1070,92276,9701,12823,6231,0,960,15240,6332,20319,2732,368,1441,2735,0,128,0,54006565,101.6,16933502,25.9,101.6,46.6
827
- 2013-11-03,209434,1128,113027,10086,14723,7676,0,1555,19579,8330,24742,2879,469,1475,3585,0,180,0,65962159,117.1,20726432,25.6,117.1,0.0
 
 
824
  2013-10-31,279493,1737,141508,15903,25529,12192,0,3258,25349,10216,31437,4615,506,2796,4208,0,239,0,91059583,173.5,27399640,41.5,173.5,44.6
825
  2013-11-01,241589,1507,120441,15167,22259,10691,0,2733,21189,8560,28368,4048,537,2262,3613,0,214,0,79980764,143.5,24338865,71.2,143.5,44.1
826
  2013-11-02,172356,1070,92276,9701,12823,6231,0,960,15240,6332,20319,2732,368,1441,2735,0,128,0,54006565,101.6,16933502,25.9,101.6,46.6
827
+ 2013-11-03,209434,1128,113027,10086,14723,7676,0,1555,19579,8330,24742,2879,469,1475,3585,0,180,0,65962159,117.1,20726432,25.6,117.1,56.6
828
+ 2013-11-04,305135,1955,154082,16761,26469,13497,0,3419,27753,12386,34512,6115,524,2450,4950,0,262,0,101524375,190.4,30701984,32.3,190.4,0.0