
Build a Background Check application with Go
Welcome to the Temporal Go SDK Background Check tutorial. Across three chapters you'll build a Background Check application using the Temporal Go SDK, learning how to construct a new Temporal Application project and develop applications for Durable Execution.
- Chapter 1: Introduction - Understand why Temporal fits long-running applications and what skills help you succeed with the Go SDK.
- Chapter 2: Project setup - Install the Temporal CLI, choose a development Cluster, build a Worker, and add a testing framework.
- Chapter 3: Develop for durability - Inspect Event Histories, add a Replay test, and learn what makes Workflow code non-deterministic.
Chapter 1 - ~10 min
Introduction
Learn why Temporal is a strong fit for long-running, durable applications, and review the prerequisites for building one in Go.
Start Chapter 1 Chapter 2 - ~45 minProject setup
Install the Temporal CLI, choose a development Cluster, scaffold a Go project, run a Worker, and add a testing framework.
Start Chapter 2 Chapter 3 - ~30 minDevelop for durability
Retrieve Event Histories, add a Replay test, and learn how non-deterministic code breaks Workflows so you can avoid it.
Start Chapter 3Get notified when we launch new educational content
New courses, tutorials, and learning resources - straight to your inbox.