youtube image
From YouTube: A Million Messages a Minute - Tanmai Gopal, Hasura

Description

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Get Started Here: https://graphql.org/

A Million Messages a Minute - Tanmai Gopal, Hasura
JW Marriott Austin, Room 402/403

Speakers: Tanmai Gopal
GraphQL allows for developers to “subscribe” to changes and has made the idea of building realtime and streaming applications much easier to reason about. In this talk, Tanmai will discuss patterns for a GraphQL API that will allow you to handle different types of realtime and streaming workloads: live-queries, streaming realtime changes and streaming large volumes of data. He will also discuss ways to handle such workloads on the frontend, with a focus on easy developer experience and scalability (backpressure, anyone?!).