cloudflare / goflow

The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.
BSD 3-Clause "New" or "Revised" License
859 stars 172 forks source link

Add support for ntopng (JSON over ZMQ) #60

Closed synfinatic closed 4 years ago

synfinatic commented 4 years ago

Not everyone wants to submit stats using pbufs over kafka- sometimes you just want to use something off the shelf like https://www.ntop.org/products/traffic-analysis/ntop/

lspgn commented 4 years ago

Unfortunately, this is a too specific/branded change for this repo. This is a good use case to use GoFlow as an external library though.

Gave more details on the attached PR: https://github.com/cloudflare/goflow/pull/61#issuecomment-582599784