58cdf2cddc
* Add mongodb reader service Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Add tests for mongodb reader service Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Add documentation for mongodb reader service Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Fix test function name Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Update comment in docker-compose for mongodb-reader service Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> |
||
---|---|---|
.. | ||
cassandra | ||
influxdb | ||
mongodb | ||
README.md | ||
docs.go | ||
logging.go | ||
messages.go | ||
metrics.go | ||
writer.go |
README.md
Writers
Writers provide an implementation of various message writers
.
Message writers are services that consume normalized (in SenML
format)
Mainflux messages and store them in specific data store.
For an in-depth explanation of the usage of writers
, as well as thorough
understanding of Mainflux, please check out the official documentation.