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

* Add Transformer tests Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com> * Fix readers and writers Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com> * Fix README typo Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com> * Tidy vendor Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com> * Remove link field from docs Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
10 lines
595 B
Markdown
10 lines
595 B
Markdown
# 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](transformer) is an example of Transformer service for SenML messages.
|
|
Mainflux [writers](writers) are using a standalone SenML transformer to preprocess messages before storing them.
|
|
|
|
[transformers]: https://github.com/mainflux/mainflux/tree/master/transformers/senml
|
|
[writers]: https://github.com/mainflux/mainflux/tree/master/writers
|