Add 2012-07-14 — 272.6K events, 11 files
Browse files- README.md +28 -28
- data/commit_comments/2012/07/14.parquet +3 -0
- data/creates/2012/07/14.parquet +3 -0
- data/deletes/2012/07/14.parquet +3 -0
- data/forks/2012/07/14.parquet +3 -0
- data/issue_comments/2012/07/14.parquet +3 -0
- data/issues/2012/07/14.parquet +3 -0
- data/public_events/2012/07/14.parquet +3 -0
- data/pull_requests/2012/07/14.parquet +3 -0
- data/pushes/2012/07/14.parquet +3 -0
- data/stars/2012/07/14.parquet +3 -0
- data/wiki_pages/2012/07/14.parquet +3 -0
- stats.csv +3 -1
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 **2012-07-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 6.
|
| 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,33 +71,33 @@ 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-27** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
|
| 85 |
-
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 387
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.6K
|
| 97 |
20:00 ████████████████████████████░░ 304.7K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.0K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.4K
|
| 100 |
-
23:00 ███████████████░░░░░░░░░░░░░░░
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
@@ -131,21 +131,21 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 █████████████████████████
|
| 135 |
-
2012 ██████████████████████████████ 16.
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
-
| 2012 |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ███████████████████████████░░░ 6.7M
|
| 148 |
-
2012 ██████████████████████████████ 7.
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
@@ -153,15 +153,15 @@ duckdb.sql("""
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████░░░░ 737.1K
|
| 156 |
-
2012 ██████████████████████████████
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Pull requests per year
|
| 161 |
|
| 162 |
```
|
| 163 |
-
2011 ███████████
|
| 164 |
-
2012 ██████████████████████████████
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent |
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 2,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 3,
|
| 562 |
-
| `forks` | ForkEvent |
|
| 563 |
-
| `creates` | CreateEvent | 5,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 27,
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
|
|
|
| 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 **2012-07-16** (395 days), totaling **30,506,258 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 6.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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-27** — 1,779,772 events in 11670 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 294
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
|
| 85 |
+
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 279
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 387
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 483
|
| 91 |
+
14:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 573
|
| 92 |
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 888
|
| 94 |
17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
|
| 95 |
18:00 ██████████████████████████████ 323.9K
|
| 96 |
19:00 █████████████████████████████░ 316.6K
|
| 97 |
20:00 ████████████████████████████░░ 304.7K
|
| 98 |
21:00 ████████████████████████░░░░░░ 264.0K
|
| 99 |
22:00 █████████████████████████░░░░░ 273.4K
|
| 100 |
+
23:00 ███████████████░░░░░░░░░░░░░░░ 169.7K
|
| 101 |
```
|
| 102 |
|
| 103 |
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 █████████████████████████░░░░░ 14.1M
|
| 135 |
+
2012 ██████████████████████████████ 16.4M
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
+
| 2012 | 152 | 16,410,114 | 107,961 | 4.2 GB | 1.5 GB | 1h07m | 1h34m | 1h25m |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ███████████████████████████░░░ 6.7M
|
| 148 |
+
2012 ██████████████████████████████ 7.4M
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 153 |
|
| 154 |
```
|
| 155 |
2011 ██████████████████████████░░░░ 737.1K
|
| 156 |
+
2012 ██████████████████████████████ 835.7K
|
| 157 |
```
|
| 158 |
|
| 159 |
|
| 160 |
### Pull requests per year
|
| 161 |
|
| 162 |
```
|
| 163 |
+
2011 ███████████░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 164 |
+
2012 ██████████████████████████████ 931.6K
|
| 165 |
```
|
| 166 |
|
| 167 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 14,026,641 | 46.0% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,572,775 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 2,227,758 | 7.3% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,302,497 | 4.3% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 88,899 | 0.3% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 3,022,572 | 9.9% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 910,043 | 3.0% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 5,328,229 | 17.5% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 277,595 | 0.9% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 349,036 | 1.1% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 579,257 | 1.9% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 27,225 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:348e283630dbcacee5b806b05dde4c1503e6d87bcac21792b1833beb089ca75d
|
| 3 |
+
size 31572
|
data/creates/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:addaa3599b3e97bcf8ee72812a78f621b74ad883a00708e218d3f2c80ac2fb4c
|
| 3 |
+
size 1962406
|
data/deletes/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c440503c4a6f8cb4dd2cfa0d0b57ed1f6e9efb714be12556f7c8ce202f2564a
|
| 3 |
+
size 16842
|
data/forks/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6191ab66f1a231d3a811b0d8b81ec1d14a2551cfcf1646838f6ee13fcb4e4264
|
| 3 |
+
size 66862
|
data/issue_comments/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ee7201e778cdb30b7b0365751cd77eaced3279453e2ebfa5b7a18a23006f738
|
| 3 |
+
size 120422
|
data/issues/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1736ffbf599a3e824382f992dab41c8f7841b777938d3c60263b1562624fddf
|
| 3 |
+
size 85065
|
data/public_events/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6c52ca63976270a30eb12cb519ea6fe9f34f931da0d2177b52823d88afa500e
|
| 3 |
+
size 3815
|
data/pull_requests/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e29d72213f566ba99b2db4de4440dcbdab45833c4f85f2b655dfe5cd90c67b4
|
| 3 |
+
size 416375
|
data/pushes/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56a831e85968a7b3029b5b9715f55919059059f76a4cde32a80fc4768b81876
|
| 3 |
+
size 5530500
|
data/stars/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c748e22a45127de9968d6fa343b6ec5886d81435c3b978902d6e61da0b1282
|
| 3 |
+
size 147836
|
data/wiki_pages/2012/07/14.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7a858370039e43240b02ebba0a9ab5cfe3a4e2f5acf99d7249b23a40657fa1b
|
| 3 |
+
size 81539
|
stats.csv
CHANGED
|
@@ -390,5 +390,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 390 |
2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
|
| 391 |
2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
|
| 392 |
2012-07-12,132300,2418,66434,6639,10554,4781,0,1001,12586,4578,18029,868,0,1617,2652,0,143,0,38418210,68.6,12883792,26.7,68.6,34.0
|
| 393 |
-
2012-07-13,151328,1485,57661,22603,10639,4546,0,1150,12174,4250,32215,737,0,1357,2403,0,108,0,36218711,73.7,11932132,22.0,73.7,
|
|
|
|
| 394 |
2012-07-15,85659,782,45190,3983,5779,2319,0,714,8839,3387,11467,426,0,828,1875,0,70,0,24605505,40.2,8516150,21.3,40.2,0.0
|
|
|
|
|
|
| 390 |
2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,39.2
|
| 391 |
2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,47.1
|
| 392 |
2012-07-12,132300,2418,66434,6639,10554,4781,0,1001,12586,4578,18029,868,0,1617,2652,0,143,0,38418210,68.6,12883792,26.7,68.6,34.0
|
| 393 |
+
2012-07-13,151328,1485,57661,22603,10639,4546,0,1150,12174,4250,32215,737,0,1357,2403,0,108,0,36218711,73.7,11932132,22.0,73.7,46.7
|
| 394 |
+
2012-07-14,272634,909,36391,3349,5337,2212,0,462,7208,2533,211381,501,0,761,1539,0,51,0,25496194,84.2,8463234,26.7,84.2,0.0
|
| 395 |
2012-07-15,85659,782,45190,3983,5779,2319,0,714,8839,3387,11467,426,0,828,1875,0,70,0,24605505,40.2,8516150,21.3,40.2,0.0
|
| 396 |
+
2012-07-16,123849,1257,61189,6490,10724,4659,0,1132,13322,4707,15370,832,0,1561,2485,0,121,0,36655202,64.4,11998706,29.5,64.4,0.0
|