Add 2011-02-28 — 38.7K events, 11 files
Browse files- README.md +29 -29
- data/commit_comments/2011/02/28.parquet +3 -0
- data/creates/2011/02/28.parquet +3 -0
- data/deletes/2011/02/28.parquet +3 -0
- data/forks/2011/02/28.parquet +3 -0
- data/issues/2011/02/28.parquet +3 -0
- data/members/2011/02/28.parquet +3 -0
- data/public_events/2011/02/28.parquet +3 -0
- data/pull_requests/2011/02/28.parquet +3 -0
- data/pushes/2011/02/28.parquet +3 -0
- data/stars/2011/02/28.parquet +3 -0
- data/wiki_pages/2011/02/28.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-02-
|
| 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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
| 81 |
-
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 88 |
-
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░��░░░░░░░░░ 8
|
| 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 |
|
| 557 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 558 |
-
| `wiki_pages` | GollumEvent |
|
| 559 |
-
| `members` | MemberEvent | 1,
|
| 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-02-28** (6 days), totaling **220,288 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 41.0 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 22.2 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** — 30,026 events in 159 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
+
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
| 81 |
+
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
|
| 83 |
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3
|
| 84 |
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
| 88 |
+
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
|
| 90 |
13:00 █░░░░░░░░░░░░░░░░░░░��░░░░░░░░░ 8
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 94 |
+
17:00 ██████████████████████████████ 29.9K
|
| 95 |
18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 220.3K
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 6 | 220,288 | 36,714 | 41.0 MB | 22.2 MB | 59s | 1m14s | 2m26s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 120.9K
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 9.6K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 5.3K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 24.4K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 120,908 | 54.9% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 9,600 | 4.4% | Issue lifecycle events |
|
| 552 |
+
| `pull_requests` | PullRequestEvent | 5,275 | 2.4% | PR lifecycle events |
|
| 553 |
+
| `stars` | WatchEvent | 24,380 | 11.1% | Repository stars |
|
| 554 |
+
| `forks` | ForkEvent | 5,999 | 2.7% | Repository forks |
|
| 555 |
+
| `creates` | CreateEvent | 39,414 | 17.9% | Branch/tag/repo creation |
|
| 556 |
+
| `deletes` | DeleteEvent | 3,403 | 1.5% | Branch/tag deletion |
|
| 557 |
+
| `commit_comments` | CommitCommentEvent | 2,888 | 1.3% | Comments on commits |
|
| 558 |
+
| `wiki_pages` | GollumEvent | 6,557 | 3.0% | Wiki page edits |
|
| 559 |
+
| `members` | MemberEvent | 1,661 | 0.8% | Collaborator additions |
|
| 560 |
+
| `public_events` | PublicEvent | 203 | 0.1% | Repo made public |
|
| 561 |
|
| 562 |
## How it's built
|
| 563 |
|
data/commit_comments/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c9aca4ffadfd559f67383395905fbf10fc02a2349ea2467e6ef3c71be4aedd4
|
| 3 |
+
size 29295
|
data/creates/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24280b6d30d9786d4a762e0a5482a1cfe304dd8bff9fcdd188e1b991bd35c5a7
|
| 3 |
+
size 137164
|
data/deletes/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11fcbddb6eb341ebed4ea3a8509206782266108983134dfaa1b34dcf8d5fe1c7
|
| 3 |
+
size 20501
|
data/forks/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be436c5615cd8f1e34cd435a70590cd40a2750fe3430322f2e7dd21e497d0a69
|
| 3 |
+
size 50724
|
data/issues/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea332095222c73a41127b84ddc39033f28bea971b27bdff4edd16e38c68d4d6a
|
| 3 |
+
size 69052
|
data/members/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3629bd1a4c8848d583c250f9518336361566a766e65f738fbda88db7be83df5d
|
| 3 |
+
size 16095
|
data/public_events/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a105a5b974290803c5c5f818b9820e9a8234ccbb420248fc793e62e9ab7ff5a
|
| 3 |
+
size 4461
|
data/pull_requests/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c6ba0fcfae66cb7cf5b8ef5303314a790e5bbd8f4df0b1a9dd880833a179866
|
| 3 |
+
size 67127
|
data/pushes/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c006165fe11ae236f094126b4e3a0acc2e05095990e9633df52a56e8af077fc
|
| 3 |
+
size 3609756
|
data/stars/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd43b49a2b72d9dac0bdec0dc729bc44034db47ac46dcbb9da687799f4a4b6cc
|
| 3 |
+
size 131579
|
data/wiki_pages/2011/02/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95be5f7b766d42afdea21423aa9ab0ff1427aba5b3c7c5e7658e2f02feb6cc6c
|
| 3 |
+
size 59885
|
stats.csv
CHANGED
|
@@ -3,4 +3,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 3 |
2011-02-13,37082,0,18277,1332,0,667,0,0,3692,822,10106,455,0,451,1035,209,36,0,6432532,12.1,3596553,15.3,12.1,35.5
|
| 4 |
2011-02-14,41481,0,22797,1620,0,1002,0,0,4722,1160,6933,792,0,559,1496,371,29,0,8283118,14.1,4520871,5.8,14.1,20.3
|
| 5 |
2011-02-15,40870,0,22613,1878,0,1009,0,0,4967,1178,6459,712,0,518,1150,343,43,0,8224882,15.1,4352221,19.4,15.1,21.2
|
| 6 |
-
2011-02-27,32055,0,18497,1558,0,785,0,0,3183,816,5371,486,0,353,820,163,23,0,6236724,9.0,3343708,1.6,9.0,
|
|
|
|
|
|
| 3 |
2011-02-13,37082,0,18277,1332,0,667,0,0,3692,822,10106,455,0,451,1035,209,36,0,6432532,12.1,3596553,15.3,12.1,35.5
|
| 4 |
2011-02-14,41481,0,22797,1620,0,1002,0,0,4722,1160,6933,792,0,559,1496,371,29,0,8283118,14.1,4520871,5.8,14.1,20.3
|
| 5 |
2011-02-15,40870,0,22613,1878,0,1009,0,0,4967,1178,6459,712,0,518,1150,343,43,0,8224882,15.1,4352221,19.4,15.1,21.2
|
| 6 |
+
2011-02-27,32055,0,18497,1558,0,785,0,0,3183,816,5371,486,0,353,820,163,23,0,6236724,9.0,3343708,1.6,9.0,38.0
|
| 7 |
+
2011-02-28,38700,0,22030,2051,0,1013,0,0,4299,1093,5703,492,0,597,1027,347,48,0,7907379,14.5,4195639,10.9,14.5,0.0
|