mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
d2decec32b
* docs: update custom resolvers docs * docs: update mono repo links
22 lines
804 B
ReStructuredText
22 lines
804 B
ReStructuredText
Event trigger samples
|
|
=====================
|
|
|
|
Here are a few sample apps built using Hasura event triggers:
|
|
|
|
Push Notifications
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
Here's a `notification demo app <https://shahidh.in/hasura-web-push-notifs/>`_ 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://shahidh.in/hasura-serverless-etl/>`_ 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
|