Mainflux.mainflux/consumers
Dušan Borovčanin 24b902d049
Fix env configuration and documentation (#1360)
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
2021-02-08 22:38:52 +01:00
..
notifiers Fix env configuration and documentation (#1360) 2021-02-08 22:38:52 +01:00
writers NOISSUE - Upgrade Mongo, Cassandra and Influx docker images (#1354) 2021-02-05 12:32:21 +01:00
README.md NOISSUE - Switch to Consumers interface (#1316) 2021-01-11 23:55:34 +01:00
consumer.go NOISSUE - Switch to Consumers interface (#1316) 2021-01-11 23:55:34 +01:00
docs.go NOISSUE - Switch to Consumers interface (#1316) 2021-01-11 23:55:34 +01:00
messages.go MF-1311 - Add Notifications service (#1324) 2021-02-01 14:08:10 +01:00

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.