https://github.com/temporalio/cloud-samples-go
Temporal Cloud Samples - Go
https://github.com/temporalio/cloud-samples-go
api go golang samples temporal workflows
Last synced: 5 months ago
JSON representation
Temporal Cloud Samples - Go
- Host: GitHub
- URL: https://github.com/temporalio/cloud-samples-go
- Owner: temporalio
- License: mit
- Created: 2023-09-04T23:44:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T21:27:32.000Z (5 months ago)
- Last Synced: 2026-01-21T06:54:29.506Z (5 months ago)
- Topics: api, go, golang, samples, temporal, workflows
- Language: Go
- Homepage:
- Size: 293 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temporal Cloud API Samples
This repository contains several samples that demonstrate the various capabilities of the Temporal Cloud.
## Cloud Temporal Client
Sample Go temporal client for a namespace hosted on Temporal Cloud: [client.go](client/temporal/client.go)
## Cloud API Workflows
Sample Workflow applications that exercises the Temporal Cloud APIs: [README.md](cmd/worker/README.md)