Add 2014-09-22 — 491.2K events, 11 files
Browse files- README.md +23 -23
- data/commit_comments/2014/09/22.parquet +3 -0
- data/creates/2014/09/22.parquet +3 -0
- data/deletes/2014/09/22.parquet +3 -0
- data/forks/2014/09/22.parquet +3 -0
- data/issue_comments/2014/09/22.parquet +3 -0
- data/issues/2014/09/22.parquet +3 -0
- data/public_events/2014/09/22.parquet +3 -0
- data/pull_requests/2014/09/22.parquet +3 -0
- data/pushes/2014/09/22.parquet +3 -0
- data/stars/2014/09/22.parquet +3 -0
- data/wiki_pages/2014/09/22.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 **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
|
| 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** — 3,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
@@ -86,7 +86,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
11:00 ████████████████████████████░░ 267.1K
|
| 89 |
-
12:00 ██████████████████████████░░
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -136,7 +136,7 @@ duckdb.sql("""
|
|
| 136 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 42.5M
|
| 138 |
2013 ███████████████████████████░░░ 76.2M
|
| 139 |
-
2014 ██████████████████████████████
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
|
@@ -145,7 +145,7 @@ duckdb.sql("""
|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 147 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 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 ██████████████░░░░░░░░░░░░░░░░ 20.6M
|
| 159 |
2013 ███████████████████████████░░░ 38.9M
|
| 160 |
-
2014 ██████████████████████████████ 42.
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
@@ -176,9 +176,9 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 176 |
|
| 177 |
```
|
| 178 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 179 |
-
2012 ███████████████
|
| 180 |
-
2013 ████████████████████████████
|
| 181 |
-
2014 ██████████████████████████████ 4.
|
| 182 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 183 |
```
|
| 184 |
|
|
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
-
| `pushes` | PushEvent |
|
| 641 |
-
| `issues` | IssuesEvent | 12,
|
| 642 |
-
| `issue_comments` | IssueCommentEvent | 19,
|
| 643 |
-
| `pull_requests` | PullRequestEvent | 8,
|
| 644 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 645 |
-
| `stars` | WatchEvent | 20,
|
| 646 |
-
| `forks` | ForkEvent | 7,
|
| 647 |
-
| `creates` | CreateEvent | 27,
|
| 648 |
-
| `deletes` | DeleteEvent | 2,
|
| 649 |
-
| `releases` | ReleaseEvent |
|
| 650 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 651 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
-
| `public_events` | PublicEvent | 203,
|
| 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,296 days), totaling **221,378,198 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 69.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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** — 3,033,435 events in 3861 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
|
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
11:00 ████████████████████████████░░ 267.1K
|
| 89 |
+
12:00 ████████████████████████████░░ 272.0K
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 136 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 137 |
2012 ███████████████░░░░░░░░░░░░░░░ 42.5M
|
| 138 |
2013 ███████████████████████████░░░ 76.2M
|
| 139 |
+
2014 ██████████████████████████████ 84.1M
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
|
|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 147 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 148 |
+
| 2014 | 252 | 84,142,085 | 333,897 | 30.7 GB | 7.7 GB | 2h48m | 17h25m | 3h53m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
|
|
| 157 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 158 |
2012 ██████████████░░░░░░░░░░░░░░░░ 20.6M
|
| 159 |
2013 ███████████████████████████░░░ 38.9M
|
| 160 |
+
2014 ██████████████████████████████ 42.6M
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
|
|
| 176 |
|
| 177 |
```
|
| 178 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 179 |
+
2012 ███████████████░░░░░░░░░░░░░░░ 2.4M
|
| 180 |
+
2013 ████████████████████████████░░ 4.4M
|
| 181 |
+
2014 ██████████████████████████████ 4.6M
|
| 182 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 183 |
```
|
| 184 |
|
|
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
+
| `pushes` | PushEvent | 111,085,872 | 50.2% | Git pushes with commits |
|
| 641 |
+
| `issues` | IssuesEvent | 12,400,178 | 5.6% | Issue lifecycle events |
|
| 642 |
+
| `issue_comments` | IssueCommentEvent | 19,338,058 | 8.7% | Comments on issues/PRs |
|
| 643 |
+
| `pull_requests` | PullRequestEvent | 8,983,240 | 4.1% | PR lifecycle events |
|
| 644 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,132,222 | 1.0% | Line-level PR comments |
|
| 645 |
+
| `stars` | WatchEvent | 20,749,046 | 9.4% | Repository stars |
|
| 646 |
+
| `forks` | ForkEvent | 7,876,204 | 3.6% | Repository forks |
|
| 647 |
+
| `creates` | CreateEvent | 27,995,281 | 12.6% | Branch/tag/repo creation |
|
| 648 |
+
| `deletes` | DeleteEvent | 2,894,308 | 1.3% | Branch/tag deletion |
|
| 649 |
+
| `releases` | ReleaseEvent | 286,387 | 0.1% | Release publications |
|
| 650 |
+
| `commit_comments` | CommitCommentEvent | 2,045,023 | 0.9% | Comments on commits |
|
| 651 |
+
| `wiki_pages` | GollumEvent | 3,560,014 | 1.6% | Wiki page edits |
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
+
| `public_events` | PublicEvent | 203,502 | 0.1% | Repo made public |
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
data/commit_comments/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e05638ad51559748b9a6135213f995a8e1d73200f5965a3fd0ecf8026c8aeac
|
| 3 |
+
size 112689
|
data/creates/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d64ab3bf59e7367d30dad8d76b8d0e9a350e3c4d181126e79445c05b9332a11b
|
| 3 |
+
size 2398789
|
data/deletes/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3d7bada20ff7a2e38b97df0a849bfe2cc1fb57dbc0ebd4dc85b21c5ba996db3
|
| 3 |
+
size 216278
|
data/forks/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:236ce83e7c074d6ec3cb728ecf433bd807fe4b7e773ed70fbb63e348b4214d88
|
| 3 |
+
size 365902
|
data/issue_comments/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da275e401961a0d5f09e3911dfcf0b59a8236a249a3352a0d2b38771b030e0ac
|
| 3 |
+
size 1023729
|
data/issues/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c927584f856761b9dba24138a6314995e0b8056bc0c2e60b67f4a657e708316b
|
| 3 |
+
size 1249072
|
data/public_events/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c41d2bfc386544979054664b053305d72b05b781363e651ea8363e14c0609e62
|
| 3 |
+
size 16387
|
data/pull_requests/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7bfaa45c7e4dbe6966f10247b4ad58263827d808c4c3051499062e3c63f57bb
|
| 3 |
+
size 3588039
|
data/pushes/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8bb63eecc61e270a3fa5d56a7ec66c3b54406238b3e66b3cc99f6c15590f2d6
|
| 3 |
+
size 33921786
|
data/stars/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bb3272b077c35f24fff9c173ea07848c8b2b016cd3058f31c1254b6114e8481
|
| 3 |
+
size 1738631
|
data/wiki_pages/2014/09/22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44e352088eed8d7d72cebf6e878694f654e45e8283d090a305ff64633f1f2b21
|
| 3 |
+
size 250053
|
stats.csv
CHANGED
|
@@ -1291,6 +1291,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1291 |
2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
|
| 1292 |
2014-09-19,386534,2256,192900,25195,37717,18286,0,5882,32658,12808,43787,6765,1066,2984,3886,0,344,0,223458523,462.2,39732495,45.3,462.2,92.3
|
| 1293 |
2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,52.9
|
| 1294 |
-
2014-09-21,366634,1254,168787,67342,21518,11487,0,2915,29461,11429,41716,4365,857,1925,3291,0,287,0,189941956,387.8,31891032,51.0,387.8,
|
|
|
|
| 1295 |
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
|
| 1296 |
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
|
|
|
|
| 1291 |
2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
|
| 1292 |
2014-09-19,386534,2256,192900,25195,37717,18286,0,5882,32658,12808,43787,6765,1066,2984,3886,0,344,0,223458523,462.2,39732495,45.3,462.2,92.3
|
| 1293 |
2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,52.9
|
| 1294 |
+
2014-09-21,366634,1254,168787,67342,21518,11487,0,2915,29461,11429,41716,4365,857,1925,3291,0,287,0,189941956,387.8,31891032,51.0,387.8,61.5
|
| 1295 |
+
2014-09-22,491193,2490,213970,82877,42179,20430,0,7183,37575,13721,54150,7394,971,3269,4556,0,428,0,268976076,547.6,44881355,50.4,547.6,0.0
|
| 1296 |
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
|
| 1297 |
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
|