Mainflux.mainflux/readers
Manuel Imperiale b97deb50b2 MF-488 - Remove Thing type (app or device) (#718)
* MF-488 - Remove Thing type (app or device)

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

* Typo fix

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

* Fix reviews

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

* Fix reviews

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

* Fix reviews

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2019-04-20 14:09:11 +02:00
..
api MF-596 - Add subtopic to RawMessage (#642) 2019-03-15 18:38:07 +01:00
cassandra MF-488 - Remove Thing type (app or device) (#718) 2019-04-20 14:09:11 +02:00
influxdb MF-596 - Add subtopic to RawMessage (#642) 2019-03-15 18:38:07 +01:00
mocks MF-596 - Add subtopic to RawMessage (#642) 2019-03-15 18:38:07 +01:00
mongodb MF-549 - Change metadata format from JSON string to JSON object (#706) 2019-04-16 14:58:56 +02:00
README.md MF-313 - Implement basic Cassandra reader (#331) 2018-08-06 17:06:55 +02:00
messages.go MF-596 - Add subtopic to RawMessage (#642) 2019-03-15 18:38:07 +01:00
swagger.yml MF-407 - Values of zero are being omitted (#434) 2018-11-05 19:18:51 +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.