Mainflux.mainflux/readers
Manuel Imperiale ce46723a8f
NOISSUE - Unify MF_INFLUX_READER_DB_HOST and MF_INFLUX_WRITER_DB_HOST envars (#1585)
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2022-03-29 11:53:27 +02:00
..
api MF-1567 - Use Bearer, Thing or Basic scheme in Authorization header (#1568) 2022-03-06 01:49:34 +01:00
cassandra MF-1240 - Return to service transport layer only service errors (#1559) 2022-02-14 22:49:23 +01:00
influxdb NOISSUE - Unify MF_INFLUX_READER_DB_HOST and MF_INFLUX_WRITER_DB_HOST envars (#1585) 2022-03-29 11:53:27 +02:00
mocks MF-1257 - Access messages from readers endpoint with user access token (#1470) 2022-02-09 21:25:34 +01:00
mongodb MF-1240 - Return to service transport layer only service errors (#1559) 2022-02-14 22:49:23 +01:00
postgres MF-1240 - Return to service transport layer only service errors (#1559) 2022-02-14 22:49:23 +01:00
timescale MF-1240 - Return to service transport layer only service errors (#1559) 2022-02-14 22:49:23 +01:00
README.md NOISSUE - Use github action for showing OpenAPI spec with Swagger UI (#1427) 2021-06-23 13:31:46 +02:00
messages.go MF-1240 - Return to service transport layer only service errors (#1559) 2022-02-14 22:49:23 +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.