Mainflux.mainflux/writers
Aleksandar Novaković 5e5fe88927 MF-708 - Assign Writer(s) to a channel (#737)
* 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>
2019-05-10 14:36:27 +02:00
..
api MF-732 - Add PostgreSQL writer (#733) 2019-05-07 19:09:28 +02:00
cassandra MF-708 - Assign Writer(s) to a channel (#737) 2019-05-10 14:36:27 +02:00
influxdb MF-708 - Assign Writer(s) to a channel (#737) 2019-05-10 14:36:27 +02:00
mongodb MF-708 - Assign Writer(s) to a channel (#737) 2019-05-10 14:36:27 +02:00
postgres MF-708 - Assign Writer(s) to a channel (#737) 2019-05-10 14:36:27 +02:00
README.md NOISSUE - Influxdb batch add (#394) 2018-09-23 01:53:03 +02:00
docs.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
messages.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
writer.go MF-708 - Assign Writer(s) to a channel (#737) 2019-05-10 14:36:27 +02:00

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.