Sunum bileti sadece 20 Haziran Cumartesi günü yapılacak sunumlar için geçerlidir.
Workshop Programı:
10.30-13.00: Fearless Monolith to Microservices Migration by using API Gateway - Alper Hankendi (Hepsiburada)
13.30-16.00: Implementing CQRS - Onur Salkaya (Morhipo)
Workshop Detayları:
Fearless Monolith to Microservices Migration by using API Gateway
The API gateway pattern is a way to reduce the complexity delegated to the clients in a microservice-based ecosystem by adding more microservices responsible for dealing with complexity without breaking any of the characteristics of the microservices.
Migrating a monolithic system to an ecosystem of microservices is an epic journey. The problem of the microservice pattern with the following question: “How do the clients of a microservice-based ecosystem consume their use cases ?” The API gateway is a way to solve the problem. In this workshop, the use cases of api gateway in microservices will be explained.
Implementing CQRS
CQRS is a pattern based on separating read and write operations. In this workshop; we will implement CQRS pattern in .net core environment. What wil we do?
- Exemining a basic monolith API which includes GET and POST operations
- Implementing CQS (Command Query Segregation) in application level
- Implementing CQRS (Command Query Responsibility Segregation) in data layer and separate the sources
- Doing Projections using Events
- Understanding Eventual Consistency