Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akvorado/akvorado
Flow collector, enricher and visualizer
https://github.com/akvorado/akvorado
clickhouse collector ipfix kafka netflow sflow
Last synced: 12 days ago
JSON representation
Flow collector, enricher and visualizer
- Host: GitHub
- URL: https://github.com/akvorado/akvorado
- Owner: akvorado
- License: agpl-3.0
- Created: 2022-06-28T14:19:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T06:05:58.000Z (7 months ago)
- Last Synced: 2024-04-15T07:12:32.088Z (7 months ago)
- Topics: clickhouse, collector, ipfix, kafka, netflow, sflow
- Language: Go
- Homepage: https://demo.akvorado.net
- Size: 9.7 MB
- Stars: 1,103
- Watchers: 29
- Forks: 62
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-clickhouse - akvorado/akvorado - Akvorado is a flow collector, enricher, and visualizer that processes and displays network flow data. (Integrations / Data Visualization and Analysis)
README
# Akvorado: flow collector, enricher and visualizer · [![Build status](https://img.shields.io/github/actions/workflow/status/akvorado/akvorado/ci.yml?branch=main&style=flat-square)](https://github.com/akvorado/akvorado/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/github/akvorado/akvorado?style=flat-square)](https://codecov.io/gh/akvorado/akvorado) [![License](https://img.shields.io/github/license/akvorado/akvorado?style=flat-square)](LICENSE.txt) [![Latest release](https://img.shields.io/github/v/release/akvorado/akvorado?style=flat-square)](https://github.com/akvorado/akvorado/releases)
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](console/data/docs/timeseries.png)
![Sankey graph](console/data/docs/sankey.png)
*Akvorado* is developed by [Free](https://www.free.fr), a French ISP,
and is licensed under the [AGPLv3 license](LICENSE.txt).A demo site using fake data and running the latest stable version is
available on [demo.akvorado.net](https://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](https://demo.akvorado.net/docs) for the current version
(the one in `docs/` is for the next version).By default, *Akvorado* is using [IPinfo](https://ipinfo.io) 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](console/data/docs/99-changelog.md) before upgrading.