https://github.com/rtradeltd/sdk
☁️ [WIP] Official SDK for the Temporal v3 API, with out-of-the-box support for Go, Java, JavaScript, and Python!
https://github.com/rtradeltd/sdk
golang grpc java javascript python sdk temporal
Last synced: about 1 year ago
JSON representation
☁️ [WIP] Official SDK for the Temporal v3 API, with out-of-the-box support for Go, Java, JavaScript, and Python!
- Host: GitHub
- URL: https://github.com/rtradeltd/sdk
- Owner: RTradeLtd
- License: apache-2.0
- Created: 2019-03-10T07:46:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T03:36:57.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T00:11:56.128Z (about 1 year ago)
- Topics: golang, grpc, java, javascript, python, sdk, temporal
- Language: Go
- Homepage: https://sdk.temporal.cloud
- Size: 508 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Software Development Kits
This repository hosts software development kits for
[RTrade's](https://www.rtradetechnologies.com/) services.
## ☄️ Temporal
[Temporal](https://temporal.cloud/) is an easy-to-use, enterprise-grade interface
into distributed and decentralized storage. The open-source version is available
on [GitHub](https://github.com/RTradeLtd/Temporal). The SDK offers support for
the Temporal V3 API.
**⚠️ The Temporal V3 API is still under active development.**
| Language | Status | Usage | Examples |
|------------------------------|---------------------------------------------------------------------------|--------------------------------------------------|-------------------------------|
| [Golang](/go/temporal) |  | `go get github.com/RTradeLtd/sdk/go/temporal...` | [`examples/go`](/examples/go) |
| [Javascript](/js/temporal) |  | | |
| [Java](/java/cloud/temporal) |  | | |
| [Python](/py/temporal) |  | | |
Standards for a complete Temporal client library is defined in [`CLIENTS`](/CLIENTS.md).
The Temporal V3 API also offers a traditional REST API gateway - see the
[gateway documentation](https://rtradeltd.github.io/sdk/gateway).
## Building
Refer to [`CONTRIBUTING.md`](/CONTRIBUTING.md).