About Temporal SDKs
Temporal SDKs offer an open-source collection of tools, libraries, and APIs for developing Temporal Applications. They provide a unified library that abstracts the complexities of distributed systems, enabling developers to focus on business logic. The SDKs offer APIs for developing Workflows, Activities, and Workers, as well as APIs for configuring and running Workers.
Introduction to the Temporal Go SDK
Explore the Temporal Go SDK developer's guide, a comprehensive resource for building, testing, and executing Temporal applications in Go. Discover supported runtimes, recommended skills, and experiences, as well as code samples and resources.
Introduction to the Temporal Java SDK
Explore the Temporal Java SDK developer's guide, featuring API reference, documentation, and tutorials, to build Java applications with Temporal's workflow management and business process orchestration capabilities.
Temporal Client - Temporal development feature
Temporal Client: A component in Temporal SDK allowing communication with Temporal Service, enabling process start, result retrieval, listing, querying, and data sending. Learn how to use it through tutorials and feature guides for various SDKs.
Temporal's major components
Temporal is an open-source workflow automation platform consisting of four components: SDKs for building applications, Service for state maintenance, CLI for management, and UI for application state viewing and metadata access.