Add 2011-03-30 — 49.2K events, 11 files
Browse files- README.md +30 -30
- data/commit_comments/2011/03/30.parquet +3 -0
- data/creates/2011/03/30.parquet +3 -0
- data/deletes/2011/03/30.parquet +3 -0
- data/forks/2011/03/30.parquet +3 -0
- data/issues/2011/03/30.parquet +3 -0
- data/members/2011/03/30.parquet +3 -0
- data/public_events/2011/03/30.parquet +3 -0
- data/pull_requests/2011/03/30.parquet +3 -0
- data/pushes/2011/03/30.parquet +3 -0
- data/stars/2011/03/30.parquet +3 -0
- data/wiki_pages/2011/03/30.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 **2011-03-
|
| 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,27 +71,27 @@ 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** —
|
| 75 |
|
| 76 |
```
|
| 77 |
-
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
|
| 80 |
-
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
|
| 82 |
-
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 85 |
-
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 86 |
-
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
|
| 90 |
-
13:00 █░░░░░░░░░░░░
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
-
17:00 ██████████████████████████████
|
| 95 |
18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -131,39 +131,39 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
-
2011 ██████████████████████████████
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
-
2011 ██████████████████████████████
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
-
2011 ██████████████████████████████
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
-
2011 ██████████████████████████████
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
@@ -547,17 +547,17 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
-
| `pushes` | PushEvent |
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `pull_requests` | PullRequestEvent |
|
| 553 |
-
| `stars` | WatchEvent |
|
| 554 |
-
| `forks` | ForkEvent |
|
| 555 |
-
| `creates` | CreateEvent |
|
| 556 |
-
| `deletes` | DeleteEvent | 13,
|
| 557 |
-
| `commit_comments` | CommitCommentEvent | 13,
|
| 558 |
-
| `wiki_pages` | GollumEvent |
|
| 559 |
-
| `members` | MemberEvent |
|
| 560 |
-
| `public_events` | PublicEvent |
|
| 561 |
|
| 562 |
## How it's built
|
| 563 |
|
|
|
|
| 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 **2011-03-30** (24 days), totaling **953,871 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 182.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 97.5 MB 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** — 106,257 events in 625 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
|
| 79 |
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
|
| 80 |
+
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
|
| 82 |
+
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 85 |
+
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
|
| 86 |
+
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 31
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
|
| 89 |
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 54
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 104
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 99
|
| 94 |
+
17:00 ██████████████████████████████ 105.7K
|
| 95 |
18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 953.9K
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 24 | 953,871 | 39,744 | 182.3 MB | 97.5 MB | 3m51s | 5m48s | 9m33s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 535.6K
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 41.0K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 23.5K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 111.0K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 535,600 | 56.2% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 41,043 | 4.3% | Issue lifecycle events |
|
| 552 |
+
| `pull_requests` | PullRequestEvent | 23,481 | 2.5% | PR lifecycle events |
|
| 553 |
+
| `stars` | WatchEvent | 111,029 | 11.6% | Repository stars |
|
| 554 |
+
| `forks` | ForkEvent | 28,625 | 3.0% | Repository forks |
|
| 555 |
+
| `creates` | CreateEvent | 151,590 | 15.9% | Branch/tag/repo creation |
|
| 556 |
+
| `deletes` | DeleteEvent | 13,956 | 1.5% | Branch/tag deletion |
|
| 557 |
+
| `commit_comments` | CommitCommentEvent | 13,994 | 1.5% | Comments on commits |
|
| 558 |
+
| `wiki_pages` | GollumEvent | 26,555 | 2.8% | Wiki page edits |
|
| 559 |
+
| `members` | MemberEvent | 7,071 | 0.7% | Collaborator additions |
|
| 560 |
+
| `public_events` | PublicEvent | 927 | 0.1% | Repo made public |
|
| 561 |
|
| 562 |
## How it's built
|
| 563 |
|
data/commit_comments/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fc16a03312bfc20ba72bc08e6f9fa00f4472e682de0549febbbd0fb633079a0
|
| 3 |
+
size 32309
|
data/creates/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:272c5a4764a658666e1befa25bbfc14114222cf3e18e73c60173d5ece15733e6
|
| 3 |
+
size 173540
|
data/deletes/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1b1ca17102a881947ccbdca477199b1b112bd78514111674d215be1adbd9e5c
|
| 3 |
+
size 19981
|
data/forks/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b12e277df62ec47fca7842996dd3183e3518c1cc4b9aec11d79796bbf9a57734
|
| 3 |
+
size 55174
|
data/issues/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6895982e5bfd2c93a6242c1736dd78be9225f54589e1b047e05ec001a4acf064
|
| 3 |
+
size 65538
|
data/members/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d4a9a9021ea7b59a9646841e93a6f314738b6bd851428a21f4225f413162c43
|
| 3 |
+
size 17272
|
data/public_events/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ac5e8d3094fd8414341c8449063c19bf33dced8c4029254548ce99dd2063797
|
| 3 |
+
size 4315
|
data/pull_requests/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5d902277da44b03d45c8c1e15f6d43b4f318e69df221345fdc454f44c8d4be7
|
| 3 |
+
size 70115
|
data/pushes/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bb3ebc552b1d9f0cd4e384ee47da2a5c5ee0eb496f70d434f1e806b1cb52089
|
| 3 |
+
size 3935925
|
data/stars/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:181b3e8e4b5b87e6800852b68c0cacf9f53997cd27653aafab93505a276579f6
|
| 3 |
+
size 162155
|
data/wiki_pages/2011/03/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b90d9181fde6f844690d0ed1e1e315389395aa68716e56a2b062abe22613d47
|
| 3 |
+
size 59447
|
stats.csv
CHANGED
|
@@ -21,4 +21,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 21 |
2011-03-26,31773,0,18364,1271,0,716,0,0,3652,879,4765,458,0,538,872,239,19,0,6375399,11.7,3342277,17.8,11.7,24.1
|
| 22 |
2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,11.8,3576434,6.1,11.8,20.8
|
| 23 |
2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,15.0,5164730,5.5,15.0,18.9
|
| 24 |
-
2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,8.9,4079714,7.0,8.9,
|
|
|
|
|
|
| 21 |
2011-03-26,31773,0,18364,1271,0,716,0,0,3652,879,4765,458,0,538,872,239,19,0,6375399,11.7,3342277,17.8,11.7,24.1
|
| 22 |
2011-03-27,34843,0,20359,1400,0,745,0,0,3718,989,5492,489,0,458,951,214,28,0,6807369,11.8,3576434,6.1,11.8,20.8
|
| 23 |
2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,15.0,5164730,5.5,15.0,18.9
|
| 24 |
+
2011-03-29,38980,0,22117,1736,0,1096,0,0,4794,1240,5405,625,0,672,957,300,38,0,7962156,8.9,4079714,7.0,8.9,25.1
|
| 25 |
+
2011-03-30,49226,0,24610,1732,0,1095,0,0,5503,1348,12366,536,0,624,1028,337,47,0,8961511,7.7,4595771,21.3,7.7,0.0
|