Mainflux.mainflux/readers
Aleksandar Novaković aba7d909ed MF-525 - Add pagination response to the readers (#729)
* Add pagination response to the readers

Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>

* Remove println from influx reader

Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
2019-04-25 00:18:43 +02:00
..
api MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
cassandra MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
influxdb MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
mocks MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
mongodb MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02:00
swagger.yml MF-525 - Add pagination response to the readers (#729) 2019-04-25 00:18:43 +02: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.