tamnd commited on
Commit
fecace7
·
1 Parent(s): 73c422f

Add 2011-03-15 — 43.8K 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-03-02** (8 days), totaling **304,528 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 57.3 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 31.1 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,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** — 66,277 events in 379 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
88
  11:00 █░░░░░░░░░░░░░░░���░░░░░░░░░░░░░ 28
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 34
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
94
- 17:00 ██████████████████████████████ 65.9K
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 ██████████████████████████████ 304.5K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 8 | 304,528 | 38,066 | 57.3 MB | 31.1 MB | 1m22s | 1m49s | 3m41s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
- 2011 ██████████████████████████████ 167.8K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 13.3K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 7.4K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 34.3K
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 | 167,784 | 55.1% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 13,278 | 4.4% | Issue lifecycle events |
552
- | `pull_requests` | PullRequestEvent | 7,399 | 2.4% | PR lifecycle events |
553
- | `stars` | WatchEvent | 34,270 | 11.3% | Repository stars |
554
- | `forks` | ForkEvent | 8,719 | 2.9% | Repository forks |
555
- | `creates` | CreateEvent | 52,352 | 17.2% | Branch/tag/repo creation |
556
- | `deletes` | DeleteEvent | 4,677 | 1.5% | Branch/tag deletion |
557
- | `commit_comments` | CommitCommentEvent | 4,155 | 1.4% | Comments on commits |
558
- | `wiki_pages` | GollumEvent | 9,228 | 3.0% | Wiki page edits |
559
- | `members` | MemberEvent | 2,362 | 0.8% | Collaborator additions |
560
- | `public_events` | PublicEvent | 304 | 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-03-17** (11 days), totaling **437,188 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 83.2 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 45.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
 
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** — 66,358 events in 416 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
88
  11:00 █░░░░░░░░░░░░░░░���░░░░░░░░░░░░░ 28
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 70
94
+ 17:00 ██████████████████████████████ 66.0K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 437.2K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 11 | 437,188 | 39,744 | 83.2 MB | 45.0 MB | 1m42s | 2m49s | 3m41s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 244.3K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 19.1K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 11.0K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 49.2K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 244,348 | 55.9% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 19,139 | 4.4% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 10,966 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 49,224 | 11.3% | Repository stars |
554
+ | `forks` | ForkEvent | 12,834 | 2.9% | Repository forks |
555
+ | `creates` | CreateEvent | 70,781 | 16.2% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 6,957 | 1.6% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 6,200 | 1.4% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 12,888 | 2.9% | Wiki page edits |
559
+ | `members` | MemberEvent | 3,400 | 0.8% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 451 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10552d0a519ca68ccccfaef746fd52cf9b15b8541853b184dc9cc492baee4d05
3
+ size 32027
data/creates/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27832bf7d01807253d46366487b94cf1f11b56f8a20253f762d3ccb10841c94d
3
+ size 151623
data/deletes/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487a7cacf0f263150c445ee3c9a8440f0f2d43b0b3843fdf93d435c0e08887dd
3
+ size 20370
data/forks/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eadf68e41f388c6bef74fa31a425317d10fdb57aba1d7c961d7569df8d57145
3
+ size 56245
data/issues/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4172df3cab6ca0e1ca87475531f96f8cecde50d661254306fdf576d8889b99
3
+ size 72501
data/members/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79f7ca8832bc34503e1732df9480506ee24cb32776dc0636ab007c086aa1c2b
3
+ size 17275
data/public_events/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0b7654d3ea8d059ff3622913fe3f1cb5e585582b79d70aaf29e02477b6427c
3
+ size 4087
data/pull_requests/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880809cccab1f8adc7227b013a9e9e845d9b3fc62a0d7dc44e455322b18a8c1b
3
+ size 75467
data/pushes/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ffc8ebeebcb69604cb250d48d462fd23206ef9ccaa2c153bcf6098b48315a4
3
+ size 4331002
data/stars/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f30a0e58c809115c47c7bee35ae18f1d1c7599083f2457d50834a87cb3e5cfd
3
+ size 154114
data/wiki_pages/2011/03/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1128337b10c4af6f19b672bdca301e8973a12c68a3ad2e1580f097ea98b79a35
3
+ size 94276
stats.csv CHANGED
@@ -7,3 +7,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.9
8
  2011-03-01,41792,0,23558,1759,0,1112,0,0,4951,1278,6119,579,0,679,1378,332,47,0,8536051,18.0,4636711,13.2,18.0,25.3
9
  2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,19.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,29.9
8
  2011-03-01,41792,0,23558,1759,0,1112,0,0,4951,1278,6119,579,0,679,1378,332,47,0,8536051,18.0,4636711,13.2,18.0,25.3
9
  2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,19.0
10
+ 2011-03-15,43846,0,25083,2129,0,1210,0,0,5138,1338,6071,631,0,635,1209,361,41,0,9179384,20.4,5008987,7.0,20.4,0.0
11
+ 2011-03-16,46238,0,27180,1912,0,1222,0,0,4929,1326,6205,1100,0,701,1256,354,53,0,9255120,19.4,4954947,6.6,19.4,0.0
12
+ 2011-03-17,42576,0,24301,1820,0,1135,0,0,4887,1451,6153,549,0,709,1195,323,53,0,8730534,19.9,4600791,6.1,19.9,0.0