Skip to content

Commit

Permalink
Add initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Oct 21, 2024
1 parent e7a6277 commit 6306d06
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/graphql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Atlas GraphQL API [Deprecated]
Migrate to Apollo </graphql/migrate-apollo>
Migrate to WunderGraph </graphql/migrate-wundergraph>
Migrate to Neurelo </graphql/migrate-neurelo>
Migrate to Render </hosting/migrate-render>

.. banner::
:variant: warning
Expand Down
35 changes: 35 additions & 0 deletions source/graphql/migrate-render.txt
Original file line number Diff line number Diff line change
@@ -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
`WunderGraph <https://docs.wundergraph.com/docs/supported-data-sources/mongodb-atlas>`__
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 <https://docs.render.com/migrate-mongodb-graphql-to-render>`__
for details on how to migrate to Render.
3 changes: 2 additions & 1 deletion source/hosting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Host Files [Deprecated]
Use a Custom 404 Page </hosting/use-a-custom-404-page>
Use a Custom Domain Name </hosting/use-a-custom-domain-name>
Migrate to Netlify </hosting/migrate-netlify>
Migrate to Vercel </hosting/migrate-vercel>
Migrate to Vercel </hosting/migrate-vercel>
Migrate to Render </hosting/migrate-render>
Migrate to S3 Bucket </hosting/migrate-blob>

.. banner::
Expand Down
37 changes: 37 additions & 0 deletions source/hosting/migrate-render.txt
Original file line number Diff line number Diff line change
@@ -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
`WunderGraph <https://docs.wundergraph.com/docs/supported-data-sources/mongodb-atlas>`__
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 <https://docs.render.com/migrate-mongodb-static-hosting-to-render>`__
for details on how to migrate to Render.
29 changes: 29 additions & 0 deletions source/migrate-hosting-graphql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ approach, instantly transforming databases into REST and GraphQL APIs.

Refer to :ref:`Migrate GraphQL to Neurelo <migrate-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 <migrate-render-graphql>` for details.

Static Hosting Providers
------------------------

Expand Down Expand Up @@ -111,6 +124,22 @@ and more. It is compatible with your App Services application.

Refer to :ref:`Migrate Static Hosting to Vercel <migrate-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 <migrate-render-hosting>` for
details.

AWS S3 Blob Storage
-------------------

Expand Down

0 comments on commit 6306d06

Please sign in to comment.