Jump to: navigation, search

BasicDesignTenets

Revision as of 19:30, 24 May 2010 by RickClark (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basic Design Tenets

  1. Scalability and elasticity are our main goals
  2. Any feature that limits our main goals must be optional
  3. Everything should be asynchronous
    1. If you can't do something asynchronous, see #2
  4. All required components must be horizontally scalable