Add tool link

This commit is contained in:
Daniel Pötzinger
2017-04-04 11:48:39 +02:00
parent 0651e3baf0
commit 9272f3232f

View File

@@ -18,5 +18,6 @@ The benefits we see are:
* flexibility in deploying changes to production - by just deploying the changed service
Related patterns are [Strategic Domain Driven Design](/methods-and-patterns/strategic-domain-driven-design.html) as an approach to wisely cut your architecture according to useful bounded contexts and decide on the relevant communication and "translation" between the services.
In case you are looking for a small visualisation tool for your microservice architecture you might find [vistecture](https://github.com/AOEpeople/vistecture/) useful.
Also [Resilience thinking](/methods-and-patterns/resilience-thinking.html) is especially important when designing an application as a suite of microservices.