graphql-engine/docs/graphql/manual/guides/index.rst

71 lines
2.7 KiB
ReStructuredText
Raw Normal View History

Guides / Tutorials / Resources
==============================
Deployment guides
-----------------
- :doc:`Deploy on Digital Ocean using Docker <deployment/digital-ocean>`
- :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
-----------
Articles:
^^^^^^^^^
2018-11-18 09:08:10 +03:00
- `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>`__.
Videos:
^^^^^^^
- `Build a realtime chat app with GraphQL Subscriptions <https://www.youtube.com/watch?v=xNcxdGaUGqI>`__.
Integration/migration tutorials
-------------------------------
Articles:
^^^^^^^^^
2018-11-18 09:08:10 +03:00
- `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>`__.
- :doc:`Auth0 JWT Integration with Hasura GraphQL <integrations/auth0-jwt>`
Integrating with monitoring frameworks
--------------------------------------
The following demonstrate integrating Hasura GraphQL engine logs with some external
monitoring frameworks:
Articles:
^^^^^^^^^
2018-11-18 09:08:10 +03:00
- `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
-----------------
Articles:
^^^^^^^^^
- :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>