From e1b9f0cc737af415e1338da0479dd4ab404daad2 Mon Sep 17 00:00:00 2001 From: Ron Waldon Date: Tue, 2 Mar 2021 19:41:16 +1100 Subject: [PATCH] martinfowler.com: Patterns of Distributed Systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2eb07cf..5317db7 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ - [microservices-sync-vs-async](https://dzone.com/articles/patterns-for-microservices-sync-vs-async) - Microservices patterns, synchronous and asynchronous. - [message-queues](http://tech.forter.com/comparing-message-queue-architectures-on-aws) - Comparing-message-queue-architectures. - [enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html) - Patterns and Best Practices for Enterprise Integration. +- [martinfowler](https://martinfowler.com/articles/patterns-of-distributed-systems/) - Patterns of Distributed Systems. ## Internet of things - [iot-communication-patterns](https://dzone.com/articles/strengths-and-weaknesses-of-iot-communication-patterns) - Strengths and Weaknesses of IoT Communication Patterns.