Temporal Go SDK developer's guide
Temporal Go SDK API reference
The follow structure applies to the Temporal Go SDK developer's guide:
- How to download and install the Temporal CLI
- Which development Cluster you should choose
- How to create a Namespace in your development Cluster
- Boilerplate application code and file structure best practices
- How to run your Worker
- How to start your Workflow using the CLI
- How to add a testing framework and tests to your application
Foundations: The minimum things required to build and run a simple Workflow with a single Activity.
Features: All the general features available to a Temporal Application.
Observability: Methods for observing a Temporal Application.