|
AWS4C C library for S3 and SQS services
Some computationaly intensive applications written in C could benefit from Amazon SQS and S3 services. Here is a library that allows to do that.
Last Modified:
Jun 16, 2009 11:29 AM
|
|
|
Cloudfork - library for AWS using Smalltalk
Cloudfork is an open source Smalltalk project that adds support for Cloud Computing technologies to Smalltalk.
Last Modified:
Apr 24, 2009 9:17 AM
|
|
|
AWS Groovy Library by Groovy Clouds
An open source library (AWSDrivers) for AWS written in Groovy. Java and Groovy projects can get started using S3, SQS, and SDB with a simple interface to AWS.
Last Modified:
Apr 14, 2009 9:53 AM
|
|
|
php-sqs
php-sqs is a PHP class providing a simple interface to Amazon SQS.
Last Modified:
Mar 14, 2009 8:02 PM
|
|
|
PEAR Services_Amazon_SQS PHP package
Services_Amazon_SQS provides an object-oriented interface to the Amazon Simple Queue Service (SQS) using PHP. Included are client libraries and a command-line script for managing queues. This package is part of PEAR.
Last Modified:
Jan 22, 2009 4:57 PM
|
|
|
PEAR Services_Amazon_SQS PHP package
Services_Amazon_SQS provides an object-oriented interface to the Amazon Simple Queue Service (SQS) using PHP. Included are client libraries and a command-line script for managing queues. This package is part of PEAR.
Last Modified:
Jan 2, 2009 12:08 PM
|
|
|
Sample C# Windows application for Amazon SQS and Amazon EC2
Sample code that accompanies the " Stock Quote Example: Using Amazon SQS for Scale" article.
Last Modified:
Dec 12, 2008 5:22 PM
|
|
|
Code Sample for "Using S3, EC2, SQS, Lucene and Ruby for Web Spidering"
This code sample goes along with the "Using S3, EC2, SQS, Lucene and Ruby for Web Spidering" article. The article and accompanying code show how Ruby and Rails developers can use freely available tools and simple techniques to spider sites and then,
Last Modified:
Sep 21, 2008 1:51 PM
|
|
|
Programming Amazon Web Services - Example Code
Example code from the book Programming Amazon Web Services.
Last Modified:
Feb 4, 2009 7:58 PM
|
|
|
SQS library for PHP (Simple-AWS)
PHP 5 library for use with Amazon Simple Queue Service. The classes generally try to follow PEAR-ish conventions for package names. No "require_once" statements have been used for including dependent classes. You will need to use an _autoload function instead.
Last Modified:
Sep 21, 2008 12:41 PM
|
|
|
Code for "Processing Images with Amazon Web Services" Tutorial
Example code that accompanies the tutorial, "Processing Images with Amazon Web Services."
Last Modified:
Sep 21, 2008 12:49 PM
|
|
|
Yet another Amazon SQS Sample in PHP
This code provides a basic sample for how to use Amazon SQS with PHP 5.
Last Modified:
Sep 21, 2008 1:11 PM
|
|
|
AWS GenericHandler implementation for Java SOAP
A Handler implementation to provide AWS authentication in SOAP response headers.
Last Modified:
Sep 21, 2008 1:16 PM
|
|
|
Indexing and Querying Amazon S3 Metadata with Amazon SimpleDB
Curious about how to use the Amazon SimpleDB service at real scale? Read on to walk through a real-world application using Amazon SimpleDB to index and search the metadata of your Amazon S3 objects in an efficient manner. The application is a Java console application that demonstrates how to do a few basic things: index data (put AmazonS3 metadata into Amazon SimpleDB), do single queries, and run bulk queries to assess performance. In each of these areas the app demonstrates best practices for using Amazon's Web Services.
Last Modified:
May 7, 2009 7:40 PM
|
|
|
Sample application to get started with Amazon SQS and Amazon EC2
To help you get started using Amazon EC2 and Amazon SQS together, we’ve put together a simple sample application. It demonstrates the basic concepts for using Amazon SQS to quickly and easily build Amazon EC2 applications. It shows a simple but fairly common scenario, where Amazon SQS dispatches jobs to an Amazon EC2 instance. The source code for the sample application is included so you can understand how it’s actually implemented or jumpstart your own application by extending our application
Last Modified:
Sep 21, 2008 1:18 PM
|
|