Mainflux.mainflux/writers
Dušan Borovčanin 44f5a7241f NOISSUE - Expose SenML subject from Normalizer service (#330)
* Expose SenML subject from Normalizer service

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>

* Export shared NATS subjects

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
2018-06-19 00:37:04 +02:00
..
cassandra MF-235 - Add support for storing messages in Cassandra (#321) 2018-06-08 14:25:55 +02:00
influxdb Inteface implementation files match interface name (#329) 2018-06-18 10:51:30 +02:00
mongodb Inteface implementation files match interface name (#329) 2018-06-18 10:51:30 +02:00
README.md MF-236 - Add support for storing messages in InfluxDB (#283) 2018-05-21 16:28:52 +02:00
docs.go MF-236 - Add support for storing messages in InfluxDB (#283) 2018-05-21 16:28:52 +02:00
logging.go MF-237 - Add support for storing messages in MongoDB (#307) 2018-06-01 15:50:23 +02:00
messages.go MF-236 - Add support for storing messages in InfluxDB (#283) 2018-05-21 16:28:52 +02:00
metrics.go MF-237 - Add support for storing messages in MongoDB (#307) 2018-06-01 15:50:23 +02:00
writer.go NOISSUE - Expose SenML subject from Normalizer service (#330) 2018-06-19 00:37:04 +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.

For an in-depth explanation of the usage of writers, as well as thorough understanding of Mainflux, please check out the official documentation.