864ad144e6
* MF-1478 - TimescaleDb Reader/Writer Add-on Signed-off-by: John Cleasby <john.cleasby@gmail.com> * pull request 1542 change requests Signed-off-by: corp0529 <john.cleasby@gmail.com> * pull request 1542 change requests 2 Signed-off-by: corp0529 <john.cleasby@gmail.com> * removed unused separator const from timescale reader and writer cmd Signed-off-by: corp0529 <john.cleasby@gmail.com> * Fixed naming of timescaleRepo instance Signed-off-by: corp0529 <john.cleasby@gmail.com> * Fixed indentation and renamed repo to tr Signed-off-by: corp0529 <john.cleasby@gmail.com> |
||
---|---|---|
.. | ||
api | ||
cassandra | ||
influxdb | ||
mongodb | ||
postgres | ||
timescale | ||
README.md | ||
docs.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.