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

Add 2012-08-11 — 79.7K 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-10** (420 days), totaling **33,304,698 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
 
@@ -131,14 +131,14 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 █████████████████████░░░░░░░░ 14.1M
135
- 2012 ██████████████████████████████ 19.2M
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 | 177 | 19,208,554 | 108,522 | 4.9 GB | 1.8 GB | 1h18m | 1h49m | 1h40m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
- 2012 ██████████████████████████████ 991.3K
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,458,892 | 46.4% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,728,364 | 5.2% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,459,100 | 7.4% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,398,931 | 4.2% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 112,861 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 3,320,848 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 1,013,821 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,658,342 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 294,657 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 380,273 | 1.1% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 636,412 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 29,755 | 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-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
 
 
131
  ## Events per year
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
 
153
 
154
  ```
155
  2011 ██████████████████████░░░░░░░░ 737.1K
156
+ 2012 ██████████████████████████████ 995.2K
157
  ```
158
 
159
 
 
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
 
data/commit_comments/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b259ae961d85f6763ae30cde94219e2f7e825a77890c511d6465cab08a530df7
3
+ size 32252
data/creates/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6549adbc1b3562f9ac75000d13d0934c5e4fda7c309c7a75a3a286abfa9b7a8
3
+ size 326961
data/deletes/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec304fe691d28882a587d63c68e7c5d1a71fbfd9c8ed30d6715f6f7f1d5a3ed
3
+ size 16475
data/forks/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce0c777a67538bb4b74174362fe7c1c5f48e8a6cfb0fa15198815ffc29055df
3
+ size 78017
data/issue_comments/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b0ee569ba0a1673eeadfa90c346481a2f083c3a5b0fbde042585b0a87198a6
3
+ size 124530
data/issues/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd0fc0cab1ee21dd2fee3ef908c758facbdb148b3906b958b842ef7a1b8f2f3
3
+ size 94185
data/public_events/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3297afcaed1ec0b78e17c864850b2c5a25af78a61b03f425f52970bce8b3cb56
3
+ size 3822
data/pull_requests/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0016a9f09f4763d8fa2fd5ba41c5f1ffc7110f8b856c39f8beebe03ef3cc084
3
+ size 382326
data/pushes/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7462329922cb9452314ceba839a626af30353a67a2b55bd786b412de5699d51a
3
+ size 6518570
data/stars/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e362c939f77b050043123c9e137dd75c9290f90a6a490beb376f28ae81782f
3
+ size 175358
data/wiki_pages/2012/08/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2a527636edd93184afb4ee6c881d9f71df5bcce12c3ca9fe54a2fc228bdbe6
3
+ size 121609
stats.csv CHANGED
@@ -418,4 +418,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
418
  2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,13.1,11630443,21.1,13.1,35.8
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,0.0
 
 
418
  2012-08-07,119479,697,61907,7152,10451,4229,0,1154,11309,4541,13384,758,0,1287,2484,0,126,0,35681463,13.1,11630443,21.1,13.1,35.8
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