Swarmlab docs

Application development in a distributed system

Development of Distributed Systems from Design to Application


You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
719 B

3 years ago
= Data collector!
image::ROOT:swarmlab.png[swarmlab,150,float=right]
3 years ago
The data collector is a lightweight microservice application that sends metadata, collected from a system, such as an IoT network, distributed system, data center, etc.
3 years ago
The data are transmitted, stored, and can be retrieved at any time.
== Start
You can start it in the same way as you start any other application.
3 years ago
TIP: You can find more information http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/hybrid/start-microservices.html[here^]
3 years ago
3 years ago
3 years ago
=== Open web interface
3 years ago
3 years ago
image::ROOT:openweb.png[float=right]
3 years ago
3 years ago
click on "Click here to open the Web_App"
3 years ago
3 years ago
=== Open console
run
[source,c]
----
docker exec ... Command
----
3 years ago