Building a High-Performance Realtime GraphQL Engine on Postgres
A unique approach to building a GraphQL server by transpiling/compiling GraphQL to SQL instead of using resolvers. This allows low-latency, scalable querying. Topics include compiling GraphQL to SQL, application user authorization, realtime with GraphQL subscriptions, and benchmarks.