Tag

Pull Model

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Feb 1, 2023 · Backend Development

Design and Analysis of a Weibo Feed System: Storage, Push vs. Pull Models, and Scaling Strategies

This article examines the architectural design of a Weibo-like feed system, covering storage schema, the trade‑offs between push (write‑amplification) and pull (read‑amplification) delivery models, caching techniques, and a hybrid approach for handling both small‑scale and large‑scale follower scenarios.

CachingDatabase DesignPull Model
0 likes · 10 min read
Design and Analysis of a Weibo Feed System: Storage, Push vs. Pull Models, and Scaling Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Jun 29, 2019 · Operations

Prometheus Overview: Architecture, Metrics, Data Collection, and Storage

This article provides a comprehensive overview of Prometheus, an open‑source monitoring and alerting system, covering its origins, key features, architecture, core components, metric types, data collection methods, service discovery, storage options, and query capabilities.

AlertmanagerGrafanaPrometheus
0 likes · 9 min read
Prometheus Overview: Architecture, Metrics, Data Collection, and Storage