{"id":15687798,"url":"https://github.com/orisano/bqgcs","last_synced_at":"2025-05-07T20:05:49.482Z","repository":{"id":50211070,"uuid":"118323790","full_name":"orisano/bqgcs","owner":"orisano","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-25T22:38:27.000Z","size":77,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T20:04:24.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orisano.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-01-21T10:10:54.000Z","updated_at":"2023-03-10T08:16:58.000Z","dependencies_parsed_at":"2024-10-23T21:33:16.259Z","dependency_job_id":null,"html_url":"https://github.com/orisano/bqgcs","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":0.4516129032258065,"last_synced_commit":"240a90aafc5d55a8514485746b71a077558c613c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqgcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqgcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqgcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqgcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/bqgcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949272,"owners_count":21830151,"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-10-03T17:51:10.097Z","updated_at":"2025-05-07T20:05:49.457Z","avatar_url":"https://github.com/orisano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"BQGCS\n===================================\n| Google Cloud Storage Connector for Google BigQuery.\n\nGetting Started\n----------------\n.. code:: bash\n\n    pip install bqgcs\n\nHow to Use\n-----------\n.. code:: python\n\n    import bqgcs\n    from google.cloud import bigquery, storage\n\n    gcs = storage.Client()\n    blob = gcs.bucket(\"\u003c\u003cbucket_name\u003e\u003e\").blob(\"\u003c\u003cblob_name\u003e\u003e\")\n    bqgcs.query_to_gcs(\"SELECT * FROM 'project.dataset.table'\", blob)\n\n    bq = bigquery.Client()\n    table = bq.dataset(\"\u003c\u003cdataset\u003e\u003e\").table(\"\u003c\u003ctable\u003e\u003e\")\n    bqgcs.gcs_to_bq(blob, table)\n\nAuthor\n-------\nNao Yonashiro (@orisano)\n\nLicense\n--------\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fbqgcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Fbqgcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fbqgcs/lists"}