filmov
tv
CQRS is probably the cause of the Microservices madness
Показать описание
Reads and Writes don’t have to live in the same database, data model or even the same service. Let us discuss CQRS
no separation
one service that does read/write
partial separation
You can keep one service but backend have multiple connections with different users same database
full separation
Read services / write services
two databases OLAP / OLTP
Pros
scalability
security
Cons
complex and very hard to follow, what we see with microservices..
resources
🎙️Listen to the Backend Engineering Podcast
🏭 Backend Engineering Videos
💾 Database Engineering Videos
🏰 Load Balancing and Proxies Videos
🏛️ Software Archtiecture Videos
📩 Messaging Systems
Become a Member
Support me on PayPal
Join our Thriving Backend Community on Discord
Stay Awesome,
Hussein
no separation
one service that does read/write
partial separation
You can keep one service but backend have multiple connections with different users same database
full separation
Read services / write services
two databases OLAP / OLTP
Pros
scalability
security
Cons
complex and very hard to follow, what we see with microservices..
resources
🎙️Listen to the Backend Engineering Podcast
🏭 Backend Engineering Videos
💾 Database Engineering Videos
🏰 Load Balancing and Proxies Videos
🏛️ Software Archtiecture Videos
📩 Messaging Systems
Become a Member
Support me on PayPal
Join our Thriving Backend Community on Discord
Stay Awesome,
Hussein
CQRS is probably the cause of the Microservices madness
CQRS pitfalls and patterns - Udi Dahan - NDC Oslo 2023
CQRS Myths | 3 Most Common Misconceptions
Was ist CQRS? // deutsch
In-Depth Look at Event Sourcing with CQRS Architecture & Design • Sebastian von Conrad • YOW! 20...
What is CQRS and when to use it?
Understanding CQRS
An Introduction to CQRS and Event Sourcing Patterns - Mathew McLoughlin
Event Sourcing and CQRS Explained | When should you use them?
Q&A: Messaging, CQRS & Event Sourcing!
25 - CQRS: Command-Query Responsibility Segregation
KotlinConf 2018 - Functional CQRS in Kotlin by Uberto Barbini
Should you use the Repository Pattern? With CQRS, Yes and No!
7 Reasons why your microservices should use Event Sourcing & CQRS - Hugh McKee
Introduction to EventSourcing and CQRS (Anton Stöckl)
Oskar Dudycz: What is CQRS?
CQRS for Great Good
Allard Buijze — Performance aspects of Axon-based CQRS-ES systems
Event Sourcing • Greg Young • GOTO 2014
CQRS With Axon Framework Full Course for Beginners
Easy CQRS with Data API builder and SQL Server
Understanding CQRS in ASP.NET core
CQRS is simpler than you think with C#11 and .NET 7! - Oskar Dudycz
19 - The Event Sourcing, Materialized View and CQRS Patterns
Комментарии