Advanced GraphQL architectures: serverless event sourcing and CQRS @ DaFED
Talk Language: Serbian
Date: April 5th, 2023
Location: Novi Sad 🇷🇸
Conference Website: https://dafed.org
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.