tamnd commited on
Commit
7f6a734
·
1 Parent(s): a77159a

Add 2011-07-03 — 36.7K 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-07-02** (94 days), totaling **4,804,998 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 873.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 407.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,26 +71,26 @@ 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** — 490,000 events in 2883 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 58
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 60
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 105
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 133
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 149
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 208
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 379
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 94 | 4,804,998 | 51,117 | 873.5 MB | 407.2 MB | 15m39s | 19m30s | 37m46s |
140
 
141
 
142
  ### Pushes per year
@@ -149,21 +149,21 @@ duckdb.sql("""
149
  ### Issues per year
150
 
151
  ```
152
- 2011 ██████████████████████████████ 219.7K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
- 2011 ██████████████████████████████ 106.8K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
- 2011 ██████████████████████████████ 476.0K
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 | 2,201,257 | 45.8% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 219,704 | 4.6% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 219,634 | 4.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 106,850 | 2.2% | PR lifecycle events |
554
- | `stars` | WatchEvent | 476,012 | 9.9% | Repository stars |
555
- | `forks` | ForkEvent | 125,842 | 2.6% | Repository forks |
556
- | `creates` | CreateEvent | 570,153 | 11.9% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 54,645 | 1.1% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 60,798 | 1.3% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 99,469 | 2.1% | Wiki page edits |
560
- | `members` | MemberEvent | 27,074 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 3,954 | 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-07-03** (95 days), totaling **4,841,702 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 879.5 MB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 410.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
 
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** — 490,025 events in 2900 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 94
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 73
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 61
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 107
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 98
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 95
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 135
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 151
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 210
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.9K
96
  19:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 44.6K
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 95 | 4,841,702 | 50,965 | 879.5 MB | 410.4 MB | 15m51s | 19m34s | 38m11s |
140
 
141
 
142
  ### Pushes per year
 
149
  ### Issues per year
150
 
151
  ```
152
+ 2011 ██████████████████████████████ 222.8K
153
  ```
154
 
155
 
156
  ### Pull requests per year
157
 
158
  ```
159
+ 2011 ██████████████████████████████ 107.6K
160
  ```
161
 
162
 
163
  ### Stars per year
164
 
165
  ```
166
+ 2011 ██████████████████████████████ 479.6K
167
  ```
168
 
169
 
 
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
+ | `pushes` | PushEvent | 2,219,500 | 45.8% | Git pushes with commits |
551
+ | `issues` | IssuesEvent | 222,828 | 4.6% | Issue lifecycle events |
552
+ | `issue_comments` | IssueCommentEvent | 222,631 | 4.6% | Comments on issues/PRs |
553
+ | `pull_requests` | PullRequestEvent | 107,634 | 2.2% | PR lifecycle events |
554
+ | `stars` | WatchEvent | 479,608 | 9.9% | Repository stars |
555
+ | `forks` | ForkEvent | 126,824 | 2.6% | Repository forks |
556
+ | `creates` | CreateEvent | 575,014 | 11.9% | Branch/tag/repo creation |
557
+ | `deletes` | DeleteEvent | 54,944 | 1.1% | Branch/tag deletion |
558
+ | `commit_comments` | CommitCommentEvent | 61,381 | 1.3% | Comments on commits |
559
+ | `wiki_pages` | GollumEvent | 100,509 | 2.1% | Wiki page edits |
560
+ | `members` | MemberEvent | 27,247 | 0.6% | Collaborator additions |
561
+ | `public_events` | PublicEvent | 3,976 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
data/commit_comments/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430d1e6d7a38e5af79224c2bdda92f67d246d35eab02548567815832c3f2e34d
3
+ size 30540
data/creates/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fcec4eaca4dbecea07f8242c20baef909c298fd678a6af328e7668d182cf1f
3
+ size 198787
data/deletes/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ca870437fb8a6fb5643de80b40b6c33f80492f5e7320527e19bc83b6d6a796
3
+ size 13319
data/forks/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fded71fd250b90b2ed9f30e95d58457532e3a5f3ad315423313c9b9c4b99941
3
+ size 54970
data/issues/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ae5f3a56d5964e1d2785e2d65848487af9b99069a09102713b2dc24cf054ed
3
+ size 72226
data/members/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301630669e1b611f81edfa79515537a4743d43ff9267dfbaef890121e24067d6
3
+ size 10577
data/public_events/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e09b9336814b1437ad4c404cda0590a57b6cac0341039b10dc83a728368668de
3
+ size 3413
data/pull_requests/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35382db621ee2ec9f130c69c5a394ac4056fcc0ca7e88a8d3e35da9dddd8d09
3
+ size 59659
data/pushes/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22617568c076b826c8b00157e84e9fa8655b5bb5bc13823d201ec37de2457cd
3
+ size 2816064
data/stars/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876fc828a2575868d6e25fbf8461639f8af0cc536730d41704587fffeecff566
3
+ size 108766
data/wiki_pages/2011/07/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e61c3de658528ccf60582322133be079b6555ee121fef6904ae88dfcfb60e4d
3
+ size 59249
stats.csv CHANGED
@@ -92,4 +92,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
92
  2011-06-29,57637,0,29829,2724,4006,1833,0,0,6101,1915,7648,1183,0,815,1237,301,45,0,10836504,15.1,5930021,7.6,15.1,26.8
93
  2011-06-30,54679,0,27966,2714,4009,1658,0,0,5579,1642,8227,620,0,641,1267,302,54,0,10026910,12.3,5544383,14.5,12.3,25.8
94
  2011-07-01,51863,0,26210,2727,4785,1533,0,0,5886,1631,6409,588,0,747,982,322,43,0,9443675,15.0,5105860,7.5,15.0,25.0
95
- 2011-07-02,33974,0,18147,1616,2066,824,0,0,3820,1135,4567,269,0,429,820,257,24,0,6215247,4.0,3738112,4.8,4.0,0.0
 
 
92
  2011-06-29,57637,0,29829,2724,4006,1833,0,0,6101,1915,7648,1183,0,815,1237,301,45,0,10836504,15.1,5930021,7.6,15.1,26.8
93
  2011-06-30,54679,0,27966,2714,4009,1658,0,0,5579,1642,8227,620,0,641,1267,302,54,0,10026910,12.3,5544383,14.5,12.3,25.8
94
  2011-07-01,51863,0,26210,2727,4785,1533,0,0,5886,1631,6409,588,0,747,982,322,43,0,9443675,15.0,5105860,7.5,15.0,25.0
95
+ 2011-07-02,33974,0,18147,1616,2066,824,0,0,3820,1135,4567,269,0,429,820,257,24,0,6215247,4.0,3738112,4.8,4.0,25.7
96
+ 2011-07-03,36704,0,18243,3124,2997,784,0,0,3596,982,4861,299,0,583,1040,173,22,0,6288022,4.8,3427570,12.5,4.8,0.0