tamnd commited on
Commit
f9fdb30
·
verified ·
1 Parent(s): b2427ad

Add 2013-05-10 — 198.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-05-09** (654 days), totaling **71,432,725 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 18.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.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,13 +71,13 @@ 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** — 846,673 events in 1914 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.4K
80
- 03:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 67.5K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06: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 | 846,673 | 1914 |
107
 
108
 
109
  ### Live event schema
@@ -138,14 +138,14 @@ duckdb.sql("""
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
- 2013 ████████████████████░░░░░░░░░░ 23.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 | 120 | 23,079,740 | 192,331 | 7.0 GB | 2.2 GB | 1h11m | 3h12m | 1h33m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
- 2013 █████████████████████░░░░░░░░░ 11.8M
157
  ```
158
 
159
 
@@ -171,7 +171,7 @@ duckdb.sql("""
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
- 2013 ████████████████░░░░░░░░░░░░░░ 845.9K
175
  ```
176
 
177
 
@@ -564,19 +564,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 34,922,295 | 48.9% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,046,525 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 5,974,202 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 2,754,945 | 3.9% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 439,516 | 0.6% | Line-level PR comments |
572
- | `stars` | WatchEvent | 6,860,705 | 9.6% | Repository stars |
573
- | `forks` | ForkEvent | 2,451,673 | 3.4% | Repository forks |
574
- | `creates` | CreateEvent | 10,157,828 | 14.2% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 575,823 | 0.8% | Branch/tag deletion |
576
- | `commit_comments` | CommitCommentEvent | 756,620 | 1.1% | Comments on commits |
577
- | `wiki_pages` | GollumEvent | 1,359,639 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
- | `public_events` | PublicEvent | 64,413 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
 
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-05-10** (655 days), totaling **71,631,268 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 19.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.8 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** — 850,808 events in 1925 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.2K
78
  01:00 ██████████████████████████████ 272.6K
79
  02:00 █████████████████████████████░ 271.4K
80
+ 03:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 71.6K
81
  04:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 850,808 | 1925 |
107
 
108
 
109
  ### Live event schema
 
138
  ```
139
  2011 ████████████░░░░░░░░░░░░░░░░░░ 14.1M
140
  2012 ██████████████████████████████ 34.3M
141
+ 2013 ████████████████████░░░░░░░░░░ 23.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 | 121 | 23,278,283 | 192,382 | 7.1 GB | 2.2 GB | 1h12m | 3h12m | 1h34m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ████████████░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████████ 16.5M
156
+ 2013 █████████████████████░░░░░░░░░ 11.9M
157
  ```
158
 
159
 
 
171
  ```
172
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
173
  2012 ██████████████████████████████ 1.5M
174
+ 2013 ████████████████░░░░░░░░░░░░░░ 853.8K
175
  ```
176
 
177
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 35,026,630 | 48.9% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,056,678 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 5,991,993 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 2,762,915 | 3.9% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 441,480 | 0.6% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 6,878,453 | 9.6% | Repository stars |
573
+ | `forks` | ForkEvent | 2,459,089 | 3.4% | Repository forks |
574
+ | `creates` | CreateEvent | 10,180,525 | 14.2% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 577,541 | 0.8% | Branch/tag deletion |
576
+ | `commit_comments` | CommitCommentEvent | 758,687 | 1.1% | Comments on commits |
577
+ | `wiki_pages` | GollumEvent | 1,362,971 | 1.9% | Wiki page edits |
578
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
579
+ | `public_events` | PublicEvent | 64,602 | 0.1% | Repo made public |
580
 
581
  ## How it's built
582
 
data/commit_comments/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf611d2ac205ff7aaa44e743ee68767c0a04fa522c407bb1c8c66c296463cf1
3
+ size 79351
data/creates/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3603a2659ca52645692b2b0dadfcc95c5e15abf3cb219ff3efecaaafae4f0c94
3
+ size 826981
data/deletes/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5cd190ab1f417e2fba8b41fec2199986e5460665f2ab0d2cc5a4649bc6f47c
3
+ size 55695
data/forks/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816515c7321f60280a3030be715cddd3235015756d06d13e53dd9fa87e3b67d8
3
+ size 228424
data/issue_comments/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ac19c2654d0cb3eb7aca6d83aa8e32e21dd45234a32d8145a58c46ae71d33bb
3
+ size 569650
data/issues/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd2109e1751bd7785295a113661300c18ce81e42ee69f04d82fcd4710a62189
3
+ size 264563
data/public_events/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3b0f48056bc6ae1d8ef929446e7b5abfa4fb17446ccb8178c2402263baf8ab
3
+ size 8613
data/pull_requests/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a587506c8571d53b6a4521e818ff65b6e20ab87d0f33534f5ead5dcc11b3de
3
+ size 1475620
data/pushes/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9764a856966ffd4f65614710138f51323a7e7fb319994ac9166a99ac4e9c19
3
+ size 16668839
data/stars/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7873db22228c2abb1438261a4ea3a7d2d80d83e8b85bde0c0276f2029df1b396
3
+ size 399850
data/wiki_pages/2013/05/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87131084df310ea5e860f04737bb05349335d18545d3c60f2467ccf86c89dc00
3
+ size 173891
stats.csv CHANGED
@@ -652,4 +652,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
652
  2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,37.3,21959879,53.3,37.3,80.7
653
  2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,37.2,22686583,30.0,37.2,67.6
654
  2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
655
- 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,0.0
 
 
652
  2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,37.3,21959879,53.3,37.3,80.7
653
  2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,37.2,22686583,30.0,37.2,67.6
654
  2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
655
+ 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
656
+ 2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,0.0