{"id":16829373,"url":"https://github.com/leereilly/wee-queries","last_synced_at":"2025-09-04T07:39:17.886Z","repository":{"id":136174676,"uuid":"72408203","full_name":"leereilly/wee-queries","owner":"leereilly","description":"Query sets for Google Cloud Platform's BigQuery :mag:","archived":false,"fork":false,"pushed_at":"2016-12-07T04:29:32.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T08:44:00.790Z","etag":null,"topics":["bigquery"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leereilly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-31T06:17:56.000Z","updated_at":"2021-08-23T18:15:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e68428a-04e8-4087-8257-375f5e11b5aa","html_url":"https://github.com/leereilly/wee-queries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leereilly/wee-queries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leereilly%2Fwee-queries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leereilly%2Fwee-queries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leereilly%2Fwee-queries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leereilly%2Fwee-queries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leereilly","download_url":"https://codeload.github.com/leereilly/wee-queries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leereilly%2Fwee-queries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574034,"owners_count":25129882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery"],"created_at":"2024-10-13T11:33:04.256Z","updated_at":"2025-09-04T07:39:17.879Z","avatar_url":"https://github.com/leereilly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wee Queries\n\nQuery sets for [BigQuery](https://bigquery.cloud.google.com/dataset/bigquery-public-data:github_repos) :mag:\n\n## Example\n\nWord on the street was that https://github.com/leereilly/games was on the front page of Hacker News, Reddit, and GitHub's explore page on Oct 24th...\n\n### Query\n\n```sql\nSELECT repo.id AS ID, repo.name AS Name, COUNT(*) as Stars\nFROM TABLE_DATE_RANGE([githubarchive:day.], TIMESTAMP('2016-10-24'), TIMESTAMP('2016-10-24'))\nWHERE type = \"WatchEvent\"\nGROUP BY ID, Name\nORDER BY Stars DESC\nLIMIT 5;\n```\n\n### Result\n\n| Row | ID       | Name                                              | Stars        |\n|-----|----------|---------------------------------------------------|--------------|\n| 1   | 3112748  | leereilly/games :eyes:                            | 1383 :trophy:|\n| 2   | 71732460 | engineerapart/TheRemoteFreelancer                 | 1009         |\n| 3   | 70905478 | songrotek/Deep-Learning-Papers-Reading-Roadmap    | 726          |\n| 4   | 28457823 | FreeCodeCamp/FreeCodeCamp                         | 517          | \n| 5   | 14807173 | SamyPesse/How-to-Make-a-Computer-Operating-System | 385          |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleereilly%2Fwee-queries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleereilly%2Fwee-queries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleereilly%2Fwee-queries/lists"}