Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadence-workflow/cadence-go-client
Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://github.com/cadence-workflow/cadence-go-client
authoring-workflows aws-swf cadence golang orchestration-engine task-management task-queue workflow-functions
Last synced: 7 days ago
JSON representation
Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
- Host: GitHub
- URL: https://github.com/cadence-workflow/cadence-go-client
- Owner: cadence-workflow
- License: mit
- Created: 2017-03-08T10:17:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T18:13:01.000Z (19 days ago)
- Last Synced: 2025-01-12T07:01:40.864Z (14 days ago)
- Topics: authoring-workflows, aws-swf, cadence, golang, orchestration-engine, task-management, task-queue, workflow-functions
- Language: Go
- Homepage: https://cadenceworkflow.io
- Size: 7.33 MB
- Stars: 352
- Watchers: 32
- Forks: 132
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - cadence-workflow/cadence-go-client - Framework for authoring workflows and activities running on top of the Cadence orchestration engine. (Go)
README
# Go framework for Cadence
[![Build Status](https://badge.buildkite.com/e7241785444519bdfd1defc68839fd19a89c15adb3477c73f7.svg?theme=github&branch=master)](https://buildkite.com/uberopensource/cadence-go-client)
[![Coverage](https://codecov.io/gh/uber-go/cadence-client/graph/badge.svg?token=iEpqo5HbDe)](https://codecov.io/gh/uber-go/cadence-client)
[![GoDoc](https://godoc.org/go.uber.org/cadence?status.svg)](https://godoc.org/go.uber.org/cadence)[Cadence](https://github.com/uber/cadence) is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.
`cadence-client` is the framework for authoring workflows and activities.
## How to use
Make sure you clone this repo into the correct location.
```bash
git clone [email protected]:uber-go/cadence-client.git $GOPATH/src/go.uber.org/cadence
```or
```bash
go get go.uber.org/cadence
```See [samples](https://github.com/uber-common/cadence-samples) to get started.
Documentation is available [here](https://cadenceworkflow.io/docs/go-client/).
You can also find the API documentation [here](https://godoc.org/go.uber.org/cadence).## Contributing
We'd love your help in making the Cadence Go client great. Please review our [contribution guidelines](CONTRIBUTING.md).## License
MIT License, please see [LICENSE](LICENSE) for details.