From f978147ebf479bf74f09bfd4b87abe0670c90552 Mon Sep 17 00:00:00 2001 From: Kyle Rollins <115574589+krollins-mdb@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:09:37 -0500 Subject: [PATCH] (DOCSP-44572) Add Render as migration option (#869) * Add initial content * Fix links to Render docs and GraphQL TOC --- source/graphql.txt | 1 + source/graphql/migrate-render.txt | 35 ++++++++++++++++++++++++++++ source/hosting.txt | 3 ++- source/hosting/migrate-render.txt | 37 ++++++++++++++++++++++++++++++ source/migrate-hosting-graphql.txt | 29 +++++++++++++++++++++++ 5 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 source/graphql/migrate-render.txt create mode 100644 source/hosting/migrate-render.txt diff --git a/source/graphql.txt b/source/graphql.txt index abdd70399..a8c12fe97 100644 --- a/source/graphql.txt +++ b/source/graphql.txt @@ -30,6 +30,7 @@ Atlas GraphQL API [Deprecated] Migrate to Apollo Migrate to WunderGraph Migrate to Neurelo + Migrate to Render .. banner:: :variant: warning diff --git a/source/graphql/migrate-render.txt b/source/graphql/migrate-render.txt new file mode 100644 index 000000000..6172242f8 --- /dev/null +++ b/source/graphql/migrate-render.txt @@ -0,0 +1,35 @@ +.. meta:: + :robots: nosnippet + +.. _migrate-render-graphql: + +========================= +Migrate GraphQL to Render +========================= + +.. meta:: + :description: Learn how to migrate your GraphQL host from Atlas App Services to Render. + +.. contents:: On this page + :local: + :backlinks: none + :depth: 2 + :class: singlecol + +.. important:: + + Always refer to the official documentation of both MongoDB Atlas and + `Render `__ + for the most up-to-date and accurate information. Specific steps may vary + depending on the details of your project and the technologies used. + +Render is a cloud application platform that helps developers flexibly deploy and +scale their apps and services. You can host your GraphQL API on Render alongside +the rest of your stack (frontend and backend). Your GraphQL servers can fetch +from all of the same data sources, including MongoDB Atlas. + +On Render, you can auto-deploy code from a Git repo, configure private network +communication, autoscale services, and more. + +See Render's `MongoDB GraphQL API Migration Guide `__ +for details on how to migrate to Render. diff --git a/source/hosting.txt b/source/hosting.txt index c11ed5c44..130a00d15 100644 --- a/source/hosting.txt +++ b/source/hosting.txt @@ -28,7 +28,8 @@ Host Files [Deprecated] Use a Custom 404 Page Use a Custom Domain Name Migrate to Netlify - Migrate to Vercel + Migrate to Vercel + Migrate to Render Migrate to S3 Bucket .. banner:: diff --git a/source/hosting/migrate-render.txt b/source/hosting/migrate-render.txt new file mode 100644 index 000000000..e35706963 --- /dev/null +++ b/source/hosting/migrate-render.txt @@ -0,0 +1,37 @@ +.. meta:: + :robots: nosnippet + +.. _migrate-render-hosting: + +================================ +Migrate Static Hosting to Render +================================ + +.. meta:: + :description: Learn how to migrate your static assets from Atlas App Services to Render. + +.. contents:: On this page + :local: + :backlinks: none + :depth: 2 + :class: singlecol + +.. important:: + + Always refer to the official documentation of both MongoDB Atlas and + `Render `__ + for the most up-to-date and accurate information. Specific steps may vary + depending on the details of your project and the technologies used. + +Render is a cloud application platform that helps developers flexibly deploy and +scale their apps and services. You can host your static sites on Render +alongside the rest of your stack (frontend and backend). All static sites +deployed on Render are served over a global CDN with automatic management of TLS +certificates. + +You can auto-deploy from a Git repo, preview changes before you merge a pull +request, roll back changes when you need to, and more. Render hosts static sites +for free. + +See Render's `MongoDB Static Hosting Migration Guide `__ +for details on how to migrate to Render. diff --git a/source/migrate-hosting-graphql.txt b/source/migrate-hosting-graphql.txt index e6eb28de3..8b3fbf7b7 100644 --- a/source/migrate-hosting-graphql.txt +++ b/source/migrate-hosting-graphql.txt @@ -84,6 +84,19 @@ approach, instantly transforming databases into REST and GraphQL APIs. Refer to :ref:`Migrate GraphQL to Neurelo ` for details. +Render +~~~~~~ + +Render is a cloud application platform that helps developers flexibly deploy and +scale their apps and services. You can host your GraphQL API on Render alongside +the rest of your stack (frontend and backend). Your GraphQL servers can fetch +from all of the same data sources, including MongoDB Atlas. + +On Render, you can auto-deploy code from a Git repo, configure private network +communication, autoscale services, and more. + +Refer to :ref:`Migrate GraphQL to Render ` for details. + Static Hosting Providers ------------------------ @@ -111,6 +124,22 @@ and more. It is compatible with your App Services application. Refer to :ref:`Migrate Static Hosting to Vercel ` for details. +Render +~~~~~~ + +Render is a cloud application platform that helps developers flexibly deploy and +scale their apps and services. You can host your static sites on Render +alongside the rest of your stack (frontend and backend). All static sites +deployed on Render are served over a global CDN with automatic management of TLS +certificates. + +You can auto-deploy from a Git repo, preview changes before you merge a pull +request, roll back changes when you need to, and more. Render hosts static sites +for free. + +Refer to :ref:`Migrate Static Hosting to Render ` for +details. + AWS S3 Blob Storage -------------------