问题 We have microservices which work with different, but related data. For example, ads and their stats. We want to be able to filter, sort and aggregate this related data for UI(and not only for it). For example, we want to show to a user ads which have 'car' in their text and which have more than 100 clicks. Challenges: There could be a lot of data. Some users have millions of rows after filtration Services doesn't have all the data. For example, for statistics service ad without stats == non