tamnd commited on
Commit
3fb42b4
·
verified ·
1 Parent(s): de80e0d

Add 2013-07-15 — 233.6K 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 **2013-07-14** (720 days), totaling **84,880,311 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 23.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.0 GB 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-28** — 1,089,459 events in 2695 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 █████████████████████████████░ 272.6K
81
- 04:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.3K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
- | 2026-03-28 | 1,089,459 | 2695 |
107
 
108
 
109
  ### Live event schema
@@ -137,15 +137,15 @@ duckdb.sql("""
137
 
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
- 2012 ███████████████████████████░░ 34.3M
141
- 2013 ██████████████████████████████ 36.5M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
- | 2013 | 186 | 36,527,326 | 196,383 | 11.1 GB | 3.5 GB | 1h53m | 4h47m | 2h28m |
149
 
150
 
151
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████░░░░ 16.5M
156
- 2013 ██████████████████████████████ 18.7M
157
  ```
158
 
159
 
@@ -161,8 +161,8 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 737.1K
164
- 2012 ██████████████████████████░░░ 1.9M
165
- 2013 ██████████████████████████████ 2.1M
166
  ```
167
 
168
 
@@ -180,7 +180,7 @@ duckdb.sql("""
180
  ```
181
  2011 ████████████░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ████████████████████████████░░ 3.3M
183
- 2013 ██████████████████████████████ 3.4M
184
  ```
185
 
186
 
@@ -564,20 +564,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
- | `pushes` | PushEvent | 41,843,823 | 49.3% | Git pushes with commits |
568
- | `issues` | IssuesEvent | 4,812,431 | 5.7% | Issue lifecycle events |
569
- | `issue_comments` | IssueCommentEvent | 7,150,830 | 8.4% | Comments on issues/PRs |
570
- | `pull_requests` | PullRequestEvent | 3,260,996 | 3.8% | PR lifecycle events |
571
- | `pr_review_comments` | PullRequestReviewCommentEvent | 568,669 | 0.7% | Line-level PR comments |
572
- | `stars` | WatchEvent | 8,092,394 | 9.5% | Repository stars |
573
- | `forks` | ForkEvent | 2,969,102 | 3.5% | Repository forks |
574
- | `creates` | CreateEvent | 11,741,253 | 13.8% | Branch/tag/repo creation |
575
- | `deletes` | DeleteEvent | 685,824 | 0.8% | Branch/tag deletion |
576
- | `releases` | ReleaseEvent | 7,281 | 0.0% | Release publications |
577
- | `commit_comments` | CommitCommentEvent | 880,798 | 1.0% | Comments on commits |
578
- | `wiki_pages` | GollumEvent | 1,660,196 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
- | `public_events` | PublicEvent | 77,874 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
 
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 **2013-07-16** (722 days), totaling **85,337,336 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 23.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 8.1 GB 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-28** — 1,093,839 events in 2706 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 235.3K
78
  01:00 ██████████████████████████████ 272.7K
79
  02:00 █████████████████████████████░ 271.6K
80
  03:00 █████████████████████████████░ 272.6K
81
+ 04:00 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 41.7K
82
  05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
83
  06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
84
  07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
103
  | Date | Events | Blocks |
104
  |------|-------:|-------:|
105
  | 2026-03-27 | 1,840,836 | 12165 |
106
+ | 2026-03-28 | 1,093,839 | 2706 |
107
 
108
 
109
  ### Live event schema
 
137
 
138
  ```
139
  2011 ███████████░░░░░░░░░░░░░░░░░░░ 14.1M
140
+ 2012 ███████████████████████████░░ 34.3M
141
+ 2013 ██████████████████████████████ 37.0M
142
  ```
143
 
144
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
145
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
146
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
147
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
148
+ | 2013 | 188 | 36,984,351 | 196,725 | 11.3 GB | 3.5 GB | 1h54m | 4h51m | 2h29m |
149
 
150
 
151
  ### Pushes per year
 
153
  ```
154
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 6.7M
155
  2012 ██████████████████████████░░░░ 16.5M
156
+ 2013 ██████████████████████████████ 18.9M
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████░░░░░░░░░░░░░░░░░░░░ 737.1K
164
+ 2012 ██████████████████████████░░░ 1.9M
165
+ 2013 ██████████████████████████████ 2.2M
166
  ```
167
 
168
 
 
180
  ```
181
  2011 ████████████░░░░░░░░░░░░░░░░░░ 1.4M
182
  2012 ████████████████████████████░░ 3.3M
183
+ 2013 ██████████████████████████████ 3.5M
184
  ```
185
 
186
 
 
564
 
565
  | Table | GitHub Event | Events | % | Description |
566
  |-------|-------------|-------:|---:|-------------|
567
+ | `pushes` | PushEvent | 42,079,290 | 49.3% | Git pushes with commits |
568
+ | `issues` | IssuesEvent | 4,836,992 | 5.7% | Issue lifecycle events |
569
+ | `issue_comments` | IssueCommentEvent | 7,193,815 | 8.4% | Comments on issues/PRs |
570
+ | `pull_requests` | PullRequestEvent | 3,278,943 | 3.8% | PR lifecycle events |
571
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 574,288 | 0.7% | Line-level PR comments |
572
+ | `stars` | WatchEvent | 8,134,380 | 9.5% | Repository stars |
573
+ | `forks` | ForkEvent | 2,988,212 | 3.5% | Repository forks |
574
+ | `creates` | CreateEvent | 11,791,991 | 13.8% | Branch/tag/repo creation |
575
+ | `deletes` | DeleteEvent | 689,534 | 0.8% | Branch/tag deletion |
576
+ | `releases` | ReleaseEvent | 7,952 | 0.0% | Release publications |
577
+ | `commit_comments` | CommitCommentEvent | 885,747 | 1.0% | Comments on commits |
578
+ | `wiki_pages` | GollumEvent | 1,667,144 | 2.0% | Wiki page edits |
579
  | `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
580
+ | `public_events` | PublicEvent | 78,277 | 0.1% | Repo made public |
581
 
582
  ## How it's built
583
 
data/commit_comments/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6220b93a8e95876512830171258d73d43b1cdcf1a1f5bdc40fd55bdd299d0e9e
3
+ size 78117
data/creates/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b19622b8865462ead0c6fcc2a48098913f21f396a206282f9123e64e92d444bb
3
+ size 906600
data/deletes/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab5bef597bfe19bbdfdbfab3304061d625a49fbc178a61ddfad553ee7d31d29
3
+ size 61999
data/forks/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce792c4cea666ad4436fe9c2334223d7d4b96a81e5095784248cfa392cd9ba37
3
+ size 250122
data/issue_comments/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f5198c152df16741a6c188f2e0558047db10d7161c537f3a2809b590d4c33e
3
+ size 511903
data/issues/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18daa8269a5092e1aff78f027b9e9935c716817f472be65995628ceeabe28143
3
+ size 318610
data/public_events/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:787e87afb0fe1d8d008e858b20680502cb0e291fc149fba2478793dbda877af1
3
+ size 9314
data/pull_requests/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53d73ca8501507cf1bac459963c54f9bbcdd4bc335f0742e932c0a3a4db3d83
3
+ size 1711119
data/pushes/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32123fecf34880676cf07e3cc51a524e404930d22786cdaf2a7f3e57fee37265
3
+ size 22120345
data/stars/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a7e5da8af0fdc60ca1c75db4b2a3dee0aba80c113246185f55fb6757dec54c
3
+ size 465614
data/wiki_pages/2013/07/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ddab741c3a52bbd05c27ddb8adbf78a5c8840ce7c2295575829d0905507ae9e
3
+ size 238070
stats.csv CHANGED
@@ -718,4 +718,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
718
  2013-07-11,251577,964,130497,12986,23234,9431,0,3330,21669,11549,28886,2112,425,2348,3890,0,256,0,82559918,148.4,26590964,30.7,148.4,58.0
719
  2013-07-12,210740,915,111180,11393,18734,8286,0,2602,18743,8808,22502,1772,369,1855,3367,0,214,0,70933585,127.1,22489388,25.7,127.1,38.8
720
  2013-07-13,139935,606,78445,6376,9530,3917,0,956,13011,6122,16106,963,311,1160,2289,0,143,0,46842439,82.9,15649419,37.8,82.9,41.0
721
- 2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,0.0
 
 
 
718
  2013-07-11,251577,964,130497,12986,23234,9431,0,3330,21669,11549,28886,2112,425,2348,3890,0,256,0,82559918,148.4,26590964,30.7,148.4,58.0
719
  2013-07-12,210740,915,111180,11393,18734,8286,0,2602,18743,8808,22502,1772,369,1855,3367,0,214,0,70933585,127.1,22489388,25.7,127.1,38.8
720
  2013-07-13,139935,606,78445,6376,9530,3917,0,956,13011,6122,16106,963,311,1160,2289,0,143,0,46842439,82.9,15649419,37.8,82.9,41.0
721
+ 2013-07-14,162883,491,88249,8569,12163,4419,0,921,16067,6900,19091,1166,316,1433,2964,0,134,0,51230001,90.6,17432622,34.6,90.6,55.9
722
+ 2013-07-15,233599,993,121122,13332,23220,9064,0,2704,20567,9399,25203,1879,343,2328,3241,0,204,0,85983073,151.5,26671813,39.1,151.5,0.0
723
+ 2013-07-16,223426,938,114345,11229,19765,8883,0,2915,21419,9711,25535,1831,328,2621,3707,0,199,0,73989257,113.6,22985157,36.8,113.6,0.0