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.
Perl Catalyst and Cloud Computing →
Lengthy interview with Perl developer Frank Speiser in which he discusses his soon-to-be-released Net::Cloud module.
How to do AVG and SUM in Google App Engine Data... →
App Engine Guy shows one way to do aggregate queries.
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),...
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...
RumorMill: Microsoft to Rollout EC2 for Windows in... →
Reuven Cohen is hearing rumors that Microsoft is building an “EC2 for Windows” cloud offering.
Elasticfox vs Jollat →
John Willis compares two tools for managing Amazon Web Services: the Firefox extension ElasticFox, and a new standalone application, Jollat.
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.
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
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...
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.
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).
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.
Rich Wolsky on Eucalyptus: Open Source Cloud... →
Virtualization.com has an exclusive interview with Rich Wolski, Director of the Eucalyptus project.
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...
Scaling on EC2 →
WebMynd talks about how they utilize Amazon Web Services to scale up.
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.
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.
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.”
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.
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.”
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.
Amazon: Hey Spammers, Get Off My Cloud! →
Brian Krebs writes that Amazon’s EC2 service is becoming a haven for spammers.
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...