Skip to content

Instantly share code, notes, and snippets.

@amrHassanAbdallah
Last active December 19, 2022 09:06
Embed
What would you like to do?
System design template
## Brief about the problem
## Functional requirements
> staff such as login, signup...etc
## Non-functional requirements
> staff like availability reliability, performance, consistency, read vs write heavy, security, monitoring..etc
## Capacity
> resource estimations, main domain size, how many operations, needed storage
## High level
> Describe the data flow between your system components, could use miro or any diagramming tool for that.
### Components
### Data flow
## Notes
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment