Skip to content

akvorado/akvorado

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

MPLS labels often go by pair. It makes sense to access the 4th one easily.
4a7a779

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 28, 2023 19:47
November 28, 2023 19:47
nix
November 27, 2023 22:03
June 29, 2022 11:42
September 7, 2023 13:41
October 4, 2023 09:35
September 2, 2023 07:49
June 29, 2022 11:42

Akvorado: flow collector, enricher and visualizer · Build status Codecov License Latest release

This program receives flows (currently Netflow/IPFIX and sFlow), enriches them with interface names (using SNMP), geo information (using IPinfo.io), and exports them to Kafka, then ClickHouse. It also exposes a web interface to browse the collected data.

Timeseries graph

Sankey graph

Akvorado is developed by Free, a French ISP, and is licensed under the AGPLv3 license.

A demo site using fake data and running the latest stable version is available on demo.akvorado.net. It is the direct result of running docker compose up on a fresh checkout but port 2055 is not accessible (you cannot send you own flows). Please, be gentle with this resource. The demo site also enables you to browse the documentation (which is also available in docs/).

By default, Akvorado is using IPinfo databases for geolocation data.

Be aware that Akvorado is still young and should be considered as beta quality. Be sure to always read the changelog before upgrading.