mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
ad90b09916
> ### Description Adds documentation for the cloud preview apps feature. https://deploy-preview-2474--hasura-docs-mono.netlify.app/graphql/cloud/preview-apps.html ### Changelog - [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label. ### Affected components - [ ] Server - [ ] Console - [ ] CLI - [x] Docs - [ ] Community Content - [ ] Build System - [ ] Tests - [ ] Other (list it) PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2474 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vaishnavi <85152989+vaishnavigvs@users.noreply.github.com> Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: c512d26fe3ffc047240497848b62cacdac2f32f3
94 lines
2.2 KiB
ReStructuredText
94 lines
2.2 KiB
ReStructuredText
.. meta::
|
|
:description: Hasura Cloud documentation
|
|
:keywords: hasura, docs, manual, graphql engine, cloud, hosted
|
|
|
|
.. title:: Hasura Cloud Documentation
|
|
|
|
.. _cloud_docs:
|
|
|
|
Hasura Cloud Documentation
|
|
==========================
|
|
|
|
`Hasura Cloud <https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=hasura-cloud&tech=default>`__ offers hosted `GraphQL Engine <https://github.com/hasura/graphql-engine>`__
|
|
projects with extra features for reliability and security. It includes all the :ref:`core features <core_docs>`
|
|
of GraphQL Engine, while taking care of infrastructure concerns, such as the number of instances, cores, memory, concurrent users, high-availability,
|
|
realtime monitoring, caching, tracing, and rate-limiting. It supports both new and existing databases.
|
|
|
|
.. container:: toc-list
|
|
|
|
.. container:: toc-list-section
|
|
|
|
.. container:: toc-list-head
|
|
|
|
Basics
|
|
|
|
.. container:: toc-list-content
|
|
|
|
- :ref:`cloud_getting_started`
|
|
- :ref:`create_project`
|
|
- :ref:`manage_project_collaborators`
|
|
- :ref:`manage_project_env_vars`
|
|
- :ref:`manage_project_domains`
|
|
|
|
.. container:: toc-list-section
|
|
|
|
.. container:: toc-list-head
|
|
|
|
Features
|
|
|
|
.. container:: toc-list-content
|
|
|
|
- :ref:`metrics`
|
|
- :ref:`regression_tests`
|
|
- :ref:`read_replicas`
|
|
- :ref:`response_caching`
|
|
- :ref:`tracing`
|
|
- :ref:`query_tags`
|
|
- :ref:`dedicated_vpc`
|
|
|
|
.. container:: toc-list-section
|
|
|
|
.. container:: toc-list-head
|
|
|
|
API Security
|
|
|
|
.. container:: toc-list-content
|
|
|
|
- :ref:`api_limits`
|
|
- :ref:`allow_lists`
|
|
|
|
.. container:: toc-list-section
|
|
|
|
.. container:: toc-list-head
|
|
|
|
Reference
|
|
|
|
.. container:: toc-list-content
|
|
|
|
- :ref:`cloud_api_reference`
|
|
- :ref:`glossary`
|
|
- :ref:`hasurapro_cli`
|
|
- :ref:`cloud_changelog`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
Getting Started <getting-started/index>
|
|
projects/index
|
|
metrics/index
|
|
API Security <security/index>
|
|
regression-tests
|
|
read-replicas
|
|
response-caching
|
|
tracing
|
|
query-tags
|
|
Preview Apps <preview-apps>
|
|
dedicated-vpc
|
|
Billing <billing/index>
|
|
hasurapro-cli/index
|
|
api-reference
|
|
glossary
|
|
Changelog <changelog>
|