Mainflux.mainflux/readers
Aleksandar Novaković a6a8648e4f MF-783 - Allow access checking by a thing ID (#784)
* Add can access by things ID endpoint to things service

Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>

* Add new auth endpoint to the swagger docs

Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>

* Add test for the new endpoint of the things service

Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
2019-07-15 18:28:15 +02:00
..
api NOISSUE - Fix Readers logs (#735) 2019-05-07 15:59:18 +02:00
cassandra MF-574 - Add missing environment variables to Cassandra writer (#745) 2019-05-15 23:31:40 +02:00
influxdb NOISSUE - Fix Readers logs (#735) 2019-05-07 15:59:18 +02:00
mocks MF-783 - Allow access checking by a thing ID (#784) 2019-07-15 18:28:15 +02:00
mongodb NOISSUE - Fix Readers logs (#735) 2019-05-07 15:59:18 +02:00
postgres MF-732 - Add Postgres reader (#740) 2019-05-16 18:00:19 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go NOISSUE - Fix Readers logs (#735) 2019-05-07 15:59:18 +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.