From cb2b9ca22061b4b5fac98a3223b02adf2f6b15f5 Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Mon, 13 Jul 2015 18:00:06 +0200 Subject: [PATCH 1/2] Added Martin Fowler article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ad7e66..5252fa1 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ of the testing and deployment process. - [Microservice Architecture](http://martinfowler.com/articles/microservices.html) - Particular way of designing software applications as suites of independently deployable services. - [Reactive Manifesto](http://www.reactivemanifesto.org/) - Reactive systems definition. - [Reactive Streams](http://www.reactive-streams.org/) - Initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. +- [Microservice Trade-Offs](http://martinfowler.com/articles/microservice-trade-offs.html) ### Books From 148a9b0d15e90c916cc710dcd4ecd8f114e6c576 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 13 Jul 2015 20:31:44 +0200 Subject: [PATCH 2/2] Update README.md "Microservice Trade-Offs" description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5252fa1..9c0a642 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ of the testing and deployment process. - [Microservice Architecture](http://martinfowler.com/articles/microservices.html) - Particular way of designing software applications as suites of independently deployable services. - [Reactive Manifesto](http://www.reactivemanifesto.org/) - Reactive systems definition. - [Reactive Streams](http://www.reactive-streams.org/) - Initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. -- [Microservice Trade-Offs](http://martinfowler.com/articles/microservice-trade-offs.html) +- [Microservice Trade-Offs](http://martinfowler.com/articles/microservice-trade-offs.html) - Guide to ponder costs and benefits of the mircoservices architectural style. ### Books