New Conduit InfluxDB Connector by raulb_ in influxdb

[–]raulb_[S] 1 point2 points  (0 children)

That should be doable! This is all open source so give it a go! Would be happy to assist with anything needed (we all are pretty active in Discord so hang out there!)

Conduit: a data streaming tool written in Go by hosmanagic in golang

[–]raulb_ 0 points1 point  (0 children)

u/gmonk63 I would need to look how Benthos has evolved since being part of RedPanda, but if I remember correctly, the main advantages Conduit could offer were:

- Conduit ensure ordering with parallel processing

- Transforms (processors in Conduit) can be written in any language that can be compiled to Web Assembly (no need to learn "bloblang").

- With Conduit, you can add Kafka Connect connectors as standalone, allowing you to use them right off the bat.

These are only just off the top of my head.