diff --git a/README.md b/README.md index 02d08cf..542e6fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ # heavykeeper-rs + +[![Crates.io][crates-badge]][crates-url] +[![MIT licensed][mit-badge]][mit-url] +[![Build Status][actions-badge]][actions-url] + +[crates-badge]: https://img.shields.io/crates/v/heavykeeper.svg +[crates-url]: https://crates.io/crates/heavykeeper +[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg +[mit-url]: https://github.com/pmcgleenon/heavykeeper-rs/blob/master/LICENSE +[actions-badge]: https://github.com/pmcgleenon/heavykeeper-rs/actions/workflows/rust.yml/badge.svg +[actions-url]: https://github.com/pmcgleenon/heavykeeper-rs/actions?query=workflow%3Arust+branch%3Amain + Top-K Heavykeeper algorithm for Top-K elephant flows This is based on the [paper](https://www.usenix.org/system/files/conference/atc18/atc18-gong.pdf)