|
|
|
|
|
by Avalaxy
3747 days ago
|
|
Not necessarily cloud, but a lot of these patterns have to do with asynchronous distributed systems design (for example leader election, all the queueing patterns, sharding, circuit-breaker). CQRS is part of that (eventual consistency, scalability, etc.). Distributed systems are not necessarily tied to the cloud, but it's a very good fit because of the flexibility the cloud offers. |
|
Don't you agree that putting "cloud" on the title may be misleading?