Thyestes

Thyestes it a timer microservice. Listens on topics for specific messages, starts a timer when such a messages has been received and publishes a predefined message after the timer expired.


Keywords
mqtt, forward, echo, ping, service
License
MIT
Install
pip install Thyestes==0.1.2

Documentation

Skeiron provides a Forwarding/Echo/Collect/Distribute service.

  • Forwarding - incoming message will be forwarded to configured topic.
  • Echo - incoming message will be returned to the same topic.
  • Collect - service subscribes to several topics and forwards all incoming message to the configured topic.
  • Distribute - messages from a single topic will be published to multiple topics.
  • Multiply - messages from serval topics are forwared to multiplie topics.

![Pelops Overview](img/Microservice Overview.png)

Skeiron is part of the collection of mqtt based microservices pelops. An overview on the microservice architecture and examples can be found at (http://gitlab.com/pelops/pelops).