Mainflux.mainflux/readers
Ivan Milošević f1ee9d0665
Fix typo in error messages (#1193)
Signed-off-by: Ivan Milošević <iva@blokovi.com>
2020-06-03 17:34:01 +02:00
..
api MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
cassandra Fix typo in error messages (#1193) 2020-06-03 17:34:01 +02:00
influxdb Fix typo in error messages (#1193) 2020-06-03 17:34:01 +02:00
mocks MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
mongodb Fix typo in error messages (#1193) 2020-06-03 17:34:01 +02:00
postgres Fix typo in error messages (#1193) 2020-06-03 17:34:01 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +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.