diff --git a/docs/evaluate/production-features/index.mdx b/docs/evaluate/production-features/index.mdx new file mode 100644 index 0000000000..c6c45b002c --- /dev/null +++ b/docs/evaluate/production-features/index.mdx @@ -0,0 +1,36 @@ +--- +id: index +title: Temporal's production deployment features +description: Explore your deployment options for production traffic with Temporal, offering both Self-hosted and Temporal Cloud solutions. +sidebar_label: Production features +tags: + - production-deployment + - production-features + - temporal-cloud + - temporal-self-hosted +keywords: + - temporal service deployment + - self-host temporal service + - temporal cloud benefits + - production traffic management + - high availability workflows + - multi-tenant temporal service + - workflow state retention + - temporal community support + - temporal cloud vs self-hosted + - workflow history export +--- + +When your application is ready to start serving production traffic, you have two options. + +1. Self-host a Temporal Service +2. Use Temporal Cloud + +| Feature | Temporal Cloud | Self-hosted | +| ---------------------------------- | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | +| **Multi-tenant** | ✅ Up to 100 Namespaces | ✅ Unlimited Namespaces | +| **High availability and failover** | ✅ [Multi-region Namespaces](/evaluate/production-features/temporal-cloud/high-availability) | ✅ [Global Namespaces & Multi-Cluster Replication](/evaluate/production-features/self-hosted/high-availability) | +| **Application state persistence** | ✅ 30-90 day Retention | ✅ Unlimited | +| **Long term state retention** | ✅ Workflow History Export | ✅ Archival | +| **Community support** | ✅ Slack, Forum | ✅ Slack, Forum | +| **Paid support** | ✅ Prioritized responses | ✖️ | diff --git a/docs/evaluate/production-features/self-hosted/high-availability.mdx b/docs/evaluate/production-features/self-hosted/high-availability.mdx new file mode 100644 index 0000000000..40f30fd439 --- /dev/null +++ b/docs/evaluate/production-features/self-hosted/high-availability.mdx @@ -0,0 +1,10 @@ +--- +id: high-availability +title: High availability - Self-hosted Temporal production feature +description: Explore your deployment options for production traffic with Temporal, offering both Self-hosted and Temporal Cloud solutions. +sidebar_label: High availability +tags: + - production-deployment + - production-features + - self-hosted-temporal +--- diff --git a/docs/evaluate/production-features/self-hosted/index.mdx b/docs/evaluate/production-features/self-hosted/index.mdx new file mode 100644 index 0000000000..355b0f63fd --- /dev/null +++ b/docs/evaluate/production-features/self-hosted/index.mdx @@ -0,0 +1,10 @@ +--- +id: index +title: Temporal's production deployment features +description: Explore your deployment options for production traffic with Temporal, offering both Self-hosted and Temporal Cloud solutions. +sidebar_label: Production features +tags: + - production-deployment + - production-features + - temporal-self-hosted +--- diff --git a/docs/evaluate/production-features/temporal-cloud/high-availability.mdx b/docs/evaluate/production-features/temporal-cloud/high-availability.mdx new file mode 100644 index 0000000000..51d5fa0fd9 --- /dev/null +++ b/docs/evaluate/production-features/temporal-cloud/high-availability.mdx @@ -0,0 +1,10 @@ +--- +id: high-availability +title: High availability - Temporal Cloud production feature +description: Explore your deployment options for production traffic with Temporal, offering both Self-hosted and Temporal Cloud solutions. +sidebar_label: High availability +tags: + - production-deployment + - production-features + - temporal-cloud +--- diff --git a/docs/evaluate/production-features/temporal-cloud/index.mdx b/docs/evaluate/production-features/temporal-cloud/index.mdx new file mode 100644 index 0000000000..3a63f6db84 --- /dev/null +++ b/docs/evaluate/production-features/temporal-cloud/index.mdx @@ -0,0 +1,10 @@ +--- +id: index +title: Temporal's production deployment features +description: Explore your deployment options for production traffic with Temporal, offering both Self-hosted and Temporal Cloud solutions. +sidebar_label: Production features +tags: + - production-deployment + - production-features + - temporal-cloud +--- diff --git a/sidebars.js b/sidebars.js index 79fd3e6586..2ca7de1c8e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -26,6 +26,37 @@ module.exports = { "evaluate/development-features/throughput-composability", ], }, + { + type: "category", + label: "Production features", + collapsed: true, + link: { + type: "doc", + id: "evaluate/production-features/index", + }, + items: [ + { + type: "category", + label: "Temporal Cloud", + collapsed: true, + link: { + type: "doc", + id: "evaluate/production-features/temporal-cloud/index", + }, + items: ["evaluate/production-features/temporal-cloud/high-availability"], + }, + { + type: "category", + label: "Self-hosted", + collapsed: true, + link: { + type: "doc", + id: "evaluate/production-features/self-hosted/index", + }, + items: ["evaluate/production-features/self-hosted/high-availability"], + }, + ], + }, "security", "evaluate/release-stages", {