🌸 HTTP REST API caching middleware, to be used between load balancers and REST API workers.
3.7K
Bloom is a REST API caching middleware, acting as a reverse proxy between your load balancers and your REST API workers.
It is completely agnostic of your API implementation, and requires minimal changes to your existing API code to work.
Bloom relies on redis, configured as a cache to store cached data. It is built in Rust and focuses on stability, performance and low resource usage.
Important: Bloom works great if your API implements REST conventions. Your API needs to use HTTP read methods, namely GET, HEAD, OPTIONS solely as read methods (do not use HTTP GET parameters as a way to update data).
📚 The full README is available on GitHub: valeriansaliou/bloom.
Content type
Image
Digest
sha256:6700dd7c7…
Size
2.1 MB
Last updated
4 months ago
docker pull valeriansaliou/bloom