graphql-engine/docs/graphql/manual/event-triggers/samples.rst
2018-12-03 17:42:24 +05:30

27 lines
874 B
ReStructuredText

Event trigger samples
=====================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Here are a few sample apps built using Hasura event triggers:
Push Notifications
^^^^^^^^^^^^^^^^^^
Here's a `notification demo app <https://serverless-push.demo.hasura.app/>`_ showcasing sending web
notifications using Hasura event triggers and FCM.
* Video: https://www.youtube.com/watch?v=nuSHkzE2-zo&feature=youtu.be
* Source code: https://github.com/hasura/graphql-engine/tree/master/community/examples/serverless-push
Data Transformations (ETL)
^^^^^^^^^^^^^^^^^^^^^^^^^^
Here's a `serverless ETL demo app <https://serverless-etl.demo.hasura.app/>`_ built using Hasura event triggers and
Algolia search.
* Video: https://youtu.be/kWVEBWdEVAA
* Source code: https://github.com/hasura/graphql-engine/tree/master/community/examples/serverless-etl