Version v1.x

Storage Providers

Available in

.NET Node.js Python

Select and operate the storage provider that matches your runtime environment.

DurableStack supports multiple storage providers with a shared contract and provider-specific tradeoffs.

For distributed execution, a shared durable database provider is required.

Multiple workers coordinate through the shared store. If you use in-memory storage, execution is single-process only.

In this section