vflow-types: types for ingesting vflow data with aeson

[ bsd3, data, library, parsing, text, utility ] [ Propose Tags ]

`vflow-types` provides types suitable for ingesting vflow data with aeson.

Verizon Digital's vflow is a network flow collector. Features:

  • IPFIX RFC7011 collector

  • sFlow v5 raw header / counters collector

  • Netflow v5 collector

  • Netflow v9 collector

  • Decoding sFlow raw header L2L3L4

  • Producer to Apache Kafka, NSQ, NATS

  • Replicate IPFIX to 3rd party collector

  • Support for IPv4 and IPv6

  • Monitoring with InfluxDB and OpenTSDB backend

  • Easy integration with JUNOS

Note that this is not an official Verizon Digital product.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies aeson (>=1 && <1.5), base (>=4.10.1 && <4.13), ip (>=1.5 && <1.6), json-alt (>=1 && <1.1), json-autotype (>=3 && <4), scientific (>=0.3 && <0.4), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright © 2019 chessai
Author chessai
Maintainer chessai <chessai1996@gmail.com>
Category Utility, Data, Parsing, Text
Home page https://github.com/chessai/vflow-types
Bug tracker https://github.com/chessai/vflow-types/issues
Source repo head: git clone https://github.com/chessai/vflow-types.git
Uploaded by chessai at 2019-05-21T20:27:17Z
Distributions
Downloads 487 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-21 [all 1 reports]

Readme for vflow-types-0.1

[back to package description]

vflow-types

Hackage BSD3 license

types for ingesting vflow-generated data. All types have ToJSON/FromJSON instances. vflow-types can handle IPFIX, sFlow, Netflow v5, and Netflow v9.