Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jun 13, 2023
1 parent 7137a4f commit 460cde3
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<p align="center">
<img src="https://github.com/nttcom/fluvia/blob/main/docs/figures/fluvia.png" alt="Fluvia Exporter" width="15%">
</p>

# Fluvia Exporter

IPFIX Library with Go
[![Linter](https://github.com/nttcom/fluvia/actions/workflows/ci.yml/badge.svg)](https://github.com/nttcom/fluvia/actions)
[![Releaser](https://github.com/nttcom/fluvia/actions/workflows/release.yml/badge.svg)](https://github.com/nttcom/fluvia/actions)
[![Go Report Card](https://goreportcard.com/badge/nttcom/fluvia)](https://goreportcard.com/report/github.com/nttcom/fluvia)
[![Go Reference](https://pkg.go.dev/badge/github.com/nttcom/fluvia.svg)](https://pkg.go.dev/github.com/nttcom/fluvia)
[![Go version](https://img.shields.io/github/go-mod/go-version/nttcom/fluvia)](https://go.dev/)
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)

IPFIX Exporter Library with Go

## Features
* Support Information Elements (IEs) reserved by IANA.
* [IP Flow Information Export (IPFIX) Entities](https://www.iana.org/assignments/ipfix/ipfix.xhtml)

## Installation & Use
* [Getting Started](docs/sources/getting-started.md)

## Contributing
See [CONTRIBUTING](https://github.com/nttcom/fluvia/blob/main/CONTRIBUTING.md).
Please fork the repository and create a Pull Request.
We welcome and appreciate your contribution.

## Licensing
Fluvia Exporter is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).
See [LICENSE](https://github.com/nttcom/fluvia/blob/master/LICENSE) for the full license text.

0 comments on commit 460cde3

Please sign in to comment.