Skip to content

Instantly share code, notes, and snippets.

@alexras
Forked from acolyer/service-checklist.md
Created October 9, 2016 04:51
Show Gist options
  • Select an option

  • Save alexras/a675d7c00d088f5b6164710d3237b064 to your computer and use it in GitHub Desktop.

Select an option

Save alexras/a675d7c00d088f5b6164710d3237b064 to your computer and use it in GitHub Desktop.
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 our design expect failures to happen regularly and handle them gracefully?
  • Have we kept things as simple as possible?
  • Have we automated everything?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment