| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 07:23:18 GMT
X-Served-By: cache-dfw-kdfw8210116-DFW, cache-bom-vanm7210064-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768634598.271274,VS0,VE294
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
vflow-types: types for ingesting vflow data with aeson
[Skip to Readme]
vflow-types: types for ingesting vflow data with aeson
`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]
Modules
[Index] [Quick Jump]
Downloads
- vflow-types-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
| Tested with | ghc ==8.4.4, ghc ==8.6.3 |
| License | BSD-3-Clause |
| Copyright | © 2019 chessai |
| Author | chessai |
| Maintainer | chessai <chessai1996@gmail.com> |
| Uploaded | by chessai at 2019-05-21T20:27:17Z |
| 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 |
| Distributions | |
| Downloads | 554 total (5 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
types for ingesting vflow-generated data. All types have ToJSON/FromJSON instances. vflow-types can handle IPFIX, sFlow, Netflow v5, and Netflow v9.