Skip to content

Instantly share code, notes, and snippets.

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

Gil C. gilmatic

🏠
Working from home
View GitHub Profile
@gilmatic
gilmatic / service-checklist.md
Last active March 2, 2018 14:38 — forked from acolyer/service-checklist.md
Internet Scale Services Checklist

Internet Scale Services Checklist

A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."

Basic tenets

  • Does the design expect failures to happen regularly and handle them gracefully?
  • Have we kept things as simple as possible?