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

* NOISSUE - Upgrade Mongo, Cassandra and Influx docker images Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use cassandra version 3.11.9 Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add MF_INFLUXDB_HTTP_AUTH_ENABLED envar Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use influxdb 1.8.4-alpine Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Use influxdb 1.8.4 Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
Writers
Writers provide an implementation of various message writers
.
Message writers are services that normalize (in SenML
format)
Mainflux messages and store them in specific data store.
Writers are optional services and are treated as plugins. In order to run writer services, core services must be up and running. For more info on the platform core services with its dependencies, please check out the Docker Compose file.
For an in-depth explanation of the usage of writers
, as well as thorough
understanding of Mainflux, please check out the official documentation.