Add 2011-03-26 — 31.8K events, 11 files
Browse files- README.md +29 -29
- data/commit_comments/2011/03/26.parquet +3 -0
- data/creates/2011/03/26.parquet +3 -0
- data/deletes/2011/03/26.parquet +3 -0
- data/forks/2011/03/26.parquet +3 -0
- data/issues/2011/03/26.parquet +3 -0
- data/members/2011/03/26.parquet +3 -0
- data/public_events/2011/03/26.parquet +3 -0
- data/pull_requests/2011/03/26.parquet +3 -0
- data/pushes/2011/03/26.parquet +3 -0
- data/stars/2011/03/26.parquet +3 -0
- data/wiki_pages/2011/03/26.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 **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** — 94,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
|
| 79 |
-
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
|
| 83 |
-
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 84 |
-
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
|
| 89 |
-
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 90 |
-
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 91 |
-
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 92 |
-
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 93 |
-
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
| 94 |
-
17:00 ██████████████████████████████ 94.
|
| 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 |
|
| 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-27** (21 days), totaling **819,621 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 157.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 84.3 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** — 94,783 events in 577 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
|
| 78 |
01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
|
| 79 |
+
02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
|
| 80 |
03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
|
| 81 |
04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
|
| 82 |
05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
|
| 83 |
+
06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
|
| 84 |
+
07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 85 |
08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9
|
| 86 |
09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
|
| 87 |
10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
|
| 88 |
11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
|
| 89 |
+
12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
|
| 90 |
+
13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 28
|
| 91 |
+
14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50
|
| 92 |
+
15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
|
| 93 |
+
16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 92
|
| 94 |
+
17:00 ██████████████████████████████ 94.3K
|
| 95 |
18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 96 |
19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 97 |
20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 819.6K
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 21 | 819,621 | 39,029 | 157.1 MB | 84.3 MB | 3m17s | 5m17s | 8m04s |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 463.0K
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 35.4K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 20.1K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 95.2K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 463,007 | 56.5% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 35,420 | 4.3% | Issue lifecycle events |
|
| 552 |
+
| `pull_requests` | PullRequestEvent | 20,071 | 2.4% | PR lifecycle events |
|
| 553 |
+
| `stars` | WatchEvent | 95,223 | 11.6% | Repository stars |
|
| 554 |
+
| `forks` | ForkEvent | 24,658 | 3.0% | Repository forks |
|
| 555 |
+
| `creates` | CreateEvent | 127,266 | 15.5% | Branch/tag/repo creation |
|
| 556 |
+
| `deletes` | DeleteEvent | 11,768 | 1.4% | Branch/tag deletion |
|
| 557 |
+
| `commit_comments` | CommitCommentEvent | 12,032 | 1.5% | Comments on commits |
|
| 558 |
+
| `wiki_pages` | GollumEvent | 23,292 | 2.8% | Wiki page edits |
|
| 559 |
+
| `members` | MemberEvent | 6,091 | 0.7% | Collaborator additions |
|
| 560 |
+
| `public_events` | PublicEvent | 793 | 0.1% | Repo made public |
|
| 561 |
|
| 562 |
## How it's built
|
| 563 |
|
data/commit_comments/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58f33302958287375d88ac3f6a8fdc58aed033b6b1c86db125f9d35d4ee7d90d
|
| 3 |
+
size 29485
|
data/creates/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93a822374bb9055cd9914eaec9461a74ef589c26cada9b0109e58628d31207c7
|
| 3 |
+
size 114449
|
data/deletes/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e57de474e4326fd11d777cb317e4958621f01199b325839872902c37414e5a99
|
| 3 |
+
size 16508
|
data/forks/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:731c2f6ad4246fa20b7b9a148c5ef6d102a97fccc5ba6253b1c68fcdbab8ab97
|
| 3 |
+
size 39910
|
data/issues/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72bc2078243ac2400df18c7d19a12b1fc951354b61e72dceb208f56332831e2b
|
| 3 |
+
size 49264
|
data/members/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f23a1e76e54db9e48ae04bb2354c5d6ac6bb604ed0205b197387c503aa92d570
|
| 3 |
+
size 12093
|
data/public_events/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba103fa90953a2a7bb6d518c06284fb47d177eb901a4f5d3a9ab8463a9151c0f
|
| 3 |
+
size 3338
|
data/pull_requests/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa2c869cc78707b3b1214f845942b7e7a9a59d2e3a01143dd4d265719d748f2
|
| 3 |
+
size 51835
|
data/pushes/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:403941bb9eec3ba20b9857afe3ed4de9fbe261a48a4c300f7a14b9a3e63737e6
|
| 3 |
+
size 2862315
|
data/stars/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00b97ed931e809eb840dc4f64813ba7b885ea4fafa5786a3b91a02fea140b3e5
|
| 3 |
+
size 110531
|
data/wiki_pages/2011/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3a82555b76a7221302c5269367bf629fe18f1a9aca3c30e667429eb65527080
|
| 3 |
+
size 52549
|
stats.csv
CHANGED
|
@@ -17,4 +17,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 17 |
2011-03-22,46670,0,25507,1912,0,1154,0,0,6152,1448,7928,467,0,689,1071,295,47,0,9281552,16.7,4888511,8.2,16.7,18.7
|
| 18 |
2011-03-23,43081,0,24901,1876,0,1057,0,0,5278,1367,5955,438,0,708,1130,326,45,0,8975979,13.9,4878513,5.7,13.9,20.4
|
| 19 |
2011-03-24,42018,0,23646,1677,0,953,0,0,5217,1337,6098,483,0,674,1558,325,50,0,8558111,14.9,4362730,6.7,14.9,27.7
|
| 20 |
-
2011-03-25,41161,0,23146,1954,0,958,0,0,5383,1372,5481,595,0,686,1196,347,43,0,8410178,15.1,4505465,10.6,15.1,
|
|
|
|
|
|
|
|
|
| 17 |
2011-03-22,46670,0,25507,1912,0,1154,0,0,6152,1448,7928,467,0,689,1071,295,47,0,9281552,16.7,4888511,8.2,16.7,18.7
|
| 18 |
2011-03-23,43081,0,24901,1876,0,1057,0,0,5278,1367,5955,438,0,708,1130,326,45,0,8975979,13.9,4878513,5.7,13.9,20.4
|
| 19 |
2011-03-24,42018,0,23646,1677,0,953,0,0,5217,1337,6098,483,0,674,1558,325,50,0,8558111,14.9,4362730,6.7,14.9,27.7
|
| 20 |
+
2011-03-25,41161,0,23146,1954,0,958,0,0,5383,1372,5481,595,0,686,1196,347,43,0,8410178,15.1,4505465,10.6,15.1,20.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,0.0
|
| 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,0.0
|