{"id":15687811,"url":"https://github.com/orisano/bqcat","last_synced_at":"2025-03-11T11:31:44.380Z","repository":{"id":65187709,"uuid":"124346361","full_name":"orisano/bqcat","owner":"orisano","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-01T07:59:02.000Z","size":526,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-07T03:13:31.209Z","etag":null,"topics":["bigquery","cli","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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.md","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-03-08T06:20:28.000Z","updated_at":"2025-03-01T07:59:05.000Z","dependencies_parsed_at":"2023-12-25T12:46:00.679Z","dependency_job_id":"f15c8651-2486-4a6f-b69d-ec079dbe627b","html_url":"https://github.com/orisano/bqcat","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/orisano%2Fbqcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fbqcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/bqcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243025290,"owners_count":20223777,"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","cli","golang"],"created_at":"2024-10-03T17:51:11.581Z","updated_at":"2025-03-11T11:31:42.826Z","avatar_url":"https://github.com/orisano.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bqcat\nbqcat is Google BigQuery client for a command line.\n\nquery result writes to stdout in CSV. pipe friendly.\n\n## Installation\n```bash\ngo get -u github.com/orisano/bqcat\n```\n\n## Usage\n```bash\n$ bqcat --help\nUsage of bqcat:\n  -f string\n        query file path\n  -p string\n        project id\n```\n\n## How to use\n### give query from arguments\n```bash\n$ bqcat \"SELECT 1;\"\n1\n```\n### give query file path from arguments\n```bash\n$ bqcat -f test.sql\n1\n```\n\n### give query from stdin\n```bash\n$ echo \"SELECT 1;\" | bqcat\n1\n```\n\n## Author\nNao Yonashiro (@orisano)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fbqcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Fbqcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fbqcat/lists"}