{"id":18452029,"url":"https://github.com/scraly/bigquery","last_synced_at":"2026-05-17T02:05:56.385Z","repository":{"id":84557832,"uuid":"70487023","full_name":"scraly/bigquery","owner":"scraly","description":"Google BigQuery AaaS tools, tips and fun","archived":false,"fork":false,"pushed_at":"2016-10-11T07:34:57.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T14:23:27.065Z","etag":null,"topics":["bigquery","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/scraly.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-10T12:48:29.000Z","updated_at":"2017-02-17T07:01:48.000Z","dependencies_parsed_at":"2023-03-12T23:36:51.551Z","dependency_job_id":null,"html_url":"https://github.com/scraly/bigquery","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/scraly%2Fbigquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fbigquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fbigquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scraly%2Fbigquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scraly","download_url":"https://codeload.github.com/scraly/bigquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249554492,"owners_count":21290442,"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":["bigquery","java"],"created_at":"2024-11-06T07:29:54.220Z","updated_at":"2025-10-28T16:35:50.057Z","avatar_url":"https://github.com/scraly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigquery\n\n## General\n\nGoogle BigQuery is a fast, economical and fully managed data warehouse for large-scale data analytics.\n\n1. If you're new to BQ, take a look at: https://cloud.google.com/bigquery/what-is-bigquery\n\n2. Sign up for a free BigQuery trial: https://console.cloud.google.com/freetrial?pli=1\n\n3. Here you can find BigQuery UI console: https://bigquery.cloud.google.com/welcome\n\n4. In this git repository you can find some tooltip and useful (i guess) classes\n\n5. If you want to know more about BQ, you can take a look at my slides: http://www.slideshare.net/aurelievache/dans-les-coulisses-de-google-bigquery?qid=d0fe2426-ecf9-411e-a6f7-a63351490934\u0026v=\u0026b=\u0026from_search=1\n\n##BQ command line tool\n\n### Adding a column to a table\n\n```bq --format=prettyjson show yourdataset.yourtable \u003e newschema.json```\n\nEdit table.json and remove everything except the inside of \"fields\" (e.g. keep the [ { \"name\": \"x\" ... }, ... ]). Then add your new field to the schema. Then run, for each table: \n\n```bq update \u003cdataset\u003e.\u003ctablename\u003e newschema.json```\n\nYou can add --apilog=apilog.txt to the beginning of the command line which will show exactly what is sent / returned from the bigquery server.\n\nEnjoy BQ!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fbigquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscraly%2Fbigquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscraly%2Fbigquery/lists"}