Mainflux.mainflux/consumers/writers
Dušan Borovčanin bf5ede086a
Fix Postgres writer transaction handling (#1335)
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
2021-01-23 02:03:33 +01:00
..
cassandra Make Transformer type configurable (#1331) 2021-01-20 13:10:40 +01:00
influxdb Make Transformer type configurable (#1331) 2021-01-20 13:10:40 +01:00
mongodb Make Transformer type configurable (#1331) 2021-01-20 13:10:40 +01:00
postgres Fix Postgres writer transaction handling (#1335) 2021-01-23 02:03:33 +01:00
README.md NOISSUE - Switch to Consumers interface (#1316) 2021-01-11 23:55:34 +01:00
docs.go NOISSUE - Switch to Consumers interface (#1316) 2021-01-11 23:55:34 +01: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.