Mainflux.mainflux/readers
Dušan Borovčanin d7670e7adb
NOISSUE - Update dependencies (#1176)
* Update dependencies

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

* Fix mProxy version

Signed-off-by: dusanb <borovcanindusan1@gmail.com.com>

Co-authored-by: dusanb <borovcanindusan1@gmail.com.com>
2020-05-14 19:09:55 +02:00
..
api NOISSUE - Implement errors package in senml transformer, readers and writers (#1108) 2020-04-13 12:57:53 +02:00
cassandra NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
influxdb NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
mocks MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00
mongodb NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
postgres NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-1090 - Use named Interfaces args (#1097) 2020-04-05 13:15:47 +02:00
swagger.yml MF-950 - Runtime error in normalizer - CBOR SenML (#974) 2019-11-29 20:47:28 +01:00

README.md

Readers

Readers provide an implementation of various message readers. Message readers are services that consume normalized (in SenML format) Mainflux messages from data storage and opens HTTP API for message consumption.

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