July 2008
24 posts
Google Code Jam up and running on App Engine →
The Google Code Jam contest site contains a live scoreboard that is tracking the results for over 7000 contestants.
Jul 18th
Perl Catalyst and Cloud Computing →
Lengthy interview with Perl developer Frank Speiser in which he discusses his soon-to-be-released Net::Cloud module.
Jul 18th
How to do AVG and SUM in Google App Engine Data... →
App Engine Guy shows one way to do aggregate queries.
Jul 17th
White Paper on 'Cloud Architectures' and Best... →
New White paper from Amazon that discusses best practices for building applications in the Cloud: “Cloud Architectures are Services-Oriented Architectures that are designed to use On-demand infrastructure more effectively. Applications built on Cloud Architectures are such that the underlying computing infrastructure is used only when it is needed (for example to process a user request),...
Jul 17th
Google Teh Evil? Cloud economics, BigTable + GFS... →
Can European companies store data in US data centers, or is that against EU law? Can Google accomodate European companies by segregating data geographically, or are they architecting their data storage system to be one global system? Mark Masterson explores the tension between national privacy laws and global cloud computing systems, and contrasts the different approaches that Google and Amazon...
Jul 15th
RumorMill: Microsoft to Rollout EC2 for Windows in... →
Reuven Cohen is hearing rumors that Microsoft is building an “EC2 for Windows” cloud offering.
Jul 14th
Elasticfox vs Jollat →
John Willis compares two tools for managing Amazon Web Services: the Firefox extension ElasticFox, and a new standalone application, Jollat.
Jul 14th
BulkDownload - gawsh - Google Code →
Lack of a bulk data exporter is widely recognized as one of the biggest limitations of Google App Engine.  Garrett Davis has attempted to plug that gap with gawsh, his new bulk download tool.  He’s quick to point out some of its current limitatations: it can’t handle reference properties, list data, and blobs.  Also, strings must be ASCII.
Jul 14th
Getting started with Zope on Google App Engine →
“Thanks to a patch published by Kapil Thangavelu, it’s quite straight-forward to get set up to use Zope on Google’s App Engine.” — Malthe Borch
Jul 14th
Cloud Maturity Is Accelerating: More Than Just... →
James Staten from Forrester Research rounds up some recent announcements and opines that cloud computing is a trend that’s here to stay: “It’s still early days and we certainly aren’t seeing the type of enterprise implementations we would expect to signal a high growth phase, but it’s starting to look like cloud computing may have greater legs than the utility...
Jul 11th
Google App Engine: no support, quotas, throttling…... →
Aral Balkan makes some good points in a lengthy post where he details his frustrations with Google App Engine’s quotas and the non-responsiveness of the Google App Engine team.
Jul 10th
How to do some service discovery on Amazon EC2 →
Elastic Grid Blog discusses how they solve the problem of service discovery, without using an external service (like SimpleDB or a separate monitor process).
Jul 10th
Google App Engine optimizations →
Niall Kennedy shares some best practices for App Engine development, including data optimization tips for Google’s hosted Bigtable instance, ways to reduce the errors and resource usage of your application, and what steps you should add to your deployment checklist.
Jul 9th
Rich Wolsky on Eucalyptus: Open Source Cloud... →
Virtualization.com has an exclusive interview with Rich Wolski, Director of the Eucalyptus project.
Jul 9th
Cloud Computing vs. Grid Computing →
Thorsten von Eicken talks about the distinction between grid computing (which is concerned with batch processing) and cloud computing (which is concerned with on-demand resource allocation). As he puts it in a later comment to his blog post: “The most fundamental principle in cloud computing is being able to bring the next server from boot into full production on auto-pilot. This solves...
Jul 8th
Scaling on EC2 →
WebMynd talks about how they utilize Amazon Web Services to scale up.
Jul 8th
Announcing fofou - forum software for Google App... →
Krzysztof Kowalczyk announces his open-source forum software for Google App Engine whose interface is modeled on the Joel on Software Forums, which he considers to be vastly superior to the more common phpBB forums.
Jul 7th
3 and 1/2 minutes to sort a Terabyte, and a look... →
Bill de hÓra notes that Hadoop has just set a record in the “annual general purpose (daytona) terabyte sort benchmark” and also provides an overview of how the Hadoop code is structured.
Jul 7th
Sisense - An Analytics Dashboard for Amazon S3 →
Read Write Web profiles a new offering from Sisense, which aims to simplify Amazon S3 log analysis: “Sisense aims to be the Google Analytics for Amazon S3 with it’s Prism dashboard by providing developers with a more visual interface. Best of all, it’s free.”
Jul 7th
Google under pressure as App Engine requests rise →
An estimated 200,000 developers have Google App Engine accounts, and they are now clamoring for more features.  Juan Carlos Perez quotes several developers and gets their take on what Google’s priorities should be.
Jul 4th
Cloudsecurity.org Interviews Guido van Rossum:... →
One interesting tidbit from the interview: “Guido van Rossum’s involvement with the App Engine project was pretty late - the code ‘was almost ready for release’ when he get involved.”
Jul 3rd
The AppEngine Bulk Loader →
Helpful tips and tricks for using the Bulk Loader with Google App Engine, including how to use it as a Bulk Deleter and how to resume an interrupted bulk load.
Jul 2nd
Amazon: Hey Spammers, Get Off My Cloud! →
Brian Krebs writes that Amazon’s EC2 service is becoming a haven for spammers.
Jul 2nd
Dissecting SimpleDB BoxUsage →
“When Amazon launched their SimpleDB service, it looked like they had found a solution in BoxUsage: As the website states, Amazon SimpleDB measures the machine utilization of each request and charges based on the amount of machine capacity used to complete the particular request […] and reports back a BoxUsage value in every response returned by SimpleDB. Sadly, this...
Jul 1st