Oblikovanje sistema je proces opredeljevanja arhitekture, komponent in interakcij programskega sistema, da se izpolnijo zahteve — posebej za skalabilnost, zanesljivost in zmogljivost. Gre za to, kako se deli medsebojno povezujejo, da gradijo sisteme, ki delujejo v velikem merilu.
Kaj zajema oblikovanje sistema
System design = the high-level structure of a system:
→ COMPONENTS → services, databases, caches, queues, load balancers, etc.
→ how they INTERACT → data flow, communication, APIs
→ meeting REQUIREMENTS → functional (what it does) + non-functional (scale, speed,
reliability, availability)
→ about the BIG PICTURE / architecture, not individual code
