Mainflux.mainflux/readers
Darko Draskovic dfa6d8ba0d
[NOISSUE] - Fix malformed Swagger API specs (#1229)
* Fix authn swagger

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

* Fix certs swagger

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

* Fix http swagger

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

* Fix provision swagger

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

* Fix readers swagger

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

* Fix things swagger

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

* Fix users swagger

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

* Add missing description strings and improve naming in definitions

Signed-off-by: Darko Draskovic <darko.draskovic@gmail.com>
2020-09-09 13:05:36 +02:00
..
api MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
cassandra Fix typo in error messages (#1193) 2020-06-03 17:34:01 +02:00
influxdb MF-1025 - timeout env in sec, use parseduration (#1206) 2020-06-08 18:17:16 +02:00
mocks MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
mongodb MF-1025 - timeout env in sec, use parseduration (#1206) 2020-06-08 18:17:16 +02:00
postgres MF-1179 - Add a certificate service and certs endpoint to SDK (#1188) 2020-07-21 12:53:21 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
swagger.yml [NOISSUE] - Fix malformed Swagger API specs (#1229) 2020-09-09 13:05:36 +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.