mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
9dc833c808
add visual studio code guide to docs (close #1656)
75 lines
2.9 KiB
ReStructuredText
75 lines
2.9 KiB
ReStructuredText
Guides / Tutorials / Resources
|
|
==============================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Deployment guides
|
|
-----------------
|
|
|
|
- :doc:`Digital Ocean One-click App <deployment/digital-ocean-one-click>`
|
|
- :doc:`Azure Container Instances with Postgres <deployment/azure-container-instances-postgres>`
|
|
- `Blog: Instant GraphQL on AWS RDS <https://blog.hasura.io/instant-graphql-on-aws-rds-1edfb85b5985>`__
|
|
|
|
.. note::
|
|
The above are guides to deploy Hasura GraphQL engine on some specific platforms.
|
|
|
|
For more generic guides, see :doc:`../deployment/index`
|
|
|
|
Sample apps
|
|
-----------
|
|
|
|
- `Blog: Build a realtime chat app with GraphQL Subscriptions <https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f>`__.
|
|
- `Blog: Build a React To Do Application <https://hackernoon.com/building-a-react-todo-app-with-hasura-graphql-engine-511b703a7ef>`__.
|
|
- `Video: Build a realtime chat app with GraphQL Subscriptions <https://www.youtube.com/watch?v=xNcxdGaUGqI>`__.
|
|
|
|
Integration/migration tutorials
|
|
-------------------------------
|
|
|
|
- :doc:`integrations/auth0-jwt`
|
|
- :doc:`integrations/apollo-subscriptions`
|
|
- `Blog: Move from firebase to realtime GraphQL on Postgres <https://blog.hasura.io/firebase2graphql-moving-from-firebase-to-realtime-graphql-on-postgres-4d36cb7f4eaf>`__.
|
|
- `Blog: Create a Gatsby site using GraphQL on Postgres <https://blog.hasura.io/create-gatsby-sites-using-graphql-on-postgres-603b5dd1e516>`__.
|
|
- `Blog: Instant GraphQL on AWS RDS <https://blog.hasura.io/instant-graphql-on-aws-rds-1edfb85b5985>`__.
|
|
- `Blog: Using TimescaleDB with Hasura GraphQL <https://blog.hasura.io/using-timescaledb-with-hasura-graphql-d05f030c4b10>`__.
|
|
|
|
Integrating with monitoring frameworks
|
|
--------------------------------------
|
|
|
|
The following demonstrate integrating Hasura GraphQL engine logs with some external
|
|
monitoring frameworks:
|
|
|
|
- `Blog: GraphQL Observability with Hasura GraphQL Engine and Honeycomb <https://blog.hasura.io/graphql-observability-with-hasura-graphql-engine-and-honeycomb-ee0a1a836c41>`__
|
|
- `Blog: Uptime Monitoring for Hasura GraphQL Engine with DataDog on GKE <https://blog.hasura.io/uptime-monitoring-for-hasura-graphql-engine-with-datadog-on-gke-4faff5832e7f>`__
|
|
|
|
|
|
Postgres Auditing
|
|
-----------------
|
|
|
|
- :doc:`Auditing tables <auditing-tables>`
|
|
|
|
Telemetry
|
|
---------
|
|
|
|
- :doc:`Guide on telemetry and instructions to opt-out <telemetry>`
|
|
|
|
Code Editor Integrations
|
|
------------------------
|
|
|
|
- :doc:`Guides for configuring code editors with Hasura GraphQL Engine schema <code-editor-integrations/index>`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
Deployment guides <deployment/index>
|
|
Sample apps <sample-apps/index>
|
|
Integration/migration tutorials <integrations/index>
|
|
Integrating with monitoring frameworks <monitoring/index>
|
|
Auditing tables <auditing-tables>
|
|
Telemetry <telemetry>
|
|
Code Editor Integrations <code-editor-integrations/index>
|