Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am scottso on github.
  • I am slampert (https://keybase.io/slampert) on keybase.
  • I have a public key ASBNXg_s5zsx2Xs7DjB4uyCaWO1qkrImq6qep4aHzqbzFwo

To claim this, I am signing this object:

@scottso
scottso / service-checklist.md
Created August 1, 2017 02:55 — 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?