-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7a6277
commit 6306d06
Showing
5 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters