Mainflux.mainflux/writers
Dušan Borovčanin 8c4da85039 MF-950 - Runtime error in normalizer - CBOR SenML (#974)
* Add Transformer tests

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

* Fix readers and writers

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

* Fix README typo

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

* Tidy vendor

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

* Remove link field from docs

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
2019-11-29 20:47:28 +01:00
..
api MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00
cassandra MF-950 - Runtime error in normalizer - CBOR SenML (#974) 2019-11-29 20:47:28 +01:00
influxdb MF-950 - Runtime error in normalizer - CBOR SenML (#974) 2019-11-29 20:47:28 +01:00
mongodb MF-950 - Runtime error in normalizer - CBOR SenML (#974) 2019-11-29 20:47:28 +01:00
postgres MF-950 - Runtime error in normalizer - CBOR SenML (#974) 2019-11-29 20:47:28 +01:00
README.md MF-780 - Use Normalizer as a lib (#915) 2019-10-31 14:04:47 +01:00
docs.go MF-788 - Remove date and minimize copyright comments (#876) 2019-10-07 16:14:47 +02:00
messages.go MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00
writer.go MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00

README.md

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.