Building resilient and scalable backends using event-driven Serverless
Presented at Bangalore Kubernetes Meetup November 2018 -- running serverless functions on Kubernetes and triggering them on events from the database using Hasura.
shahidh_k Resilient? ● Serverless functions are ephemeral ● No knowledge of state - async ● Trigger them on events ● Add retries to the mix ● We have resiliency 10
shahidh_k With GraphQL ● Standardised spec ● All GraphQL Clients are compatible with all GraphQL Servers ● Client implementations available for all major platforms and frameworks ● Subscriptions: access to async info ● Less work for the developer 18