mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
e0cd2ceb55
* feat(readers): remove jaeger URL Remove JAEGER URL and align documentation Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * docs: update description Update the description of message readers in the `readers/README.md` file. This commit clarifies that message readers provide implementations of various `message readers` and consume normalized (in `SenML` format) Magistrala messages from data storage. Additionally, it highlights that message readers expose an HTTP API for message consumption. For more detailed information on the usage of `reader` and a comprehensive understanding of Magistrala, please refer to the [official documentation][doc]. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Readers
Readers provide implementations of various message readers. Message readers are services that consume normalized (in SenML format) Magistrala messages from data storage and expose HTTP API for message consumption.
For an in-depth explanation of the usage of reader, as well as thorough understanding of Magistrala, please check out the official documentation.