Architecture Weekly Issue #3. Articles, books and playlists on architecture and related topics. Every record has the complexity indication: 🀟 means hardcore, πŸ‘·β€β™‚οΈ is technically applicable right away,  🍼 - introduction to the topic or overview.

Martin Kleppmann Lectures 🍼

Author of famous Designing Data Intensive Applications published his lectures on distributed systems. The videos are short and concise and make up to 8 hours of highly useful content.

Calculation of availability πŸ‘·β€β™‚οΈ

A frequent requirement to the system design is to calculate different parameters of the target system, like recovery time, availability etc. This article will help to understand different types of availability and how to calculate them.

Reliability Basics: Availability and the Different Ways to Calculate It
Availability is an important metric used to assess the performance of repairable systems, accounting for both the reliability and maintainability properties of a component or system. Did you know, though, that there are different classifications of availability and different ways to calculate it? Th…