Mainflux.mainflux/readers
Manuel Imperiale 6ad654d7cb
MF-1263 - Move repeating errors to the separate package (#1540)
* MF-1263 - Mv duplicated errors to pkg/errors

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Revert test build flags

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Fix merge

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Fix comment

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

Co-authored-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
2022-01-27 17:03:57 +01:00
..
api MF-1308 - Use IETF Health Check standard (#1541) 2022-01-24 21:18:53 +01:00
cassandra MF-1421 - Make flattening of JSON transformer only available on InfluxDB (#1432) 2021-07-22 11:20:47 +02:00
influxdb NOISSUE - Refactor InfluxDB Reader: explicit check event + add safe conversion (#1460) 2021-11-08 12:26:11 +01:00
mocks NOISSUE - Add IsChannelOwner grpc endpoint (#1366) 2021-02-22 19:41:59 +01:00
mongodb MF-1421 - Make flattening of JSON transformer only available on InfluxDB (#1432) 2021-07-22 11:20:47 +02:00
postgres MF-1421 - Make flattening of JSON transformer only available on InfluxDB (#1432) 2021-07-22 11:20:47 +02:00
timescale MF-1478 - TimescaleDB writer and reader add-on (#1542) 2022-01-18 12:08:54 +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-1263 - Move repeating errors to the separate package (#1540) 2022-01-27 17:03:57 +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.