Skip to content

Instantly share code, notes, and snippets.

View rishiraj824's full-sized avatar
🏠
Working from home

Rishi Raj rishiraj824

🏠
Working from home
View GitHub Profile
@cjuroz
cjuroz / BUILD
Last active February 4, 2022 12:08 — forked from jarpy/requirements.txt
Serverless Elasticsearch Curator for AWS Lambda using requests-aws4auth to sign requests with AWS ES
# http://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html
pip install elasticsearch-curator -t /path/to/project-dir
pip install requests-aws4auth -t /path/to/project-dir
@vasanthk
vasanthk / System Design.md
Last active May 12, 2024 18:13
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?