Amazon SimpleDB/dev 0.1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Amazon SimpleDB/dev 0.1.3 (Default branch)
# 1  
Old 09-19-2008
Amazon SimpleDB/dev 0.1.3 (Default branch)

SimpleDB/dev is a local instance of Amazon'sSimpleDB. It runs as a server on your localmachine and replicates the SimpleDB REST API asspecified in Amazon's technical documentation. Itimplements every SimpleDB query-action andincludes a large suite of tests, created from thequery examples provided by Amazon.License: GNU General Public License v3Changes:
The current 2007-11-07 REST API is currentlyimplemented. This includes the EVERY Action,correct HTTP error responses (as per the technicaldocumentation), and a large suite of tests createdfrom the examples provided in the technicaldocumentation. The SOAP API, authentication(signature value checking), timestamp format andexpiration checking, and HTTPS are currently notimplemented.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

CEP as a Service (CEPaaS) with MapReduce on Amazon EC2 and Amazon S3

Tim Bass 11-25-2008 01:02 PM Just as I was starting to worry that complex event processing community has been captured by RDBMS pirates off the coast of Somalia, I rediscovered a new core blackboard architecture component, Hadoop. Hadoop is a framework for building applications on large... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
RT::Client::REST::Group(3pm)				User Contributed Perl Documentation			      RT::Client::REST::Group(3pm)

NAME
RT::Client::REST::Group -- group object representation. SYNOPSIS
my $rt = RT::Client::REST->new(server => $ENV{RTSERVER}); my $group = RT::Client::REST::Group->new( rt => $rt, id => $id, )->retrieve; DESCRIPTION
RT::Client::REST::Group is based on RT::Client::REST::Object. The representation allows one to retrieve, edit, and create groups in RT. Note: RT currently does not allow REST client to search groups. ATTRIBUTES
id For retrieval, you can specify either the numeric ID of the group or his group name. After the retrieval, however, this attribute will be set to the numeric id. name Name of the group description Description members List of the members of this group. DB METHODS
For full explanation of these, please see "DB METHODS" in RT::Client::REST::Object documentation. retrieve Retrieve RT group from database. store Create or update the group. search Currently RT does not allow REST clients to search groups. INTERNAL METHODS
rt_type Returns 'group'. SEE ALSO
RT::Client::REST, RT::Client::REST::Object, RT::Client::REST::SearchResult. AUTHOR
Miquel Ruiz <mruiz@cpan.org> LICENSE
Perl license with the exception of RT::Client::REST, which is GPLed. perl v5.14.2 2012-01-20 RT::Client::REST::Group(3pm)