GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Amazon::SimpleDB(3) User Contributed Perl Documentation Amazon::SimpleDB(3)

Amazon::SimpleDB - a low-level perlish interface for working with Amazon's SimpleDB service.

This is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.

Amazon::SimpleDB provides a "low-level" perlish interface for working with Amazon's SimpleDB (SMB) service.

"Amazon SimpleDB is a web service for running queries on structured data in real time. This service works in close conjunction with Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud (Amazon EC2), collectively providing the ability to store, process and query data sets in the cloud. These services are designed to make web-scale computing easier and more cost-effective for developers."

To sign up for an Amazon Web Services account, required to use this library and the SimpleDB service, please visit the Amazon Web Services web site at http://www.amazonaws.com/.

You will be billed accordingly by Amazon when you use this module and must be responsible for these costs.

To learn more about Amazon's SimpleDB service, please visit: http://simpledb.amazonaws.com/.

Development of a proper test suite. Currently this module is only testing that the code compiles. This priority one.
Support the use of HTTP POST. Right now the module only uses GET for everything. The SimpleDB is sadly GETsful and not really REST.
Support retries of the SimpleDB service is a server error (HTTP 5xx status) is returned before giving.
Implement a "query_all" method that will automatically issue multiple calls to the service if a NextToken is returned.

Bugs should be reported via the CPAN bug tracker at

<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Amazon-SimpleDB>

For other issues, contact the author.

Timothy Appnel <tima@cpan.org>

Amazon::S3

The software is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html. Except where otherwise noted, Amazon::SimpleDB is Copyright 2008, Timothy Appnel, tima@cpan.org. All rights reserved.
2008-01-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.