{"id":20113498,"url":"https://github.com/cloudacademy/bigquery-intro","last_synced_at":"2025-11-27T14:04:59.027Z","repository":{"id":77791390,"uuid":"329453646","full_name":"cloudacademy/bigquery-intro","owner":"cloudacademy","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T20:32:07.000Z","size":6,"stargazers_count":10,"open_issues_count":0,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-13T06:08:14.082Z","etag":null,"topics":[],"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/cloudacademy.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":"2021-01-13T23:07:53.000Z","updated_at":"2024-05-16T01:51:08.000Z","dependencies_parsed_at":"2024-11-13T18:29:01.944Z","dependency_job_id":"0c92d10e-45d1-4885-b407-0e4dbf4ac54b","html_url":"https://github.com/cloudacademy/bigquery-intro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fbigquery-intro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fbigquery-intro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fbigquery-intro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fbigquery-intro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/bigquery-intro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557117,"owners_count":19981877,"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","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":[],"created_at":"2024-11-13T18:24:37.994Z","updated_at":"2025-11-27T14:04:58.955Z","avatar_url":"https://github.com/cloudacademy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Google BigQuery\nThis file contains text you can copy and paste for the examples in Cloud Academy's _Introduction to Google BigQuery_ course.  \n\n### Running a Query\n```\nSELECT *\nFROM\n `bigquery-public-data.usa_names.usa_1910_2013`\nORDER BY number DESC LIMIT 10\n```\n```\nSELECT *\nFROM\n `bigquery-public-data.usa_names.usa_1910_2013`\nWHERE gender = 'F'\nORDER BY number DESC LIMIT 10\n```\n\n### Loading Data\n[Baby names data](https://www.ssa.gov/OACT/babynames/names.zip)  \n[Jeopardy data](https://datascienceplus.com/wp-content/uploads/2015/08/JEOPARDY_CSV.csv)  \n[Google Cloud SDK installation instructions](https://cloud.google.com/sdk/docs/install)\n```\nbq mk public\nbq load --autodetect public.jeopardy JEOPARDY_CSV.csv\n```\n\n### Exporting Data\n```\nbq extract\n```\n```\ngs://ca-example/games*.csv.gz\n```\n\n### Conclusion\n[BigQuery documentation](https://cloud.google.com/bigquery/docs)  \nsupport@cloudacademy.com  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fbigquery-intro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fbigquery-intro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fbigquery-intro/lists"}