Add resouce for cqrs and event sourcing (#1307)

pull/1657/head
Leonardo Romanini 2 years ago committed by GitHub
parent 2430968c5f
commit 2af0b2837a
  1. 7
      content/roadmaps/101-backend/content/115-architectural-patterns/103-cqrs.md

@ -1 +1,6 @@
# Cqrs
# CQRS and Event Sourcing
CQRS, or command query responsibility segregation, defines an architectural pattern where the main focus is to separate the approach of reading and writing operations for a data store. CQRS can also be used along with Event Sourcing pattern in order to persist application state as an ordered of sequence events, making it possible to restore data to any point in time.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Reference Model' href='https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs'>CQRS Pattern</BadgeLink>

Loading…
Cancel
Save