tamnd commited on
Commit
bd61881
·
verified ·
1 Parent(s): caf1562

Add 2012-08-12 — 88.6K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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 **2012-08-11** (421 days), totaling **33,384,386 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 7.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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
 
@@ -71,18 +71,18 @@ 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** — 1,839,453 events in 12154 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 315
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
@@ -90,14 +90,14 @@ Events from today are captured in near-real-time from the GitHub Events API and
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 642
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 901
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████���░░░░ 273.5K
100
- 23:00 █████████████████████░░░░░░░░░ 229.0K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 █████████████████████░░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 19.3M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 178 | 19,288,242 | 108,360 | 5.0 GB | 1.8 GB | 1h19m | 1h49m | 1h40m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████░░░░░░░░ 6.7M
148
- 2012 ██████████████████████████████ 8.8M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 995.2K
157
  ```
158
 
159
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 15,503,187 | 46.4% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,732,291 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,464,688 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,400,886 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 113,239 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,328,182 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 1,016,920 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,668,088 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 295,171 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 380,960 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 638,093 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 29,808 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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 **2012-08-12** (422 days), totaling **33,473,007 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 7.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.2 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
 
 
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** — 1,840,811 events in 12164 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 382
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 282
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 209
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 316
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 356
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
 
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 504
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 589
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 642
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 903
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.1K
99
  22:00 █████████████████████████���░░░░ 273.5K
100
+ 23:00 █████████████████████░░░░░░░░░ 230.3K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 █████████████████████░░░░░░░░░ 14.1M
135
+ 2012 ██████████████████████████████ 19.4M
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 179 | 19,376,863 | 108,250 | 5.0 GB | 1.8 GB | 1h19m | 1h49m | 1h41m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████░░░░░░░░ 6.7M
148
+ 2012 ██████████████████████████████ 8.9M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 999.6K
157
  ```
158
 
159
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 15,552,242 | 46.5% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,736,635 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,471,232 | 7.4% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,403,150 | 4.2% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 113,690 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 3,337,048 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 1,020,084 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,678,673 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 295,631 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 381,685 | 1.1% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 639,797 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 29,870 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97262f4fe3fa76df524bdcd0ee227fa57af96d18943d2b7ab099b60df11784a
3
+ size 33348
data/creates/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ac9260268250ba0969c76ccd761ca210692da5553682c1b99cf7075118ab8d
3
+ size 344883
data/deletes/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52c200b1c7bf826b1cc59d3bea3ca312b4be48f7eadbc5b2dd410374bfb959b
3
+ size 16605
data/forks/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d80e6d5bd037488d782cb35186a08af01faf0a150eb9071ff46e48a75bac45
3
+ size 79539
data/issue_comments/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf577c1c36ea795c0fa11445e99479c40441d025a06ccd36d1a55e5922b3c1a
3
+ size 143562
data/issues/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6411fc386e9dd5085b822b37ea4bae03a59fa4107393df272d3eb660901aa256
3
+ size 107208
data/public_events/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0296b56bc9c703ebc28906d21fd14eff4498157721faeba0e60b9e90adbcfa1
3
+ size 4098
data/pull_requests/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a7ba5bc5fd12facecf0ae4541e878f030a293bc23aef6a06464b94318e844c6
3
+ size 463451
data/pushes/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97063324f94c82d3f72ad56ac4a7491dd8dc455b51c484b0fcf66b28a4b81f45
3
+ size 7112920
data/stars/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de37285cc65942d87e8310ec2b1cd7ed8ff3103b5390f697ce92185af984020
3
+ size 170321
data/wiki_pages/2012/08/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1fb0b13a4b14fa8e40711c557917a2dfd6dc7a02c92da43cbdf0af4dec6eddc
3
+ size 120701
stats.csv CHANGED
@@ -419,4 +419,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
419
  2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,12909106,33.4,24.4,28.8
420
  2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,23.6,13173076,36.0,23.6,31.4
421
  2012-08-10,116492,645,61954,5950,9833,3946,0,811,11635,4535,12860,707,0,1347,2138,0,131,0,35120011,21.1,11924862,24.7,21.1,25.8
422
- 2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,8.4,7874105,22.1,8.4,0.0
 
 
419
  2012-08-08,128521,766,68686,6577,10661,4477,0,1088,11479,5237,14501,807,0,1528,2591,0,123,0,38779040,24.4,12909106,33.4,24.4,28.8
420
  2012-08-09,130001,739,68446,6512,10996,4449,0,1067,13419,5257,14118,816,0,1315,2772,0,95,0,39164550,23.6,13173076,36.0,23.6,31.4
421
  2012-08-10,116492,645,61954,5950,9833,3946,0,811,11635,4535,12860,707,0,1347,2138,0,131,0,35120011,21.1,11924862,24.7,21.1,25.8
422
+ 2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,8.4,7874105,22.1,8.4,43.5
423
+ 2012-08-12,88621,397,49055,4344,6544,2264,0,451,8866,3164,10585,460,0,725,1704,0,62,0,24782511,15.8,8596636,27.2,15.8,0.0