mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
8be1bca4fd186b9fd26c8e85c0fd4cddbb09bf52
``` 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' ```
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.
Languages
Go
89.6%
Vue
6.5%
TypeScript
1.9%
Makefile
0.8%
Nix
0.4%
Other
0.7%