Telegraf: SAP HANA Plug-in

Hey influxDB community!

So I want to develop a Telegraf plug-in that collects data from influxDB and sends it over to the SAP HANA database.

I understand that there is already an input config. section that allows me to collect data from influxDB using Telegraf, but am struggling to figure out how to send it over to HANA. I know HANA has a Go driver, but am actually a newbie and don’t know how/if that could be helpful.

Any pointers?

Thanks!

Just to be clarify, the influxdb input plugin collects monitoring data from InfluxDB, but not general data.

I know HANA has a Go driver, but am actually a newbie and don’t know how/if that could be helpful.

You could write a new output plugin, it looks like the HANA Go library is a driver for the sql package, so the most similar plugin that exists now is probably the cratedb output.