Commercial issues
- Can I pay by invoice?
Sure, by default you can pay via credit card. For payment on account please contact us anytime.<p/p>
Technical questions
- Can I run FLECS also in a docker container?
Yes, the official FLECS docker container is available on our Docker Hub profile. Simply follow the instructions to install FLECS.
- How do I uninstall FLECS?
To remove FLECS you need to run the following 2 commands:
sudo dpkg –purge flecs flecs-webapp
sudo rm -rf /var/lib/flecs/
- How can I connect applications to the Service Mesh and visualize this data?
Apps that do not offer native interfaces to the Service Mesh can simply be connected via MQTT. To do this, you need an MQTT broker (e.g. Mosquitto) and connect your app to the broker via ‘flecs-mqtt’. That’s it!