{"id":18521742,"url":"https://github.com/gjbae1212/go-bqworker","last_synced_at":"2026-04-26T20:31:04.885Z","repository":{"id":41162606,"uuid":"241535984","full_name":"gjbae1212/go-bqworker","owner":"gjbae1212","description":"go-esworker is an async worker that data can bulk insert, update to the BigQuery.","archived":false,"fork":false,"pushed_at":"2022-08-08T06:09:12.000Z","size":375,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-15T07:33:40.865Z","etag":null,"topics":["async","bigquery","bigquery-bulk","gcp","go","golang","parallel","worker"],"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/gjbae1212.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}},"created_at":"2020-02-19T04:54:07.000Z","updated_at":"2024-05-03T08:16:44.000Z","dependencies_parsed_at":"2022-07-14T08:49:39.083Z","dependency_job_id":null,"html_url":"https://github.com/gjbae1212/go-bqworker","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/gjbae1212/go-bqworker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-bqworker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-bqworker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-bqworker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-bqworker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjbae1212","download_url":"https://codeload.github.com/gjbae1212/go-bqworker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-bqworker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["async","bigquery","bigquery-bulk","gcp","go","golang","parallel","worker"],"created_at":"2024-11-06T17:27:19.286Z","updated_at":"2026-04-26T20:31:04.869Z","avatar_url":"https://github.com/gjbae1212.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bqworker\n\n\u003cp align=\"left\"\u003e \n   \u003ca href=\"https://hits.seeyoufarm.com\"/\u003e\u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fgjbae1212%2Fgo-bqworker\"/\u003e\u003c/a\u003e\n   \u003ca href=\"https://goreportcard.com/report/github.com/gjbae1212/go-bqworker\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/gjbae1212/go-bqworker\"/\u003e\u003c/a\u003e\n   \u003ca href=\"https://godoc.org/github.com/gjbae1212/go-bqworker\"\u003e\u003cimg src=\"https://godoc.org/github.com/gjbae1212/go-bqworker?status.svg\"/\u003e\u003c/a\u003e            \n   \u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-GREEN.svg\" alt=\"license\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**go-esworker** is an async worker that data can bulk insert, update to the BigQuery.  \nIt's a library for **golang**.\n\n\n## Getting Started\n### Install\n```bash\n$ go get -u github.com/gjbae1212/go-bqworker\n```\n\n### Usage\n```go\n// pseudo code\npackage main\nimport (\n    \"context\"\n\t\"time\"\n    \"github.com/gjbae1212/go-bqworker\"\n)\n\nfunc main() {\n\tstreamer, _ := bqworker.NewStreamer([]*bqworker.TableSchemaGroup{},\n\t\tbqworker.WithQueueSize(7000), bqworker.WithWorkerSize(6), bqworker.WithWorkerStack(500),\n\t\tbqworker.WithMaxRetry(2), bqworker.WithWorkerWaitDuration(time.Second),\n\t\tbqworker.WithDispatcherLoopWaitDuration(time.Hour), bqworker.WithErrorHandler(func(err error) {}))\n\tstreamer.Start()\n\t\n   // async\n   streamer.AddRow(ctx, row)     \n   // sync \n   streamer.AddRowSync(ctx, row)\n}  \n```\n\n## LICENSE\nThis project is following The MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjbae1212%2Fgo-bqworker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjbae1212%2Fgo-bqworker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjbae1212%2Fgo-bqworker/lists"}