Technologies & Solutions
Monday, 16. October 2023., 15:55
Hall B
45'
The distributed systems architecture has become increasingly popular due to its flexibility, scalability, and fault tolerance. However, querying data from multiple microservices in real-time can be challenging, as it may require complex and time-consuming data retrieval operations. Materialized views, in combination with the Command Query Responsibility Segregation)(CQRS) a pattern can provide a solution to this challenge by enabling efficient and real-time querying of microservices data.In this talk, we will explore how materialized views in an open-source streaming database can be used to query microservices in real-time with an example of a Java-based Spring boot application.