From cf5b5bab053b6a462579d997afe162d1410c4cbb Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Fri, 2 Mar 2018 17:12:11 +0100 Subject: [PATCH] Add link to blog in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3bb261..9165815 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a simple example microservices application for use as a sandbox for playing with orchestration and/or monitoring/observability techniques. It is not a reference example of how to write a microservices application, the error handling is patchy and the security is pretty much nonexistent. +See the related announcement [blog post](https://www.instana.com/blog/stans-robot-shop-sample-microservice-application/). + The application is built using these technologies: - NodeJS ([Express](http://expressjs.com/)) - Java ([Spark Java](http://sparkjava.com/))