Vincent Bernat 8be1bca4fd license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
  | xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
  | xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-05-12 17:42:24 +02:00
2022-04-01 20:21:53 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2022-03-26 21:25:19 +01:00

Akvorado: flow collector, hydrater and exporter.

This program receives flows (currently Netflow/IPFIX), hydrates them with interface names (using SNMP), geo information (using MaxMind), and exports them to Kafka.

Documentation

The documentation is in the docs/ directory.

Description
Flow collector, enricher and visualizer
Readme 34 MiB
Languages
Go 89.6%
Vue 6.5%
TypeScript 1.9%
Makefile 0.8%
Nix 0.4%
Other 0.7%