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. It would be nice to have as few technologies, libraries and frameworks as possible.

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