*Introduction* 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.
*API (REST)* http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html *AmazonSimpleDB Summary* • Connector Name: amazonsimpledb-connector-1.0.0 • Version: 1.0.0 • Technology: REST *Authentication* This uses the standard HTTP Authorization header to pass authentication information. Developers are issued an AWS access key ID and AWS secret access key when they register. For request authentication, the AWSAccessKeyId element identifies the access key ID that was used to compute the signature and, indirectly, the developer making the request. *Methods* createDomain - Creates a new domain deleteAttributes - Deletes one or more attributes associated with the item. deleteDomain - The DeleteDomain operation deletes a domain. getAttributes - Returns all of the attributes associated with the item. listDomains - The ListDomains operation lists all domains associated with the Access Key ID. putAttributes - Creates or replaces attributes in an item. select - Returns a set of Attributes for ItemNames that match the select expression. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-AmazonSimpleDB-tp96870.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
