MadeStone

CQRS design pattern

Просмотры:
37
Дата загрузки:
04.12.2023 20:44
Длительность:
00:08:12
Категория:
Обучение

Описание

CQRS (Command and Query Responsibility Segregation) is an architectural pattern that separates an application’s command write and reads operations into two separate parts. The main idea is to use different models for reading (queries) and writing (commands) data, thus optimizing the system for each operation’s specific needs.

Источники:

Рекомендуемые видео