If you have used Twitter the first thing you realize is the noise. So Twitsup is basically a way to clean up your Twitter's friends list. For this I use a library called python-twitter which abstracts the Twitter API. The first thing you need is a configuration file written in yaml which basically sets up [...]
GAE is a framework to build web applications on Google’s cloud with automatic scaling and load balancing, transactional datastore and integration to Google Accounts. The big difference with AWS is that Google doesn’t offer a layered access to the cloud components. GAE uses Google’s BigTable to implement its datastore, but it only allows access through [...]
Filed in web
|
Also tagged gae
|
Comparing with all the marketing noise behind Amazon’s Web services, interest in Google’s Application Engine has been much less. I have been wanting to play with it for some time now, and I finally got my chance. What is Google’s Application Engine? From wikipedia, Google App Engine is cloud computing technology. It virtualizes applications across [...]