An open API service indexing awesome lists of open source software.

https://github.com/temporalio/cloud-sdk-go

Temporal Cloud Ops Go SDK
https://github.com/temporalio/cloud-sdk-go

Last synced: 2 months ago
JSON representation

Temporal Cloud Ops Go SDK

Awesome Lists containing this project

README

          

# Temporal Cloud Ops Go SDK [![Build Status](https://github.com/temporalio/cloud-sdk-go/actions/workflows/test.yml/badge.svg?event=push&branch=main)](https://github.com/temporalio/cloud-sdk-go/actions/workflows/test.yml?query=branch%3Amain) [![PkgGoDev](https://pkg.go.dev/badge/go.temporal.io/cloud-sdk)](https://pkg.go.dev/go.temporal.io/cloud-sdk)

:warning: **This project is still experimental.**

[Temporal Cloud](https://temporal.io/cloud) serves as a software as a service (SaaS) infrastructure platform, specifically designed to manage the durability of your Temporal Applications.

The APIs that Temporal Cloud provides are accessible via the `Temporal Cloud Ops Go SDK`. This SDK is a Go client library for the [Temporal Cloud APIs](https://github.com/temporalio/cloud-api). It allows you to manage your Temporal Cloud resources programmatically.

## How to use

```bash
go get go.temporal.io/cloud-sdk@latest
```

See [samples](https://github.com/temporalio/cloud-samples-go) to get started.

Documentation is available [here](https://docs.temporal.io/cloud).
You can also find the API documentation [here](https://pkg.go.dev/go.temporal.io/cloud-sdk).

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## License
MIT License, please see [LICENSE](LICENSE) for details.