graphql-engine/docs/graphql/manual/guides/index.rst
2018-12-17 17:28:29 +05:30

64 lines
2.6 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>`
.. 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>