LE NATS Pub Sub

A simple docker application that subscribes to a topic on LE, performs calculations on it, and then publishes an output to another topic.

 

See Documentation here: LE NATS Pub Sub

This product can only be purchased by members.

Category:

Description

A simple docker application that subscribes to a topic on LE, performs calculations on it, and then publishes an output to another topic

  • The python file used with this docker application is meant to be used as a template to understand how one connects to the NATs message broker via a python application
  • The python file used in this docker application shows examples of how to connect to LE message broker, how to collect a window of values, how to perform any sort of calculations on that window of values (in this case, mean, variance and standard deviation) and how to publish desired output to LE message broker again