5fa2bf4229
* update error encoding Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * fix semaphore fail Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update encode error Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update bootstraptests Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Update notifiers endpoint_test Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Update tokens_test Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Update json.unmarshal into expected struct Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update .env Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update sdk_error to check if err is empty Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update message_test Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Update error marshaling Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update tests Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Redo makefile Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Add fullstop to comments Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Update rebase error Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> |
||
---|---|---|
.. | ||
notifiers | ||
tracing | ||
writers | ||
README.md | ||
consumer.go | ||
doc.go | ||
messages.go |
README.md
Consumers
Consumers provide an abstraction of various Mainflux consumers
.
Mainflux consumer is a generic service that can handle received messages - consume them.
The message is not necessarily a Mainflux message - before consuming, Mainflux message can
be transformed into any valid format that specific consumer can understand. For example,
writers are consumers that can take a SenML or JSON message and store it.
Consumers are optional services and are treated as plugins. In order to run consumer services, core services must be up and running.
For an in-depth explanation of the usage of consumers
, as well as thorough
understanding of Mainflux, please check out the official documentation.
For more information about service capabilities and its usage, please check out the API documentation.