tamnd commited on
Commit
e9b8846
·
1 Parent(s): f1c0247

Add 2011-03-28 — 46.0K 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-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,14 +71,14 @@ 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,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
@@ -87,10 +87,10 @@ Events from today are captured in near-real-time from the GitHub Events API and
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
@@ -131,39 +131,39 @@ duckdb.sql("""
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 | 8m28s |
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,17 +547,17 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
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
 
 
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-28** (22 days), totaling **865,665 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 166.1 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 89.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** — 94,809 events in 587 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19
 
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 36
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 100
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93
94
  17:00 ██████████████████████████████ 94.3K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 ██████████████████████████████ 865.7K
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 22 | 865,665 | 39,348 | 166.1 MB | 89.2 MB | 3m23s | 5m32s | 8m49s |
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
+ 2011 ██████████████████████████████ 488.9K
146
  ```
147
 
148
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 37.6K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 21.3K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 100.7K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 488,873 | 56.5% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 37,575 | 4.3% | Issue lifecycle events |
552
+ | `pull_requests` | PullRequestEvent | 21,290 | 2.5% | PR lifecycle events |
553
+ | `stars` | WatchEvent | 100,732 | 11.6% | Repository stars |
554
+ | `forks` | ForkEvent | 26,037 | 3.0% | Repository forks |
555
+ | `creates` | CreateEvent | 133,819 | 15.5% | Branch/tag/repo creation |
556
+ | `deletes` | DeleteEvent | 12,795 | 1.5% | Branch/tag deletion |
557
+ | `commit_comments` | CommitCommentEvent | 12,698 | 1.5% | Comments on commits |
558
+ | `wiki_pages` | GollumEvent | 24,570 | 2.8% | Wiki page edits |
559
+ | `members` | MemberEvent | 6,434 | 0.7% | Collaborator additions |
560
+ | `public_events` | PublicEvent | 842 | 0.1% | Repo made public |
561
 
562
  ## How it's built
563
 
data/commit_comments/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee44dcfa524b5cb70c433824a6acb8536cd75828fbab9627d56e54dfd689ac6
3
+ size 34103
data/creates/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c53205b1fcb101741e20fc713286916549dcb0867747d5656e119f8327d424e
3
+ size 162308
data/deletes/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598588e77467dacda8c4799dfcbf3a0074ebc38fc7ed2e8e08fe57dfb4700166
3
+ size 29443
data/forks/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2b45761e0bb614c0f28bead09fa7b382779eb8000d0adb639cd46dc7484d30
3
+ size 55836
data/issues/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d96f9d08d3016b2efba18142c475b280251e98f223017c246d0baf1746c164ba
3
+ size 73350
data/members/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bfaff5b5c6b9139546870d902a936e1a00e7f3750cda3f6f637f2d9dff585f2
3
+ size 15657
data/public_events/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97014330ff0be5cc8a29e65b51413ad8e3f9b4000cb7d14f40b735ce538631c3
3
+ size 4325
data/pull_requests/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f070f75401aec770232ea5a5bb6f7b4b06ea4eb4679da942e7a1cd1135b7f4c
3
+ size 76803
data/pushes/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7cbcef1c3dbd4e171ad72e5b4893d57c0be5fa0543e3e195266c94e17ccc304
3
+ size 4452738
data/stars/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8473427ff7f93b38dcc244b5244e298ae5bac86e22b0cb0adc48f3602f74f71a
3
+ size 162505
data/wiki_pages/2011/03/28.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060835c7feef76890334d3f77e138c293a41fd26d3b6a218a5bc1130642b4883
3
+ size 97662
stats.csv CHANGED
@@ -19,4 +19,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,24.1
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
 
 
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,24.1
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,20.8
23
+ 2011-03-28,46044,0,25866,2155,0,1219,0,0,5509,1379,6553,1027,0,666,1278,343,49,0,9461746,15.0,5164730,5.5,15.0,0.0