mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-02 22:17:10 +08:00

* NOISSUE - Fix default nats publisher subject Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use created timestamp inn transformer Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use created timestamp in transformer Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * rename topic -> subject for nats Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * revert Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * revert Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix subscriber topic Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix timestamp Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use int64 nanoseconds Created timestamp Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add comment to created protobuf field Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Rm gogo from scripts/ci.sh Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix comment Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Return publisher in NewPublisher Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Message Transformers
Transformers services consume events published by adapters and transform them to any other message format. They be imported as a standalone package and used for message transformation on the consumer side. Mainflux SenML transformer is an example of Transformer service for SenML messages. Mainflux writers are using a standalone SenML transformer to preprocess messages before storing them.