micromegas-object-cache 0.27.0

object range cache for micromegas: shared cache engine and client ObjectStore
Documentation
1
2
3
4
5
6
7
8
9
# Micromegas Object Cache Crate

This crate provides the object range cache for the Micromegas observability platform: a range-aware read cache engine over an origin object store (used by the cache service) and `CacheClientStore`, an `object_store::ObjectStore` client that routes byte-range reads through the cache service and falls back to the origin on a miss.

## Documentation

- 📖 [Complete Documentation]https://micromegas.info/
- 🏗️ [Architecture Overview]https://micromegas.info/docs/architecture/
- 💻 [GitHub Repository]https://github.com/madesroches/micromegas