tamnd commited on
Commit
63c99b3
·
verified ·
1 Parent(s): 15164f4

Add 2015-03-26 — 611.0K events, 14 files

Browse files
README.md CHANGED
@@ -662,31 +662,4 @@ The pipeline has two modes that work together:
662
 
663
  **Live mode** captures events directly from the GitHub Events API in near-real-time. Multiple API tokens poll concurrently with adaptive pagination (up to 300 events per cycle). Events are deduplicated by ID, bucketed into 5-minute blocks by their `created_at` timestamp, and written as Parquet files. Each block is pushed to HuggingFace immediately after writing. On each hour boundary, the corresponding GH Archive file is downloaded and merged into the typed daily tables for complete coverage.
664
 
665
- All scalar fields are fully flattened into typed columns. Variable-length arrays (commits, labels, assets, topics, assignees) are stored as native Parquet LIST columns — no JSON strings. All `*_at` timestamp fields use the Parquet TIMESTAMP type (UTC microsecond precision), so DuckDB, pandas, Spark, and the HuggingFace viewer all read them as native datetimes.
666
-
667
- No events are filtered. Every public event captured by GH Archive appears in the corresponding table. Events with parse errors are logged and skipped (typically less than 0.01%).
668
-
669
- ## Known limitations
670
-
671
- - **Full coverage starts 2015-01-01.** Events from 2011-02-12 to 2014-12-31 are included but parsed from the deprecated Timeline API format, which has less detail for some event types.
672
- - **Bot activity.** A significant fraction of events (especially pushes and issues) are generated by bots such as Dependabot, Renovate, and CI systems. No bot filtering is applied.
673
- - **Event lag.** GH Archive captures events with a small delay (roughly minutes). Events during GitHub outages may be missing.
674
- - **Pre-2015 limitations.** IssuesEvent and IssueCommentEvent from 2012-2014 contain only integer IDs (no title, body, or state) because the old API did not include full objects in event payloads.
675
-
676
- ## Personal information
677
-
678
- All data was already public on GitHub. Usernames, user IDs, and repository information are included as they appear in the GitHub Events API. Email addresses may appear in commit metadata within PushEvent payloads (from public git commit objects). No private repository data is present.
679
-
680
- ## License
681
-
682
- Released under the **[Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/)**. The underlying data is sourced from the public GitHub Events API via GH Archive. GitHub's Terms of Service apply to the original data.
683
-
684
- ## Credits
685
-
686
- - **[GH Archive](https://www.gharchive.org/)** by [Ilya Grigorik](https://www.igvita.com/), the foundational project that has recorded every public GitHub event since 2011
687
- - **[GitHub Events API](https://docs.github.com/en/rest/activity/events)**, the source data stream
688
- - Built with [Apache Parquet](https://parquet.apache.org/) (Go), published via [HuggingFace Hub](https://huggingface.co/)
689
-
690
- ## Contact
691
-
692
- Questions, feedback, or issues? Open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-github/discussions).
 
662
 
663
  **Live mode** captures events directly from the GitHub Events API in near-real-time. Multiple API tokens poll concurrently with adaptive pagination (up to 300 events per cycle). Events are deduplicated by ID, bucketed into 5-minute blocks by their `created_at` timestamp, and written as Parquet files. Each block is pushed to HuggingFace immediately after writing. On each hour boundary, the corresponding GH Archive file is downloaded and merged into the typed daily tables for complete coverage.
664
 
665
+ All scalar fields are fully flattened into typed columns. Variable-length arrays (commits, labels, assets, topics, assignees) are stored as native Parquet LIST columns — no JSON strings. All `*_at` timestamp fields use the Parquet TIMESTAMP type (UTC microsecond precision), so DuckDB, pandas, Spark, and the HuggingFace viewer all read them as
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/commit_comments/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a70b28f66d2ca2404aa7de42fb61be3f01cde3a78d82cc1e4c60c7da4292678
3
+ size 523985
data/creates/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6867ce0bd4b77d91462b349a0ee97c3e72565203e194a5e9cb1415d9aaa816
3
+ size 3240718
data/deletes/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9903c4e74e6a3aafed53a554df88fa6032e3506b68e280027084a3af64adde
3
+ size 436752
data/forks/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27dda4eb75c5d1bf6e4c285f8372fcea4b2dacec61798a5d27a9eba7e33128a1
3
+ size 2316763
data/issue_comments/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e346f3a149a918c9005d7245c04231a58bc8556c5d6523e3f0418b5644aba916
3
+ size 10300565
data/issues/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f960b194fbc309d1e35d4ec7787da7422965ff5d74d11a776f7bee5dedc7739
3
+ size 7008864
data/members/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423f1c22a97bc2c773da64b4281d092880b4995288856251d3af7cc453ffa7e5
3
+ size 123543
data/pr_review_comments/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b97c7268e2230157f052fe207382d0a9616b3a8a1912492821f15204ffa77f
3
+ size 3472060
data/public_events/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e76f2dffa08428bad569d44894563f866d40cd185d057e477bdc602f2eea89
3
+ size 27127
data/pull_requests/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e486ad26d93a0169e048b8ee7ff6691620d9e2a0d92a6b521a6d2e3ac63dfbf
3
+ size 5639697
data/pushes/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:756a73c231ece6de2aadccc5c3fe5df4ad316ecbd95a4b71c3543db6c0bee34f
3
+ size 71402777
data/releases/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938790acb773699e769650ad370a95ce5abf5979ac7fff4a843c304a6432802e
3
+ size 283725
data/stars/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08261cfe9ff02d67accf77afd907cea339d77985ecf8fd4a5572014be3ee3cd
3
+ size 1928547
data/wiki_pages/2015/03/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5832016a504a99dde4254d7857bb2cacda0ecc682fe35460583c4db3e71207b2
3
+ size 454085
stats.csv CHANGED
@@ -1458,6 +1458,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1458
  2015-03-16,629861,0,305046,29942,58586,30717,0,11459,54372,20641,89040,12069,2081,3971,7082,4173,682,0,236837268,105.2,111097511,43.5,105.2,238.0
1459
  2015-03-17,643173,0,315378,28720,59812,33097,0,10791,55253,21963,87123,13110,2073,4881,6613,3717,642,0,242048920,110.2,113933130,54.1,110.2,374.9
1460
  2015-03-18,636362,0,311019,29105,59739,32741,0,11341,54586,21715,81631,13101,1901,8638,6771,3488,586,0,240564411,122.1,113456669,42.5,122.1,48.8
1461
- 2015-03-24,656060,0,319061,30333,61973,33208,0,11100,60069,21828,84760,15642,2053,4609,7028,3743,653,0,0,0.0,115734807,0.0,0.0,0.0
1462
  2015-03-25,654308,0,312738,30160,60261,33286,0,11189,61208,22138,90926,15301,1984,3843,7036,3498,740,0,246115792,133.4,114843147,62.9,133.4,0.0
1463
  2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,0.0
 
1458
  2015-03-16,629861,0,305046,29942,58586,30717,0,11459,54372,20641,89040,12069,2081,3971,7082,4173,682,0,236837268,105.2,111097511,43.5,105.2,238.0
1459
  2015-03-17,643173,0,315378,28720,59812,33097,0,10791,55253,21963,87123,13110,2073,4881,6613,3717,642,0,242048920,110.2,113933130,54.1,110.2,374.9
1460
  2015-03-18,636362,0,311019,29105,59739,32741,0,11341,54586,21715,81631,13101,1901,8638,6771,3488,586,0,240564411,122.1,113456669,42.5,122.1,48.8
1461
+ 2015-03-24,656060,0,319061,30333,61973,33208,0,11100,60069,21828,84760,15642,2053,4609,7028,3743,653,0,0,0.0,115734807,0.0,0.0,18.4
1462
  2015-03-25,654308,0,312738,30160,60261,33286,0,11189,61208,22138,90926,15301,1984,3843,7036,3498,740,0,246115792,133.4,114843147,62.9,133.4,0.0
1463
  2015-03-26,610987,0,293210,28083,57283,31672,0,9895,57183,21324,82629,13020,1780,3900,7177,3168,663,0,0,0.0,107159208,0.0,0.0,0.0