Skip to content
Michael Schleichardt edited this page Jan 13, 2013 · 11 revisions

Preamble

We want to create a system that is simple as possible but provides high functional and load scalability. But scalability must be planned and integrated early in architecture.

It would be nice to have as few technologies, libraries and frameworks as possible.

Diagrams

Nice to know

  • CAP theorem: it is impossible for a distributed computer system to simultaneously provide consistency, availability and partition tolerance (handling failures part of the system)

Clone this wiki locally