Temporal Go SDK
Temporal is a distributed, scalable, durable, and highly available orchestration engine used to execute asynchronous long-running business logic in a scalable and resilient way.
temporal-client
is the framework for authoring workflows and activities.
How to use
Make sure you clone this repo into the correct location.
git clone git@github.com:temporalio/temporal-go-client.git $GOPATH/src/go.temporal.io/temporal
or
go get go.temporal.io/temporal
See samples to get started.
Documentation is available here.
You can also find the API documentation here.
Contributing
We'd love your help in making the Temporal Go client great. Please review our contribution guidelines.
License
MIT License, please see LICENSE for details.