2018-05-21 16:28:52 +02:00
|
|
|
# Writers
|
|
|
|
|
|
|
|
Writers provide an implementation of various `message writers`.
|
2019-10-31 14:04:47 +01:00
|
|
|
Message writers are services that normalize (in `SenML` format)
|
2018-05-21 16:28:52 +02:00
|
|
|
Mainflux messages and store them in specific data store.
|
|
|
|
|
2019-08-01 13:13:24 +02:00
|
|
|
Writers are optional services and are treated as plugins. In order to
|
2018-09-23 01:53:03 +02:00
|
|
|
run writer services, core services must be up and running. For more info
|
|
|
|
on the platform core services with its dependencies, please check out
|
|
|
|
the [Docker Compose][compose] file.
|
|
|
|
|
2018-05-21 16:28:52 +02:00
|
|
|
For an in-depth explanation of the usage of `writers`, as well as thorough
|
|
|
|
understanding of Mainflux, please check out the [official documentation][doc].
|
|
|
|
|
2021-06-23 13:31:46 +02:00
|
|
|
[doc]: https://docs.mainflux.io
|
2018-09-23 01:53:03 +02:00
|
|
|
[compose]: ../docker/docker-compose.yml
|