Add 2012-05-26 to 2012-06-01 — 7 days, 742.5K events, 7 files
Browse files- README.md +22 -22
- data/stars/2012/05/26.parquet +2 -2
- data/stars/2012/05/27.parquet +2 -2
- data/stars/2012/05/28.parquet +2 -2
- data/stars/2012/05/29.parquet +2 -2
- data/stars/2012/05/30.parquet +2 -2
- data/stars/2012/05/31.parquet +2 -2
- data/stars/2012/06/01.parquet +2 -2
- stats.csv +5 -4
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 **2015-01-03** (1,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 59.
|
| 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** — 2,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
@@ -85,7 +85,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 85 |
08:00 ███████████████████████████░░░ 262.4K
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
-
11:00 ██████████████░░░░░░░░░░░░░
|
| 89 |
12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -136,16 +136,16 @@ duckdb.sql("""
|
|
| 136 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
-
2014 ████████████████████████████░░
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
-
| 2012 | 328 | 37,802,626 | 115,251 | 10.1 GB | 2.1 GB |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
-
| 2014 |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 157 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 158 |
2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
|
| 159 |
2013 ██████████████████████████████ 38.1M
|
| 160 |
-
2014 ███████████████████████████░░░ 35.
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
@@ -223,7 +223,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 223 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 224 |
2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
|
| 225 |
2013 ██████████████████████████████ 7.0M
|
| 226 |
-
2014 ███████████████████████████░░░ 6.
|
| 227 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 228 |
```
|
| 229 |
|
|
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
-
| `pushes` | PushEvent | 100,
|
| 641 |
-
| `issues` | IssuesEvent | 11,
|
| 642 |
-
| `issue_comments` | IssueCommentEvent | 17,
|
| 643 |
-
| `pull_requests` | PullRequestEvent | 8,
|
| 644 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 645 |
-
| `stars` | WatchEvent | 18,
|
| 646 |
-
| `forks` | ForkEvent | 7,
|
| 647 |
-
| `creates` | CreateEvent | 25,
|
| 648 |
-
| `deletes` | DeleteEvent | 2,
|
| 649 |
-
| `releases` | ReleaseEvent | 247,
|
| 650 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 651 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
-
| `public_events` | PublicEvent | 185,
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
|
|
|
| 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 **2015-01-03** (1,211 days), totaling **200,810,700 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 59.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.6 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** — 2,657,448 events in 3844 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
|
|
| 85 |
08:00 ███████████████████████████░░░ 262.4K
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
+
11:00 █████████████████░░░░░░░░░░░░░ 163.1K
|
| 89 |
12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 136 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 37.8M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
+
2014 ████████████████████████████░░ 70.0M
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
+
| 2012 | 328 | 37,802,626 | 115,251 | 10.1 GB | 2.1 GB | 1h55m | 2h59m | 1h55m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
+
| 2014 | 214 | 69,980,330 | 327,010 | 23.1 GB | 6.4 GB | 2h21m | 13h11m | 3h15m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
|
|
| 157 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 158 |
2012 ██████████████░░░░░░░░░░░░░░░░ 18.2M
|
| 159 |
2013 ██████████████████████████████ 38.1M
|
| 160 |
+
2014 ███████████████████████████░░░ 35.5M
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
|
|
| 223 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 224 |
2012 ███████████████░░░░░░░░░░░░░░░ 3.6M
|
| 225 |
2013 ██████████████████████████████ 7.0M
|
| 226 |
+
2014 ███████████████████████████░░░ 6.5M
|
| 227 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 228 |
```
|
| 229 |
|
|
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
+
| `pushes` | PushEvent | 100,753,885 | 50.2% | Git pushes with commits |
|
| 641 |
+
| `issues` | IssuesEvent | 11,094,705 | 5.5% | Issue lifecycle events |
|
| 642 |
+
| `issue_comments` | IssueCommentEvent | 17,449,685 | 8.7% | Comments on issues/PRs |
|
| 643 |
+
| `pull_requests` | PullRequestEvent | 8,129,833 | 4.0% | PR lifecycle events |
|
| 644 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,875,157 | 0.9% | Line-level PR comments |
|
| 645 |
+
| `stars` | WatchEvent | 18,904,768 | 9.4% | Repository stars |
|
| 646 |
+
| `forks` | ForkEvent | 7,173,446 | 3.6% | Repository forks |
|
| 647 |
+
| `creates` | CreateEvent | 25,543,275 | 12.7% | Branch/tag/repo creation |
|
| 648 |
+
| `deletes` | DeleteEvent | 2,599,596 | 1.3% | Branch/tag deletion |
|
| 649 |
+
| `releases` | ReleaseEvent | 247,982 | 0.1% | Release publications |
|
| 650 |
+
| `commit_comments` | CommitCommentEvent | 1,871,317 | 0.9% | Comments on commits |
|
| 651 |
+
| `wiki_pages` | GollumEvent | 3,275,929 | 1.6% | Wiki page edits |
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
+
| `public_events` | PublicEvent | 185,415 | 0.1% | Repo made public |
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
data/stars/2012/05/26.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9f60eded9fced320d4d174436f4728ad96e63e5197c82594ebaa22798594de5
|
| 3 |
+
size 287120
|
data/stars/2012/05/27.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c91f90cb2767fe723bdd431cdfb3e6cec0b691a49acc7e78d71e84ab3f99b15
|
| 3 |
+
size 314841
|
data/stars/2012/05/28.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53eb0627a06e8f6fa055ed72bd019fb8196f9d58f241e22d70ef44d9edb39b0f
|
| 3 |
+
size 398944
|
data/stars/2012/05/29.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33af522c5ca55b8d35daf658504bc98b852799c92922e491107a49d52f8a378d
|
| 3 |
+
size 478009
|
data/stars/2012/05/30.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efea3998e30132f898d372b692b95c3a5f196a5d2b8f9710bf13dfac025ced00
|
| 3 |
+
size 480132
|
data/stars/2012/05/31.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e66c3688fce8fbfe71e61541653ea1c56815a8328b81d9588691a46f82238a9f
|
| 3 |
+
size 475419
|
data/stars/2012/06/01.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c73bd45f84b87db2b0a1252a2a6cef80789ed05354b0c17e81c8c55a3638b578
|
| 3 |
+
size 428927
|
stats.csv
CHANGED
|
@@ -473,9 +473,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 473 |
2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,18.0,398944,7.9,18.0,0.0
|
| 474 |
2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,23.0,478009,20.1,23.0,0.0
|
| 475 |
2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,23.3,480132,7.4,23.3,0.0
|
| 476 |
-
2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,
|
| 477 |
-
2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,
|
| 478 |
-
2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,
|
| 479 |
2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
|
| 480 |
2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
|
| 481 |
2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.8
|
|
@@ -1206,6 +1206,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1206 |
2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,168.3
|
| 1207 |
2014-08-11,391875,1701,195550,19066,38696,18948,0,6548,35303,13101,45269,8167,1071,3372,4737,0,346,0,229331698,422.3,39625888,57.7,422.3,66.6
|
| 1208 |
2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
|
| 1209 |
-
2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,
|
|
|
|
| 1210 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1211 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|
|
|
|
| 473 |
2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,18.0,398944,7.9,18.0,0.0
|
| 474 |
2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,23.0,478009,20.1,23.0,0.0
|
| 475 |
2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,23.3,480132,7.4,23.3,0.0
|
| 476 |
+
2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,24.0,475419,22.9,24.0,0.0
|
| 477 |
+
2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,20.5,428927,18.9,20.5,0.0
|
| 478 |
+
2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,14.5,352334,6.4,14.5,0.0
|
| 479 |
2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
|
| 480 |
2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,28.7
|
| 481 |
2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,39.8
|
|
|
|
| 1206 |
2014-08-10,274828,806,148514,12071,20175,10116,0,2245,29016,9884,32199,3953,764,1784,3082,0,219,0,151135738,278.4,27940353,40.5,278.4,168.3
|
| 1207 |
2014-08-11,391875,1701,195550,19066,38696,18948,0,6548,35303,13101,45269,8167,1071,3372,4737,0,346,0,229331698,422.3,39625888,57.7,422.3,66.6
|
| 1208 |
2014-08-12,370716,1475,184208,17781,35742,17581,0,5960,35329,12713,42571,8975,1088,2768,4142,0,383,0,215467510,394.0,38084035,49.0,394.0,45.2
|
| 1209 |
+
2014-08-13,366082,1358,182898,17995,35264,17829,0,5915,33327,12440,43713,6941,1016,2936,4140,0,310,0,213817751,388.6,37930595,47.0,388.6,43.7
|
| 1210 |
+
2014-08-14,363843,1325,176612,21919,36688,17801,0,6023,32553,12294,43463,7384,971,2826,3681,0,303,0,216328381,410.7,40779884,42.0,410.7,0.0
|
| 1211 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 1212 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|