Skip to content

Instantly share code, notes, and snippets.

@yzhong52
Last active November 28, 2021 08:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yzhong52/6a96ab9c3b5099fa8e91c70b9b25ddb7 to your computer and use it in GitHub Desktop.
Save yzhong52/6a96ab9c3b5099fa8e91c70b9b25ddb7 to your computer and use it in GitHub Desktop.
System Design in Layman's Terms - Design a Coffee Shop
  • Client (Customer)
  • Load Balancer (Greeter)
  • Data Center (Coffee Shop)
  • Distributed Message Queue (Bulletin Board w/ Sticky Notes)
    • Producer (Cashier)
    • Consumer (Barista)
  • Database (Ledger Book)
@imbgar
Copy link

imbgar commented May 27, 2021

*Distributed Message Queue :)

@yzhong52
Copy link
Author

@imbgar thanks for catching that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment