Skip to content

bio-routing/flowhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowhouse

Flowhouse is a Clickhouse based sFlow + IPFIX collector and web based analyzer that offers rich annotation and querying features.

screenshot

Interface Name Discovery

Discovery of interface names is supported using SNMP. The database always stores interface namens. Not IDs.

Static Meta Data Annotations

Static meta data annotations are supported by the use of Clickhouses dicts.

Dynamic Routing Meta Data Annotations

Dynamic routing meta data annotations like source and destination prefix, source, destination and nexthop ASN are supported on the basis of the BIO routing RIS.

Installation

go get github.com/bio-routing/flowhouse/cmd/flowhouse

go install github.com/bio-routing/flowhouse/cmd/flowhouse

Configuration

We have not documentation about this yet. But the config format is defined here: https://github.com/bio-routing/flowhouse/blob/master/cmd/flowhouse/config/config.go#L21

Running it

user@host ~ % flowhouse --help
Usage of flowhouse:
  -config.file string
    	Config file path (YAML) (default "config.yaml")