tamnd commited on
Commit
37b4017
·
1 Parent(s): 4ab15f5

Add 2011-02-13 — 37.1K events, 11 files

Browse files
README.md CHANGED
@@ -57,7 +57,7 @@ configs:
57
 
58
  Every public GitHub event since 2015, parsed into 16 structured Parquet tables, ready for analysis, training, and research.
59
 
60
- OpenGitHub covers **2011-02-12** to **2011-02-12** (1 days), totaling **30,100 events**. The original 5.6 MB of raw GH Archive NDJSON is compressed into 3.1 MB of Zstd-compressed Parquet, partitioned as `data/TABLE/YYYY/MM/DD.parquet` (one file per event type per day). All 16 event types are fully flattened into typed columns, so there is no JSON parsing needed downstream. The dataset is updated daily and released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
61
 
62
  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.
63
 
@@ -72,39 +72,39 @@ Every field from the original GitHub API response is preserved. You can reconstr
72
  ## Events per year
73
 
74
  ```
75
- 2011 ██████████████████████████████ 30.1K
76
  ```
77
 
78
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
79
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
80
- | 2011 | 1 | 30,100 | 30,100 | 5.6 MB | 3.1 MB | 6s | 10s | |
81
 
82
 
83
  ### Pushes per year
84
 
85
  ```
86
- 2011 ██████████████████████████████ 16.7K
87
  ```
88
 
89
 
90
  ### Issues per year
91
 
92
  ```
93
- 2011 ██████████████████████████████ 1.2K
94
  ```
95
 
96
 
97
  ### Pull requests per year
98
 
99
  ```
100
- 2011 ██████████████████████████████ 799
101
  ```
102
 
103
 
104
  ### Stars per year
105
 
106
  ```
107
- 2011 ██████████████████████████████ 3.5K
108
  ```
109
 
110
 
@@ -483,17 +483,17 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
483
 
484
  | Table | GitHub Event | Events | % | Description |
485
  |-------|-------------|-------:|---:|-------------|
486
- | `pushes` | PushEvent | 16,694 | 55.5% | Git pushes with commits |
487
- | `issues` | IssuesEvent | 1,161 | 3.9% | Issue lifecycle events |
488
- | `pull_requests` | PullRequestEvent | 799 | 2.7% | PR lifecycle events |
489
- | `stars` | WatchEvent | 3,517 | 11.7% | Repository stars |
490
- | `forks` | ForkEvent | 930 | 3.1% | Repository forks |
491
- | `creates` | CreateEvent | 4,842 | 16.1% | Branch/tag/repo creation |
492
- | `deletes` | DeleteEvent | 466 | 1.5% | Branch/tag deletion |
493
- | `commit_comments` | CommitCommentEvent | 410 | 1.4% | Comments on commits |
494
- | `wiki_pages` | GollumEvent | 1,029 | 3.4% | Wiki page edits |
495
- | `members` | MemberEvent | 228 | 0.8% | Collaborator additions |
496
- | `public_events` | PublicEvent | 24 | 0.1% | Repo made public |
497
 
498
  ## How it's built
499
 
 
57
 
58
  Every public GitHub event since 2015, parsed into 16 structured Parquet tables, ready for analysis, training, and research.
59
 
60
+ OpenGitHub covers **2011-02-12** to **2011-02-14** (3 days), totaling **108,663 events**. The original 19.7 MB of raw GH Archive NDJSON is compressed into 10.9 MB of Zstd-compressed Parquet, partitioned as `data/TABLE/YYYY/MM/DD.parquet` (one file per event type per day). All 16 event types are fully flattened into typed columns, so there is no JSON parsing needed downstream. The dataset is updated daily and released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
61
 
62
  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.
63
 
 
72
  ## Events per year
73
 
74
  ```
75
+ 2011 ██████████████████████████████ 108.7K
76
  ```
77
 
78
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
79
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
80
+ | 2011 | 3 | 108,663 | 36,221 | 19.7 MB | 10.9 MB | 27s | 36s | 32s |
81
 
82
 
83
  ### Pushes per year
84
 
85
  ```
86
+ 2011 ██████████████████████████████ 57.8K
87
  ```
88
 
89
 
90
  ### Issues per year
91
 
92
  ```
93
+ 2011 ██████████████████████████████ 4.1K
94
  ```
95
 
96
 
97
  ### Pull requests per year
98
 
99
  ```
100
+ 2011 ██████████████████████████████ 2.5K
101
  ```
