tamnd commited on
Commit
646c5d5
·
1 Parent(s): 2413231

Add 2011-06-20 — 55.5K events, 11 files

Browse files
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-06-19** (81 days), totaling **3,554,301 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 656.0 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 347.4 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,29 +71,29 @@ 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** — 465,548 events in 2692 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 80
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 66
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 124
90
- 13:00 █░░░░░░░░��░░░░░░░░░░░░░░░░░░░░ 138
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 191
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
- 19:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.4K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 81 | 3,554,301 | 43,880 | 656.0 MB | 347.4 MB | 12m47s | 16m23s | 32m01s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 184.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 89.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 409.1K
167
  ```
168
 
169
 
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 1,887,377 | 53.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 184,083 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 173,889 | 4.9% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 89,410 | 2.5% | PR lifecycle events |
554
- | `stars` | WatchEvent | 409,106 | 11.5% | Repository stars |
555
- | `forks` | ForkEvent | 106,404 | 3.0% | Repository forks |
556
- | `creates` | CreateEvent | 491,070 | 13.8% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 47,417 | 1.3% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 52,065 | 1.5% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 86,627 | 2.4% | Wiki page edits |
560
- | `members` | MemberEvent | 23,499 | 0.7% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,354 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
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-06-20** (82 days), totaling **3,609,773 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 665.9 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 352.9 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** — 466,750 events in 2714 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 81
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 55
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 49
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 89
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 88
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 125
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 139
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 367
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
+ 19:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 82 | 3,609,773 | 44,021 | 665.9 MB | 352.9 MB | 12m53s | 16m43s | 32m27s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 187.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 91.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 415.0K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 1,916,413 | 53.1% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 187,453 | 5.2% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 177,724 | 4.9% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 91,008 | 2.5% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 414,956 | 11.5% | Repository stars |
555
+ | `forks` | ForkEvent | 108,150 | 3.0% | Repository forks |
556
+ | `creates` | CreateEvent | 497,875 | 13.8% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 48,182 | 1.3% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 52,982 | 1.5% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 87,734 | 2.4% | Wiki page edits |
560
+ | `members` | MemberEvent | 23,869 | 0.7% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 3,427 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07649a95f52d6f2d51ab3cc832031494a414b4df73be9e824f7ad4b452d1f3f
3
+ size 41378
data/creates/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48a36cc4863ccb14fe652ecb0a8d9f56a8e4576bf3ff4cbb2527988527af6d0
3
+ size 279260
data/deletes/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c50260a71023fe1f62f97836d5e14bff4d7928a45e5a357a7ab1fdc249a35c
3
+ size 26506
data/forks/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f982f6b9bf0e8d54a8d2d74f62310cb110fad81679abee5b41530f78c19e5de7
3
+ size 87997
data/issues/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8802482bb357be4a247fe7bc6c07416419938f005a91eb9d5de3fb1f94eb902
3
+ size 101923
data/members/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a0f841d7354001631a62cf0df29e69b90522e237fd7a0a9feaf68f5784442f
3
+ size 18323
data/public_events/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5425fb72a98132c099e2216d9707dd005cbd9fa3d5c980761bbd631fedd47ef
3
+ size 5442
data/pull_requests/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70424d80e7f242d85ab0fb31300f4b0bcfbeb814f2d48b9ea9a5742985504af
3
+ size 98600
data/pushes/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a65c0d4619cfa6c0d8bb4adc48f75a26252a5657e232c2bc2d85a0512e6b10
3
+ size 4851604
data/stars/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e816ba0aaa59e35993afc660feadfdd6a67ee36316683eb9f6112350994c2897
3
+ size 173303
data/wiki_pages/2011/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690cd4ec2fc8223688e17934cad5c351a498d7f8060f4e26c7054df63fe417bd
3
+ size 87551
stats.csv CHANGED
@@ -79,4 +79,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
79
  2011-06-16,52584,0,26828,2761,4004,1525,0,0,6098,1636,6602,526,0,977,1238,325,64,0,9883096,19.0,5340483,15.9,19.0,19.7
80
  2011-06-17,52380,0,27165,2641,3557,1443,0,0,5980,1730,6566,745,0,1077,1097,341,38,0,9769972,17.4,5243743,28.5,17.4,28.2
81
  2011-06-18,33381,0,17468,1613,1887,837,0,0,3705,1015,4822,278,0,532,913,270,41,0,6112955,12.8,3422796,24.8,12.8,22.6
82
- 2011-06-19,39317,0,20748,2546,3487,943,0,0,3917,1055,4693,439,0,444,837,170,38,0,6998587,15.0,4071191,21.1,15.0,0.0
 
 
79
  2011-06-16,52584,0,26828,2761,4004,1525,0,0,6098,1636,6602,526,0,977,1238,325,64,0,9883096,19.0,5340483,15.9,19.0,19.7
80
  2011-06-17,52380,0,27165,2641,3557,1443,0,0,5980,1730,6566,745,0,1077,1097,341,38,0,9769972,17.4,5243743,28.5,17.4,28.2
81
  2011-06-18,33381,0,17468,1613,1887,837,0,0,3705,1015,4822,278,0,532,913,270,41,0,6112955,12.8,3422796,24.8,12.8,22.6
82
+ 2011-06-19,39317,0,20748,2546,3487,943,0,0,3917,1055,4693,439,0,444,837,170,38,0,6998587,15.0,4071191,21.1,15.0,26.4
83
+ 2011-06-20,55472,0,29036,3370,3835,1598,0,0,5850,1746,6805,765,0,917,1107,370,73,0,10373253,19.8,5771887,5.8,19.8,0.0