soorajshankar / AzureFunction-HasuraEventsToEventHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure function to send Hasura events to Azure EventHub

Use this azure function as a biolerplate code to send Hasura events to Azure EventHub. you may add your custom data enrichment/transformation based on the business usecases.

config vars

cp sample.env .env

replace the values on .env file

start dev server

yarn install
yarn start

About


Languages

Language:TypeScript 92.8%Language:Shell 7.2%