Skip to content

DJSanti/temporalio-subscription-example-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Subscription Workflow Tutorial - Go

Temporal promises to help you build long-lasting apps. With this example, you'll learn how to integrate key Temporal concepts into an email-based subscription program.

Prerequisites

  • Temporal Cloud
  • Review Hello World

Steps

Once this is working, follow the directions provided.

  1. Launch an instance of Temporal Cloud (can be done on terminal or through a container such as Docker).
  2. Enter go run worker/main.go into a new terminal window.
  3. Open another terminal and enter go run start/main.go

If successful, you should see output for a mock welcome email.

About

Subscription tutorial application in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages