/sdk-typescript

Temporal TypeScript SDK

Primary LanguageTypeScriptOtherNOASSERTION

Temporal TypeScript SDK

NPM LICENSE

Temporal is a microservice orchestration platform that enables developers to build scalable applications without sacrificing productivity or reliability. Temporal Server executes units of application logic—Workflows—in a resilient manner that automatically handles intermittent failures and retries failed operations.

Temporal is a mature technology—it's a fork of Uber's Cadence. Temporal is being developed by Temporal Technologies, a startup by the creators of Cadence.

Documentation

The documentation is divided into several sections:

We welcome help improving the docs. You can submit issues for things that aren't clear or send pull requests to this repository (for the API reference) or to the docs.temporal.io repository (for everything else).

Packages

This monorepo contains the following packages:

Subfolder Package
packages/client/ @temporalio/client
packages/worker/ @temporalio/worker
packages/workflow/ @temporalio/workflow
packages/activity/ @temporalio/activity
packages/testing/ @temporalio/testing
packages/common/ @temporalio/common
packages/proto/ @temporalio/proto
packages/interceptors-opentelemetry/ @temporalio/interceptors-opentelemetry
packages/common/lib/internal-workflow/ @temporalio/common/lib/internal-workflow
packages/common/lib/internal-non-workflow/ @temporalio/common/lib/internal-non-workflow
packages/meta/ temporalio (deprecated)
packages/test/ SDK internal tests
packages/create-project/ @temporalio/create
packages/docs/ API docs

Contributors

/sdk-typescript/graphs/contributors

Thank you to everyone who has contributed 😃🙌

Contributing

We welcome issues and PRs! Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.