{"id":28506486,"url":"https://github.com/temporalio/money-transfer-project-template-go","last_synced_at":"2025-07-15T14:12:23.597Z","repository":{"id":40262040,"uuid":"302408732","full_name":"temporalio/money-transfer-project-template-go","owner":"temporalio","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-06T17:15:57.000Z","size":56,"stargazers_count":57,"open_issues_count":1,"forks_count":38,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-06-06T17:38:20.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/temporalio.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}},"created_at":"2020-10-08T17:04:02.000Z","updated_at":"2025-06-06T17:15:56.000Z","dependencies_parsed_at":"2024-02-27T20:26:35.102Z","dependency_job_id":"f6e03211-8ecb-4527-a957-4d7b33d888b7","html_url":"https://github.com/temporalio/money-transfer-project-template-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/temporalio/money-transfer-project-template-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fmoney-transfer-project-template-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fmoney-transfer-project-template-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fmoney-transfer-project-template-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fmoney-transfer-project-template-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/money-transfer-project-template-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fmoney-transfer-project-template-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437797,"owners_count":23765136,"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":"2025-06-08T20:05:49.209Z","updated_at":"2025-07-15T14:12:23.590Z","avatar_url":"https://github.com/temporalio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temporal Go Project Template\n\nThis is a simple project for demonstrating Temporal with the Go SDK.\n\nThe full 10-minute tutorial is here: https://learn.temporal.io/getting_started/go/first_program_in_go/\n\n## Basic instructions\n\n### Step 0: Temporal Server\n\nMake sure [Temporal Server is running](https://docs.temporal.io/docs/server/quick-install/) first:\n\n```bash\ngit clone https://github.com/temporalio/docker-compose.git\ncd  docker-compose\ndocker-compose up\n```\n\n### Step 1: Clone this Repository\n\nIn another terminal instance, clone this repo and run this application.\n\n```bash\ngit clone https://github.com/temporalio/money-transfer-project-template-go\ncd money-transfer-project-template-go\n```\n\n### Step 2: Run the Workflow\n\n```bash\ngo run start/main.go\n```\n\nObserve that Temporal Web reflects the workflow, but it is still in \"Running\" status. This is because there is no Workflow or Activity Worker yet listening to the `TRANSFER_MONEY_TASK_QUEUE` task queue to process this work.\n\n### Step 3: Run the Worker\n\nIn YET ANOTHER terminal instance, run the worker. Notice that this worker hosts both Workflow and Activity functions.\n\n```bash\ngo run worker/main.go\n```\n\nNow you can see the workflow run to completion. You can also see the worker polling for workflows and activities in the task queue at [http://localhost:8080/namespaces/default/task-queues/TRANSFER_MONEY_TASK_QUEUE](http://localhost:8080/namespaces/default/task-queues/TRANSFER_MONEY_TASK_QUEUE).\n\n## What Next?\n\nYou can run the Workflow code a few more times with `go run start/main.go` to understand how it interacts with the Worker and Temporal Server.\n\nPlease [read the tutorial](https://learn.temporal.io/getting_started/go/first_program_in_go/) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fmoney-transfer-project-template-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fmoney-transfer-project-template-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fmoney-transfer-project-template-go/lists"}