mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00

* MF-1078 - Add reception time to published messages and use it if SenML time is missing Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix comments Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add message timestamp Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix pub Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Mv timestamp to service layer Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Revert WS Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix coap Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix CI bot Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Rename Timestamp Created Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Mv Created field to message creation Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Mv Created field to message creation Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use UnixNano Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use google.protobuf.Timestamp Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add protoc-gen-gogo and gogoproto to CI script Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use TimestampProto to generate timestamp 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.