package
0.23.2
Repository: https://github.com/mainfluxlabs/mainflux.git
Documentation: pkg.go.dev

# README

Message Transformers

A transformer service consumes events published by Mainflux adapters (such as MQTT and HTTP adapters) and transforms them to an arbitrary message format. A transformer can 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.

# Packages

No description provided by the author
No description provided by the author

# Interfaces

Transformer specifies API form Message transformer.