Mainflux.mainflux/writers
Aleksandar Novaković 1e017bdbcc Fix data scheme in cassandra writer (#514)
Fix data scheme so that cassandra stores channel and thing id as
text. Support sorting by time per channel partition.

Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
2018-12-17 20:41:11 +01:00
..
cassandra Fix data scheme in cassandra writer (#514) 2018-12-17 20:41:11 +01:00
influxdb Add name to influx tagset (#501) 2018-12-11 08:32:10 -08:00
mongodb MF-475 - Replace increment ID with UUID (#490) 2018-12-05 13:09:25 +01:00
README.md NOISSUE - Influxdb batch add (#394) 2018-09-23 01:53:03 +02:00
docs.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
logging.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
messages.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
metrics.go MF-325 - Add SPDX license and copyright headers (#362) 2018-08-26 13:15:48 +02:00
writer.go Fix NATS subscription bug in writers (#391) 2018-09-13 10:06:34 +02:00

README.md

Writers

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

Writers are optional services and are treated as a 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.