Advanced GraphQL Architectures: Serverless Event Sourcing and CQRS @ ReactSummit
Talk Language: English
Date: June 2nd, 2023
Location: Amsterdam 🇳🇱
Conference Website: https://reactsummit.com
Description
GraphQL is a powerful and useful tool, especially popular among frontend developers. It can significantly speed up app development and improve application speed, API discoverability, and documentation.
GraphQL is not an excellent fit for simple APIs only - it can power more advanced architectures. The separation between queries and mutations makes GraphQL perfect for event sourcing and Command Query Responsibility Segregation (CQRS).
By making your advanced GraphQL app serverless, you get a fully managed, cheap, and extremely powerful architecture.