<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>#Ddia on EverythingPython</title><link>https://blog.everythingpython.in/blog/%23ddia/</link><description>Recent content in #Ddia on EverythingPython</description><generator>Hugo</generator><language>en-US</language><copyright>Contents under CC-BY-NC</copyright><lastBuildDate>Mon, 23 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.everythingpython.in/blog/%23ddia/index.xml" rel="self" type="application/rss+xml"/><item><title>Reading DDIA - Part 1</title><link>https://blog.everythingpython.in/blog/reading-ddia-part-1/</link><pubDate>Mon, 23 Sep 2024 00:00:00 +0000</pubDate><guid>https://blog.everythingpython.in/blog/reading-ddia-part-1/</guid><description>&lt;p&gt;&lt;em&gt;(Here&amp;rsquo;s the preface in case you missed it - [[Reading DDIA - Preface]])&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="chapter-1---reliable-scalable-and-maintainable-applications"&gt;Chapter 1 - Reliable, Scalable and Maintainable Applications&lt;/h2&gt;
&lt;p&gt;This chapter&amp;rsquo;s goal is to effectively give us a high level overview of what this book is fundamentally about -&lt;/p&gt;
&lt;p&gt;Thinking about data systems along the axes of :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reliability&lt;/li&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Maintainability&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="what-is-a-reliable-system"&gt;&lt;u&gt;What is a reliable system?&lt;/u&gt;&lt;/h1&gt;
&lt;h3 id="my-thoughts-before-reading-the-section-"&gt;My thoughts before reading the section :&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A system that is available to return results/outputs that are expected of it when it is employed.&lt;/li&gt;
&lt;li&gt;If I&amp;rsquo;m accessing an API, if the API is available 99 out of 100 times, then its reliability is 99%&lt;/li&gt;
&lt;li&gt;If a server is available for 23 hrs 45 minutes per day then its availability is 23.75/24 = 98.9%&lt;/li&gt;
&lt;li&gt;But is availability == reliability? Let&amp;rsquo;s see.&lt;/li&gt;
&lt;li&gt;A reliable human is someone who does something that he says he will do or is expected to do every time. Similarly a reliable system is one that returns the expected results every time that they are used.&lt;/li&gt;
&lt;li&gt;An ATM is reliable if I can withdraw money from it in the denominations that I want, when I want it. For example, the ATM in Puttenahalli , JP Nagar is perpetually unavailable. Everytime I go there, the system is under maintenance. It is 0% reliable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let&amp;rsquo;s read the chapter.&lt;/p&gt;</description></item></channel></rss>