2018-05-21 22:28:52 +08:00
|
|
|
# Writers
|
|
|
|
|
|
|
|
Writers provide an implementation of various `message writers`.
|
2019-10-31 21:04:47 +08:00
|
|
|
Message writers are services that normalize (in `SenML` format)
|
2018-05-21 22:28:52 +08:00
|
|
|
Mainflux messages and store them in specific data store.
|
|
|
|
|
2019-08-01 19:13:24 +08:00
|
|
|
Writers are optional services and are treated as plugins. In order to
|
2018-09-23 07:53:03 +08: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 22:28:52 +08: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 19:31:46 +08:00
|
|
|
[doc]: https://docs.mainflux.io
|
2018-09-23 07:53:03 +08:00
|
|
|
[compose]: ../docker/docker-compose.yml
|