Catalogue (booking): Single shared data, mostly read-only from user perspective, data can't really leak, suited to traditional lamp stack. Document (wikipedia, blogs): traditional static site, or lightweight lamp. Single user (accounting): User identification critical, data owned by user, data segmented per user, dangerous to have data leaks. Multi user (mmorpg): User identification important, a lot of data is shared, collaborate data ownership.