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.

34 lines
802 B

3 years ago
= Ad Hoc Network!
image::ROOT:swarmlab.png[swarmlab,150,float=right]
The "data collector" is a lightweight microservice application that collect and sends metadata, collected from a system, such as an IoT network, distributed system, data center, etc to a storage system.
* The data are transmitted, stored, and can be retrieved at any time.
*"data collector"* are developed with a platform agnostic"container-based application strategy
[NOTE]
====
A platform-agnostic approach offers many choices
* Can be seamlessly moved from local development machine to production deployments
* Flexibility, Reliability
** Avoiding Vendor Lock-In
* From Code to full-blown systems
** from a single container on your local machine
** to a running cloud native - container-based environment
====