Skip to content

Commit 0be303f

Browse files
committed
Improve tutorial visual
1 parent 30d9b3b commit 0be303f

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

content/docs/1.3.0/tutorial/deploy-our-microservice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ Sensors RUNNING local-agent {} Moving Average
254254

255255
## Conclusion
256256

257-
Have a look at new output of the Freeboard at <a href="http://localhost:10102/?load=dashboard.json" target="_blank">http://localhost:10102/?load=dashboard.json</a>. This should now display the values modified by moving average.
257+
Have a look at new output of the [Freeboard dashboard](http://localhost:10102/?load=dashboard.json). This should now display the values modified by moving average and look similar to this:
258+
<img src="/images/Freeboard_2.png" style="max-width:100%;border-radius: 0.3em;margin: 35px 0;" />
258259

259260
The magic about microservices and ioFog is that none of those microservice is specifically designed or requires to work with the other microservice. Using ioFog, you can create smart and secure communication channels between independant microservices and easily manage a fleet of Edge devices and microservices.
260261

content/docs/1.3.0/tutorial/manage-our-microservices.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The _REST API_ is a generic microservice that provides a REST API web server, al
3333

3434
_Freeboard_ is the last microservice that provides an HTML dashboard to view the real-time results coming from a rest API data source. In the case of our tutorial, the source of the data is our REST API microservice.
3535

36+
Currently, loading the [freeboard dashboard](http://localhost:10102/?load=dashboard.json) should look similar to this:
37+
<img src="/images/Freeboard_1.png" style="max-width:100%;border-radius: 0.3em;margin: 35px 0;" />
38+
3639
## Routes
3740

3841
The Sensors and REST API microservices are generic. They are not hardcoded to talk with each other, instead, the relationship dictating the flow of data was configured with the Controller. This is in the spirit of the microservice architecture, separating concerns into pieces so that we can combine and interchange them.

static/images/Freeboard_1.png

98.8 KB
Loading

static/images/Freeboard_2.png

106 KB
Loading
-162 KB
Binary file not shown.

0 commit comments

Comments
 (0)