From 302b8578f4e75bc61fe8f9906cb42191142f942d Mon Sep 17 00:00:00 2001 From: Cully Wakelin Date: Thu, 25 Apr 2024 11:42:34 -0600 Subject: [PATCH 1/4] creating table --- docs/evaluate/production-features.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/evaluate/production-features.mdx diff --git a/docs/evaluate/production-features.mdx b/docs/evaluate/production-features.mdx new file mode 100644 index 0000000000..b401ea8504 --- /dev/null +++ b/docs/evaluate/production-features.mdx @@ -0,0 +1,20 @@ +--- +id: production-features +title: Temporal's production deployment features +description: todo +sidebar_label: Production features +--- + +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 | ✅ Global Namespaces & Multi-Cluster Replication | +| 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 | ✖️ | From a70d9a7b83ab32a127906b13c1d27cd33fd84f70 Mon Sep 17 00:00:00 2001 From: Cully Wakelin Date: Thu, 25 Apr 2024 12:07:31 -0600 Subject: [PATCH 2/4] keywords and description --- docs/evaluate/production-features.mdx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/evaluate/production-features.mdx b/docs/evaluate/production-features.mdx index b401ea8504..81bfa0d7cc 100644 --- a/docs/evaluate/production-features.mdx +++ b/docs/evaluate/production-features.mdx @@ -1,8 +1,24 @@ --- id: production-features title: Temporal's production deployment features -description: todo +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. From 042386632fbbf753055eff39bbb782bff49c166f Mon Sep 17 00:00:00 2001 From: Cully Wakelin Date: Wed, 1 May 2024 15:18:46 -0600 Subject: [PATCH 3/4] adding high cloud vs self-hosted breakdown, adding high availability --- docs/evaluate/production-features/index.mdx | 36 +++++++++++++++++++ .../self-hosted/high-availability.mdx | 10 ++++++ .../production-features/self-hosted/index.mdx | 10 ++++++ .../temporal-cloud/high-availability.mdx | 10 ++++++ .../temporal-cloud/index.mdx | 10 ++++++ sidebars.js | 31 ++++++++++++++++ 6 files changed, 107 insertions(+) create mode 100644 docs/evaluate/production-features/index.mdx create mode 100644 docs/evaluate/production-features/self-hosted/high-availability.mdx create mode 100644 docs/evaluate/production-features/self-hosted/index.mdx create mode 100644 docs/evaluate/production-features/temporal-cloud/high-availability.mdx create mode 100644 docs/evaluate/production-features/temporal-cloud/index.mdx 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", { From cfe96fd3c95ea2016d5dec55e9294ed6e1bfafa6 Mon Sep 17 00:00:00 2001 From: Cully Wakelin Date: Wed, 8 May 2024 11:29:38 -0600 Subject: [PATCH 4/4] remove duplicate --- docs/evaluate/production-features.mdx | 36 --------------------------- 1 file changed, 36 deletions(-) delete mode 100644 docs/evaluate/production-features.mdx diff --git a/docs/evaluate/production-features.mdx b/docs/evaluate/production-features.mdx deleted file mode 100644 index 81bfa0d7cc..0000000000 --- a/docs/evaluate/production-features.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: production-features -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 | ✅ Global Namespaces & Multi-Cluster Replication | -| 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 | ✖️ |