{"id":37147382,"url":"https://github.com/zeebe-io/zeebe-get-started-go-client","last_synced_at":"2026-01-14T17:23:18.925Z","repository":{"id":31891200,"uuid":"106261164","full_name":"zeebe-io/zeebe-get-started-go-client","owner":"zeebe-io","description":"Sources of the Zeebe Get-Started guide for the Golang client.","archived":true,"fork":false,"pushed_at":"2022-04-12T02:29:36.000Z","size":152,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-15T08:13:47.437Z","etag":null,"topics":["example","getting-started","golang","zeebe"],"latest_commit_sha":null,"homepage":"https://zeebe.io","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeebe-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-09T09:09:29.000Z","updated_at":"2025-08-07T03:04:48.000Z","dependencies_parsed_at":"2022-08-07T17:00:48.717Z","dependency_job_id":null,"html_url":"https://github.com/zeebe-io/zeebe-get-started-go-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeebe-io/zeebe-get-started-go-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeebe-io%2Fzeebe-get-started-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeebe-io%2Fzeebe-get-started-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeebe-io%2Fzeebe-get-started-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeebe-io%2Fzeebe-get-started-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeebe-io","download_url":"https://codeload.github.com/zeebe-io/zeebe-get-started-go-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeebe-io%2Fzeebe-get-started-go-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["example","getting-started","golang","zeebe"],"created_at":"2026-01-14T17:23:18.240Z","updated_at":"2026-01-14T17:23:18.918Z","avatar_url":"https://github.com/zeebe-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ 📣 This repository is no longer maintained, please visit https://github.com/camunda/camunda-platform-get-started\n\n\n# Zeebe - Get Started Go Client\n\nYou can find the tutorial in the [Zeebe documentation](https://docs.camunda.io/docs/product-manuals/clients/go-client/get-started).)\n\n* [Web Site](https://camunda.com/products/cloud/)\n* [Documentation](https://docs.camunda.io/)\n* [Issue Tracker](https://github.com/camunda-cloud/zeebe/issues)\n* [Slack Channel](https://zeebe-slackin.herokuapp.com/)\n* [User Forum](https://forum.camunda.io/)\n* [Contribution Guidelines](/CONTRIBUTING.md)\n\n## Camunda Cloud Deployment\nExport the connection settings as environment variables:\n\n```\nexport ZEEBE_ADDRESS='[Zeebe API]'\nexport ZEEBE_CLIENT_ID='[Client ID]'\nexport ZEEBE_CLIENT_SECRET='[Client Secret]'\nexport ZEEBE_AUTHORIZATION_SERVER_URL='[OAuth API]'\n```\n\n**Hint:** When you create client credentials in Camunda Cloud you have the option to download a file with above lines filled out for you.\n\nThen run any example in `src`:\n\n```shell\ncd src\ngo run example-4.go\n```\n\n\n## Docker Deployment\nFirst start a broker\n\n```shell\ndocker run --rm -d -p 26500:26500 --name broker camunda/zeebe:8.0.0\n```\n\nThen run any example in `src`:\n\n```shell\ncd src\ngo run example-4.go\n```\n\n\n## Updating this guide\n\nTo test and update this guide for a new Zeebe version, go to the [Update Zeebe\nVersion](https://github.com/zeebe-io/zeebe-get-started-go-client/actions?query=workflow%3A%22Update+the+Zeebe+version%22)\nworkflow. Click `run workflow`, choose `master`, your version `x.y.z` and\nwhether or not to push the changes.\n\nNote, that the Zeebe version `x.y.z` must be available as a docker image tagged\nas `camunda/zeebe:1.1.0\n\n## Code of Conduct\n\nThis project adheres to the Contributor Covenant [Code of\nConduct](/CODE_OF_CONDUCT.md). By participating, you are expected to uphold\nthis code. Please report unacceptable behavior to code-of-conduct@zeebe.io.\n\n## License\n\nMost Zeebe source files are made available under the [Apache License, Version\n2.0](/LICENSE) except for the [broker-core][] component. The [broker-core][]\nsource files are made available under the terms of the [GNU Affero General\nPublic License (GNU AGPLv3)][agpl]. See individual source files for\ndetails.\n\n[broker-core]: https://github.com/camunda-cloud/zeebe/tree/master/broker-core\n[agpl]: https://github.com/camunda-cloud/zeebe/blob/master/GNU-AGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeebe-io%2Fzeebe-get-started-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeebe-io%2Fzeebe-get-started-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeebe-io%2Fzeebe-get-started-go-client/lists"}