Mainflux.mainflux/readers
Darko Draskovic 7ba3fdb3bf
NOISSUE - Add IsChannelOwner grpc endpoint (#1366)
* Add CanAccessChannelByOwner grpc endpoint

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>

* Rename grpc endpoint to IsChannelOwner

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>

* Add tests for IsChannelOwner grpc

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>

* Bump protoc version

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>

* Make proto

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
2021-02-22 19:41:59 +01:00
..
api MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
cassandra MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
influxdb MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
mocks NOISSUE - Add IsChannelOwner grpc endpoint (#1366) 2021-02-22 19:41:59 +01:00
mongodb MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
postgres MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
openapi.yml MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +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.