{"id":36531163,"url":"https://github.com/arquivei/arqbeam-app","last_synced_at":"2026-01-12T03:01:28.096Z","repository":{"id":192868053,"uuid":"687622196","full_name":"arquivei/arqbeam-app","owner":"arquivei","description":"An Apache Beam application wrapper using go-app.","archived":false,"fork":false,"pushed_at":"2026-01-10T00:45:37.000Z","size":120,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-10T22:43:16.694Z","etag":null,"topics":["apache-beam","dataflow","go","golang","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arquivei.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-05T16:51:36.000Z","updated_at":"2025-10-29T12:54:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"675ba235-0583-4175-b845-6fdde2934107","html_url":"https://github.com/arquivei/arqbeam-app","commit_stats":null,"previous_names":["arquivei/arqbeam-app"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/arquivei/arqbeam-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquivei%2Farqbeam-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquivei%2Farqbeam-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquivei%2Farqbeam-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquivei%2Farqbeam-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arquivei","download_url":"https://codeload.github.com/arquivei/arqbeam-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquivei%2Farqbeam-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache-beam","dataflow","go","golang","hacktoberfest"],"created_at":"2026-01-12T03:01:06.496Z","updated_at":"2026-01-12T03:01:28.081Z","avatar_url":"https://github.com/arquivei.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arqbeam-app\n\nAn Apache Beam application wrapper using [go-app](https://github.com/arquivei/go-app).\n\nThis further extends go-app project to create Apache Beam applications.\n\nTL;DR\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"os\"\n\t\"os/signal\"\n\n\t\"github.com/arquivei/arqbeam-app\"\n)\n\nvar (\n\tversion = \"development\"\n\tconfig struct {\n\t\tapp.Config\n\t\tYourCustomConfig string\n\t\tSomeSecretConfig int           `secret:\"true\"`\n\t\tTimeout          time.Duration `default:\"3m\"`\n\t}\n)\n\nfunc main() {\n\tapp.Bootstrap(version, \u0026config)\n\n\tp := getPipeline()\n\n\tapp.Run(p)\n}\n\n```\n\nAll Apache Beam flags are mapped to the config struct by embedding `app.Config`. Use `-h` to see all values and their default values.\n\nComments, discussions, issues and pull-requests are welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farquivei%2Farqbeam-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farquivei%2Farqbeam-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farquivei%2Farqbeam-app/lists"}