7758f42f6b
* 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> |
||
---|---|---|
.. | ||
api | ||
cassandra | ||
influxdb | ||
mongodb | ||
postgres | ||
timescale | ||
README.md | ||
doc.go |
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.