Andrey-Vinda

Andrey Vinda

Group Lead

Company: DraftKings Inc.

Stream: С

Time: 16:00 - 16:45 (GMT +02:00)

Country: Ukraine

Language: English

Talk: CQRS: fast reads without event sourcing

About the Speaker

More than 17 years of experience in the development of applications, the last five years running the teams at DraftKings. The main activity is the development of highly loaded APIs based on ASP.NET Core 3.
In addition to .NET, it has a practical experience of using different JavaScript frameworks. Currently he leads several projects related to high-loaded APIs that are using a micro-service architecture, supporting and improving the internal search engine and back-office solution.

Talk:CQRS: fast reads without event sourcing

There are pretty much cases when huge companies were grown from the DB oriented architecture. Nowadays due to scalability limitation of the DB and its expensive the focus was moved from DB into services. At the same DB is still the place where a lot of applications continue to add/update the data; speed of retrieving the data expected to be pretty high. In the talk there will be presented the solution how to organize fast reads of the data without having the event streaming for each change/update.