tamnd commited on
Commit
f7fcc7a
·
1 Parent(s): a4aa084

Add 2011-02-27 — 32.1K 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-02-15** (4 days), totaling **149,533 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 27.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.0 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,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-27** — 24,925 events in 124 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
@@ -80,18 +80,18 @@ Events from today are captured in near-real-time from the GitHub Events API and
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
85
  08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
94
- 17:00 ██████████████████████████████ 24.8K
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 ██████████████████████████████ 149.5K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 4 | 149,533 | 37,383 | 27.5 MB | 15.0 MB | 46s | 51s | 1m48s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 80.4K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 6.0K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 3.5K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 16.9K
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 | 80,381 | 53.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 5,991 | 4.0% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 3,477 | 2.3% | PR lifecycle events |
553
- | `stars` | WatchEvent | 16,898 | 11.3% | Repository stars |
554
- | `forks` | ForkEvent | 4,090 | 2.7% | Repository forks |
555
- | `creates` | CreateEvent | 28,340 | 19.0% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 2,425 | 1.6% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 1,938 | 1.3% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 4,710 | 3.1% | Wiki page edits |
559
- | `members` | MemberEvent | 1,151 | 0.8% | Collaborator additions |
560
- | `public_events` | PublicEvent | 132 | 0.1% | Repo made public |
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-27** (5 days), totaling **181,588 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 33.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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** — 27,020 events in 139 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
 
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
94
+ 17:00 ██████████████████████████████ 26.9K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 181.6K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 5 | 181,588 | 36,317 | 33.5 MB | 18.2 MB | 48s | 1m00s | 1m48s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 98.9K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 7.5K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 4.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 20.1K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 98,878 | 54.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 7,549 | 4.2% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 4,262 | 2.3% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 20,081 | 11.1% | Repository stars |
554
+ | `forks` | ForkEvent | 4,906 | 2.7% | Repository forks |
555
+ | `creates` | CreateEvent | 33,711 | 18.6% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 2,911 | 1.6% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 2,291 | 1.3% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 5,530 | 3.0% | Wiki page edits |
559
+ | `members` | MemberEvent | 1,314 | 0.7% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 155 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4dc7898faa8089c7d027d4f5395e2e8ebbea83a57f2560a10b770e3eaf45834
3
+ size 21682
data/creates/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999c1fa233de08ae5918b8c7f3dd4548ede8143a1a21016c945fb393980cb53b
3
+ size 115202
data/deletes/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af805781df24de82a0261b59cc5bc835142d5b5f2ccb798346beacf3585d979
3
+ size 16386
data/forks/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4994de150303d57630ae6a594eabeab08dc6b0ce6da7f999b238dbf28c8361d
3
+ size 37060
data/issues/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496b6675db5fc4454d2ad5f6b347a863a0f1a712fa4d4f415da5f979bb5fe9d1
3
+ size 58532
data/members/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b00a65b66f6e0311bee3ea41850c3086bcddee93c0a16aa123a6f76f18cb4d
3
+ size 9943
data/public_events/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7e226a0e764e22cdcb43c3f17df1937090611036597047d09419d800850d10
3
+ size 3266
data/pull_requests/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250b982870b784d9733b5faabb9b69d30783df2471f98ea51a47abe26cd4b606
3
+ size 52969
data/pushes/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68279797a82243e6d267650e4efdb6a066f1faf68666c47d3432eaa7fc3bd629
3
+ size 2863229
data/stars/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2c1655783591be5269a51cefa7c13ffeb02fbf5c94b5cdc3309e9196782d71
3
+ size 100174
data/wiki_pages/2011/02/27.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e4461dd0c6786cb0807492d3613e72d31afadad738cc8451f7bdaa2647be6b
3
+ size 65265
stats.csv CHANGED
@@ -3,3 +3,4 @@ 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
 
 
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,0.0