This repository provides code used for exercises and demonstrations included in the Go version of the Temporal 102 training course.
Directory Name | Exercise |
---|---|
exercises/using-structs |
Exercise 1 |
exercises/durable-execution |
Exercise 2 |
exercises/testing-code |
Exercise 3 |
exercises/debug-activity |
Exercise 4 |
exercises/version-workflow |
Exercise 5 |
Directory Name | Description |
---|---|
samples/age-estimation |
Calls a remote API to estimate a given name |
The following links provide additional information that you may find helpful as you work through this course.
- General Temporal Documentation
- Temporal Go SDK Documentation
- Go Language Documentation
- GitPod Documentation: Troubleshooting
You can launch an exercise environment for this course in GitPod by clicking the button below:
Alternatively, you can follow these instructions to set up your own Temporal Cluster with Docker Compose, which you can use as an exercise environment.