github-explorer
github-explorer copied to clipboard
Everything You Always Wanted To Know About GitHub (But Were Afraid To Ask)
Hi @alexey-milovidov, Is it possible we store `actor.id` and `repo.id` as documented on [GitHub Event docs](https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types#event-object-common-properties)? So far, we store `actor.login` and `repo.name` only, which is convenient to use but...
Hello, thanks for providing this dataset! Not sure if this is the right place to post, but I used it my [Observable notebook](https://observablehq.com/@stas-sl/github-issues-survival-analysis) to analyze how long do issues "live"...
Hi! The last publication about Github Explorer was in December 2020, and I am just curious, Is the dataset updated since that time? I do regular research about government open-source...
I think `sum` is wrong here. Each row contains the total number of stars. ```patch --- index.html | 2 +- queries.sql | 2 +- 2 files changed, 2 insertions(+), 2...