Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(MetricRequest, RoutingTable) -> NodeEndpoint
Route time-series write/read requests to corresponding storage nodes via consistent hashing of metric names and tag-value pairs.
Problem it solves
Distributed time-series databases require deterministic routing of write and read streams to minimize cross-node query coordination.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.