jshearer / samples-go

Temporal Go SDK samples

Home Page:https://docs.temporal.io/docs/go-sdk-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Temporal Go SDK samples

https://docs.temporal.io/docs/go-sdk-overview

License:Other


Languages

Language:Go 99.2%Language:Makefile 0.8%