Add 2013-07-18 — 234.9K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2013/07/18.parquet +3 -0
- data/creates/2013/07/18.parquet +3 -0
- data/deletes/2013/07/18.parquet +3 -0
- data/forks/2013/07/18.parquet +3 -0
- data/issue_comments/2013/07/18.parquet +3 -0
- data/issues/2013/07/18.parquet +3 -0
- data/public_events/2013/07/18.parquet +3 -0
- data/pull_requests/2013/07/18.parquet +3 -0
- data/pushes/2013/07/18.parquet +3 -0
- data/stars/2013/07/18.parquet +3 -0
- data/wiki_pages/2013/07/18.parquet +3 -0
- stats.csv +2 -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 **2013-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 23.
|
| 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,095,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.3K
|
|
@@ -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,095,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -138,22 +138,22 @@ duckdb.sql("""
|
|
| 138 |
```
|
| 139 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ███████████████████████████░░░ 34.3M
|
| 141 |
-
2013 ██████████████████████████████ 37.
|
| 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 |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
| 152 |
|
| 153 |
```
|
| 154 |
2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
-
2012 █████████████████████████
|
| 156 |
-
2013 ██████████████████████████████ 19.
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
@@ -171,7 +171,7 @@ duckdb.sql("""
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
-
2013 ██████████████████████████░░░
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -179,7 +179,7 @@ duckdb.sql("""
|
|
| 179 |
|
| 180 |
```
|
| 181 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
-
2012 ███████████████████████████
|
| 183 |
2013 ██████████████████████████████ 3.5M
|
| 184 |
```
|
| 185 |
|
|
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
-
| `pushes` | PushEvent | 42,
|
| 568 |
-
| `issues` | IssuesEvent | 4,
|
| 569 |
-
| `issue_comments` | IssueCommentEvent | 7,
|
| 570 |
-
| `pull_requests` | PullRequestEvent | 3,
|
| 571 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 572 |
-
| `stars` | WatchEvent | 8,
|
| 573 |
-
| `forks` | ForkEvent |
|
| 574 |
-
| `creates` | CreateEvent | 11,
|
| 575 |
-
| `deletes` | DeleteEvent |
|
| 576 |
-
| `releases` | ReleaseEvent | 8,
|
| 577 |
-
| `commit_comments` | CommitCommentEvent |
|
| 578 |
-
| `wiki_pages` | GollumEvent | 1,
|
| 579 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 580 |
-
| `public_events` | PublicEvent | 78,
|
| 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-07-18** (724 days), totaling **85,784,796 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 23.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.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,095,539 events in 2725 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.3K
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 1,095,539 | 2725 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 138 |
```
|
| 139 |
2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 140 |
2012 ███████████████████████████░░░ 34.3M
|
| 141 |
+
2013 ██████████████████████████████ 37.4M
|
| 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 | 190 | 37,431,811 | 197,009 | 11.4 GB | 3.5 GB | 1h56m | 4h55m | 2h31m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
| 152 |
|
| 153 |
```
|
| 154 |
2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 155 |
+
2012 █████████████████████████░░░░░ 16.5M
|
| 156 |
+
2013 ██████████████████████████████ 19.1M
|
| 157 |
```
|
| 158 |
|
| 159 |
|
|
|
|
| 171 |
```
|
| 172 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 173 |
2012 ██████████████████████████████ 1.5M
|
| 174 |
+
2013 ███████████████████████████░░░ 1.4M
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 179 |
|
| 180 |
```
|
| 181 |
2011 ████████████░░░░░░░░░░░░░░░░░░ 1.4M
|
| 182 |
+
2012 ███████████████████████████░░░ 3.3M
|
| 183 |
2013 ██████████████████████████████ 3.5M
|
| 184 |
```
|
| 185 |
|
|
|
|
| 564 |
|
| 565 |
| Table | GitHub Event | Events | % | Description |
|
| 566 |
|-------|-------------|-------:|---:|-------------|
|
| 567 |
+
| `pushes` | PushEvent | 42,309,100 | 49.3% | Git pushes with commits |
|
| 568 |
+
| `issues` | IssuesEvent | 4,860,674 | 5.7% | Issue lifecycle events |
|
| 569 |
+
| `issue_comments` | IssueCommentEvent | 7,233,745 | 8.4% | Comments on issues/PRs |
|
| 570 |
+
| `pull_requests` | PullRequestEvent | 3,297,278 | 3.8% | PR lifecycle events |
|
| 571 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 579,422 | 0.7% | Line-level PR comments |
|
| 572 |
+
| `stars` | WatchEvent | 8,176,585 | 9.5% | Repository stars |
|
| 573 |
+
| `forks` | ForkEvent | 3,007,877 | 3.5% | Repository forks |
|
| 574 |
+
| `creates` | CreateEvent | 11,842,450 | 13.8% | Branch/tag/repo creation |
|
| 575 |
+
| `deletes` | DeleteEvent | 693,273 | 0.8% | Branch/tag deletion |
|
| 576 |
+
| `releases` | ReleaseEvent | 8,674 | 0.0% | Release publications |
|
| 577 |
+
| `commit_comments` | CommitCommentEvent | 890,022 | 1.0% | Comments on commits |
|
| 578 |
+
| `wiki_pages` | GollumEvent | 1,674,422 | 2.0% | Wiki page edits |
|
| 579 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 580 |
+
| `public_events` | PublicEvent | 78,731 | 0.1% | Repo made public |
|
| 581 |
|
| 582 |
## How it's built
|
| 583 |
|
data/commit_comments/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2908dd0ef89ae8d4ff1ba6ef9e9c4dffbbe2229c0f1ee6b8d90c7f1f2739ef8
|
| 3 |
+
size 78030
|
data/creates/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa36e39eed2e87616cc377696d5ad730630c26128cf1f4d6a0f8ba30bfdb97e4
|
| 3 |
+
size 971014
|
data/deletes/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27d63217a08ee2d8b22af1ff28100a82ec4d745c2f9e066b59b045069c6322d
|
| 3 |
+
size 67240
|
data/forks/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0acfe1aa7cb3f8f1973f1f6676224b897feb4a031ca340c3e355cb81721e05f
|
| 3 |
+
size 264889
|
data/issue_comments/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db018a46ab9aba210df9a03d92eeb298448d382e9429cdbc9c91cb6af08a871c
|
| 3 |
+
size 506035
|
data/issues/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83982bfdd07330e5e68c0bf83f698efd567c7e4e01fcb719321ae1b642280079
|
| 3 |
+
size 334400
|
data/public_events/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08c8d10ee8c6479b2678abc2a7c30d588a5277cffea6093e59ef064fd8f45f2c
|
| 3 |
+
size 9794
|
data/pull_requests/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb8910f477e1e0166ea05ea1de5d7b781b525c3a6d2ec0a4299097bf9ce91573
|
| 3 |
+
size 1788957
|
data/pushes/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ed4b791d0862e2652378a21740935d45a79caeb6bddff666eae30948e182f9b
|
| 3 |
+
size 20157955
|
data/stars/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72e41cdf0a879b618e61a6be1e695839e07b36963e3954d3a41f3af72a8800e3
|
| 3 |
+
size 493206
|
data/wiki_pages/2013/07/18.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcdb6a72954042f614dcce525767c6f38007b2c6847ddb53f839624f1679a54b
|
| 3 |
+
size 183287
|
stats.csv
CHANGED
|
@@ -721,4 +721,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 721 |
2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,55.9
|
| 722 |
2013-07-15,233599,993,121122,13332,23220,9064,0,2704,20567,9399,25203,1879,343,2328,3241,0,204,0,85983073,151.5,26671813,39.1,151.5,40.7
|
| 723 |
2013-07-16,223426,938,114345,11229,19765,8883,0,2915,21419,9711,25535,1831,328,2621,3707,0,199,0,73989257,113.6,22985157,36.8,113.6,37.5
|
| 724 |
-
2013-07-17,212527,904,107876,11741,18961,8500,0,2512,20028,9698,24062,1782,375,2050,3826,0,212,0,70107038,119.9,21900572,43.3,119.9,
|
|
|
|
|
|
| 721 |
2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,55.9
|
| 722 |
2013-07-15,233599,993,121122,13332,23220,9064,0,2704,20567,9399,25203,1879,343,2328,3241,0,204,0,85983073,151.5,26671813,39.1,151.5,40.7
|
| 723 |
2013-07-16,223426,938,114345,11229,19765,8883,0,2915,21419,9711,25535,1831,328,2621,3707,0,199,0,73989257,113.6,22985157,36.8,113.6,37.5
|
| 724 |
+
2013-07-17,212527,904,107876,11741,18961,8500,0,2512,20028,9698,24062,1782,375,2050,3826,0,212,0,70107038,119.9,21900572,43.3,119.9,47.7
|
| 725 |
+
2013-07-18,234933,868,121934,11941,20969,9835,0,2622,22177,9967,26397,1957,347,2225,3452,0,242,0,79241612,135.2,24854807,47.8,135.2,0.0
|