Storing High Scores in Amazon SimpleDB
This article highlights the benefits of connecting mobile devices to the cloud while also presenting an Amazon SimpleDB use case. Amazon SimpleDB is a highly available, flexible, and scalable non-relational data store that offloads the work of database administration. The app described here demonstrates how to store a high score list or leader board in SimpleDB. The app enables the user to view the high scores sorted by name or score, add and remove scores, and more.
What it doesn’t highlight is what happens with your application if your mobile device is disconnected.
Original title and link: Storing High Scores in Amazon SimpleDB (©myNoSQL)