graphql-engine/community/boilerplates/event-triggers/azure-functions
Luís Pinto c86a8242f2 community: add netlify event-trigger echo boilerplate (#2985)
Co-authored-by: Praveen Durairaju <praveend.web@gmail.com>
2019-12-30 15:24:27 +05:30
..
nodejs introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
README.md community: add netlify event-trigger echo boilerplate (#2985) 2019-12-30 15:24:27 +05:30

Boilerplates for Azure Cloud Function serverless functions and Hasura GraphQL Engine's Event Triggers

NOTE Some of the language/platforms are work in progress. We welcome contributions for the WIP languages. See issues and the following checklist:

Folder name Use-case Javascript Java C# F#
echo echo the trigger payload
mutation insert related data on an insert event using graphql mutation
push-notification send push notification on database event
etl transform the trigger payload and update an algolia index

Pre-requisites

  1. Running instance of Hasura GraphQL
  2. You already have a Azure account with billing enabled.
  3. Install azure-cli
  4. Install azure-functions-core-tools