adambaumeister / goflow

Golang netflow parsing with flexible storage backend.
GNU General Public License v3.0
54 stars 9 forks source link

InfluxDB backend #24

Closed a-gubanov closed 5 years ago

a-gubanov commented 5 years ago

Do you plan to implement use as a backend InfluxDB?

adambaumeister commented 5 years ago

Howdy,

Sorry for the slow response.

Netflow data doesn't nicely fit into Influxdb unfortunately, influx is designed to be used for time series measurements (think RRD), not record storage. As such, it's not planned at this stage.