From ab611836e025ad5379cb00ae35160cc19afae9f3 Mon Sep 17 00:00:00 2001 From: Nikolay Chernov Date: Tue, 16 Oct 2018 21:24:49 +0300 Subject: [PATCH] Added entry bucket4j - Java rate limiting library based on token-bucket algorithm (#694) Add bucket4j --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5418e0d..6fa6889 100644 --- a/README.md +++ b/README.md @@ -945,6 +945,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries which provide general utility functions.* +- [bucket4j](https://github.com/vladimir-bukhtoyarov/bucket4j) - Rate limiting library based on token-bucket algorithm. - [cactoos](http://www.cactoos.org) - Collection of object-oriented primitives. - [CRaSH](http://www.crashub.org) - Provides a shell into a JVM that's running CRaSH. Used by Spring Boot and others. - [Dex](https://github.com/PatMartin/Dex) - Java/JavaFX tool capable of powerful ETL and data visualization.