/samples-go

Temporal Go SDK samples

Primary LanguageGoOtherNOASSERTION

Temporal Go SDK Samples

This repository contains several sample Workflow applications that demonstrate the various capabilities of the Temporal Server via the Temporal Go SDK.

How to use

Make sure the Temporal Server is running locally. Follow the Quick install guide to do that.

Then, clone this repository and follow the instructions in the README that is included with each sample. The helloworld sample is a good place to start.

You can learn more about running the Server locally in the temporalio/docker-compose README. And you can learn more about the Temporal Server technology in general via our documentation.

Additional links