Files
robot-shop/web/static/splash.html

33 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2018-01-10 16:31:49 +00:00
<!-- splash page -->
2018-02-01 11:29:27 +00:00
<div class="splash">
2018-01-30 16:23:39 +00:00
<h3>Welcome to Stan's Robot Shop</h3>
2018-01-31 12:01:00 +00:00
<p>
Here you will find all of Stan's friends. Have a browse around and see who is here.
</p>
<p>
This is a simple example microservices ecommerce application.
It has been built using various technologies:
<ul>
2018-02-09 14:41:45 -05:00
<li>AngularJS (1.x)</li>
<li>Nginx</li>
2018-01-31 12:01:00 +00:00
<li>NodeJS</li>
<li>Java</li>
<li>Python</li>
<li>Golang</li>
2018-08-21 16:22:08 +01:00
<li>PHP (Apache)</li>
2018-01-31 12:01:00 +00:00
<li>MongoDB</li>
<li>Redis</li>
<li>MySQL</li>
</ul>
When deployed into an environment monitored by Instana, these technology stacks will be automatically
detected and monitored, all with minimum configuration. Every request will be traced end to end.
Stan will keep an eye on all those metrics, events and traces and let you know what needs your attention.
</p>
<p>
To find out more visit the <a class="cont" href="https://instana.com/" target="_blank">Instana</a> site.
</p>
<p>
2018-02-19 13:07:58 +00:00
All the code is available on <a class="cont" href="https://github.com/instana/robot-shop" target="_blank">Github</a>.
2018-01-31 12:01:00 +00:00
</p>
2018-01-10 16:31:49 +00:00
</div>