Reputation: 159
Within a cloud application I'm using NiFi (=> I'm a newbee) to work with data streams published by a mqtt broker. So far so good. In the end I want to stream into an InfluxDB. That's the point I'm struggling with. Does anybody have some experiences with a processor for such a setup? Is there a suitable processor for writing data into an InfluxDB?
Thanks a lot.
Kind regards, T_F
Upvotes: 0
Views: 287
Reputation: 14194
There is a PutInfluxDB
processor which accepts the incoming flowfile and writes the content as 'line content' in InfluxDB.
Upvotes: 2