Mainflux.mainflux/consumers/writers
Sammy Kerata Oina 7758f42f6b
NOISSUE - Improve graceful shutdown and code quality (#1821)
* remove single case switch
remove duplicate cases

Signed-off-by: SammyOina <sammyoina@gmail.com>

* remove single case switch \n format comments

Signed-off-by: SammyOina <sammyoina@gmail.com>

* graceful exit on main func

Signed-off-by: SammyOina <sammyoina@gmail.com>

* remove fatal from imported packages

Signed-off-by: SammyOina <sammyoina@gmail.com>

* reuse exit function

Signed-off-by: SammyOina <sammyoina@gmail.com>

* return nill for empty configs

Signed-off-by: SammyOina <sammyoina@gmail.com>

* return nil for config file not found

Signed-off-by: SammyOina <sammyoina@gmail.com>

---------

Signed-off-by: SammyOina <sammyoina@gmail.com>
Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2023-07-28 03:01:27 +02:00
..
api NOISSUE - Trace consume operations (#1778) 2023-07-22 14:38:16 +02:00
cassandra NOISSUE - Trace consume operations (#1778) 2023-07-22 14:38:16 +02:00
influxdb NOISSUE - Trace consume operations (#1778) 2023-07-22 14:38:16 +02:00
mongodb NOISSUE - Trace consume operations (#1778) 2023-07-22 14:38:16 +02:00
postgres NOISSUE - Improve graceful shutdown and code quality (#1821) 2023-07-28 03:01:27 +02:00
timescale NOISSUE - Improve graceful shutdown and code quality (#1821) 2023-07-28 03:01:27 +02:00
README.md NOISSUE - Use github action for showing OpenAPI spec with Swagger UI (#1427) 2021-06-23 13:31:46 +02:00
doc.go MF-1506 - Group-based Access Control (#1716) 2023-06-14 12:40:37 +02:00

README.md

Writers

Writers provide an implementation of various message writers. Message writers are services that normalize (in SenML format) Mainflux messages and store them in specific data store.

Writers are optional services and are treated as plugins. In order to 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 file.

For an in-depth explanation of the usage of writers, as well as thorough understanding of Mainflux, please check out the official documentation.