102
 
103
 
104
  ### Stars per year
105
 
106
  ```
107
+ 2011 ██████████████████████████████ 11.9K
108
  ```
109
 
110
 
 
483
 
484
  | Table | GitHub Event | Events | % | Description |
485
  |-------|-------------|-------:|---:|-------------|
486
+ | `pushes` | PushEvent | 57,768 | 53.2% | Git pushes with commits |
487
+ | `issues` | IssuesEvent | 4,113 | 3.8% | Issue lifecycle events |
488
+ | `pull_requests` | PullRequestEvent | 2,468 | 2.3% | PR lifecycle events |
489
+ | `stars` | WatchEvent | 11,931 | 11.0% | Repository stars |
490
+ | `forks` | ForkEvent | 2,912 | 2.7% | Repository forks |
491
+ | `creates` | CreateEvent | 21,881 | 20.1% | Branch/tag/repo creation |
492
+ | `deletes` | DeleteEvent | 1,713 | 1.6% | Branch/tag deletion |
493
+ | `commit_comments` | CommitCommentEvent | 1,420 | 1.3% | Comments on commits |
494
+ | `wiki_pages` | GollumEvent | 3,560 | 3.3% | Wiki page edits |
495
+ | `members` | MemberEvent | 808 | 0.7% | Collaborator additions |
496
+ | `public_events` | PublicEvent | 89 | 0.1% | Repo made public |
497
 
498
  ## How it's built
499
 
data/commit_comments/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:229af1bec9ad75b6dd262bff4981f8e438d4a9595c584f561816f1bddeb6bc01
3
+ size 26217
data/creates/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd555ba9e7d2b0e03cbbbd76ebc9db03c66aa5e364cef84479c64ee6da98360
3
+ size 134089
data/deletes/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64897acf858066cd5c376e346e3678a149a3c08756e113fca853be049b92a400
3
+ size 17928
data/forks/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0887e7d70c7ddcc3c730af10297fd5b404db39c70cecc11fec05e005d9c277
3
+ size 40346
data/issues/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd73f5160eb603fbcfefb392ebd7d3fa2cebe0f8a59fbe7e2270e0eb22bf625
3
+ size 50124
data/members/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c63cd08aca8176f171ec8378e94c8445b9871a3ec5ee37739da075c95475569
3
+ size 11192
data/public_events/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4871fc0edfb8c35a2c8626db3c031c8684e1cc35966c24cd1376ae180d2886
3
+ size 3688
data/pull_requests/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e7717ec55c1737eb8b1f2504a9ea9c58b9c92bac39b2c355add6ebb429168b
3
+ size 48015
data/pushes/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1daa51525e008625fdc28a638a738dd8174dd1ef2cad980e81685cf4820f1e
3
+ size 3076947
data/stars/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fd661478aa3247e33a98a1564699eafad98c65a8169258faff456758dd5737
3
+ size 107841
data/wiki_pages/2011/02/13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46dbc8f4f9821797c9db442df3415d9b84cd3cac5ec1c8ba84e18a4cbc31275
3
+ size 80166
stats.csv CHANGED
@@ -1,2 +1,4 @@
1
  date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_reviews,pr_review_comments,stars,forks,creates,deletes,releases,commit_comments,wiki_pages,members,public_events,discussions,bytes_read,dur_seconds,parquet_bytes,dur_download_s,dur_process_s,dur_commit_s
2
- 2011-02-12,30100,0,16694,1161,0,799,0,0,3517,930,4842,466,0,410,1029,228,24,0,5912248,9.9,3288866,5.9,9.9,0.0
 
 
 
1
  date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_reviews,pr_review_comments,stars,forks,creates,deletes,releases,commit_comments,wiki_pages,members,public_events,discussions,bytes_read,dur_seconds,parquet_bytes,dur_download_s,dur_process_s,dur_commit_s
2
+ 2011-02-12,30100,0,16694,1161,0,799,0,0,3517,930,4842,466,0,410,1029,228,24,0,5912248,9.9,3288866,5.9,9.9,31.8
3
+ 2011-02-13,37082,0,18277,1332,0,667,0,0,3692,822,10106,455,0,451,1035,209,36,0,6432532,12.1,3596553,15.3,12.1,0.0
4
+ 2011-02-14,41481,0,22797,1620,0,1002,0,0,4722,1160,6933,792,0,559,1496,371,29,0,8283118,14.1,4520871,5.8,14.1,0.0