/edu-102-go-code-v2

Code used in exercises and demonstrations for the "Temporal 102 with Go" course

Primary LanguageGoMIT LicenseMIT

Code Repository for Temporal 102 (Go)

This repository provides code used for exercises and demonstrations included in the Go version of the Temporal 102 training course.

Hands-On Exercises

Directory Name Exercise
exercises/durable-execution Exercise 1
exercises/testing-code Exercise 2
exercises/debug-activity Exercise 3

Examples for Self-Study

Directory Name Description
samples/age-estimation Calls a remote API to estimate age of a person given their name
samples/using-structs-for-data Demonstrates how structs are passed in as input and output data

Reference

The following links provide additional information that you may find helpful as you work through this course.

Exercise Environment for this Course

You can launch an exercise environment for this course in GitPod by clicking the button below:

Open in Gitpod

Alternatively, you can follow these instructions to set up your own Temporal Cluster with Docker Compose, which you can use as an exercise environment.