Mainflux.mainflux/readers
Manuel Imperiale 1d78233fe6
MF-1090 - Use named Interfaces args (#1097)
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2020-04-05 13:15:47 +02:00
..
api MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00
cassandra MF-415 - Merge mProxy support (#1045) 2020-02-26 17:14:16 +01:00
influxdb NOISSUE - Create broker package for NATS (#1080) 2020-04-01 21:22:13 +02:00
mocks MF-919 - Mainflux message updates (#924) 2019-11-05 11:57:16 +01:00
mongodb MF-415 - Merge mProxy support (#1045) 2020-02-26 17:14:16 +01:00
postgres MF-415 - Merge mProxy support (#1045) 2020-02-26 17:14:16 +01: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.