5e5fe88927
* Add support for channel filtering using config Add support for channel filtering using yaml configuration files for writers. Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Update writers documentation with new env var Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Add info comment to configuration file Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Fix configuration and update yaml dep Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Update config from yaml to toml Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> |
||
---|---|---|
.. | ||
api | ||
cassandra | ||
influxdb | ||
mongodb | ||
postgres | ||
README.md | ||
docs.go | ||
messages.go | ||
writer.go |
README.md
Writers
Writers provide an implementation of various message writers
.
Message writers are services that consume normalized (in SenML
format)
Mainflux messages and store them in specific data store.
Writers are optional services and are treated as a 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.