Stratosphere
Community Contributed Software
-
Amazon Web Services provides links to these packages as a convenience for our customers,
but software not authored by an "@AWS" account has not been reviewed or screened by AWS.
-
Please review this software to ensure it meets your needs before using it.
Mono compatible library with set of primitives to work with scalable table, queue and block containers with corresponding implementations for Amazon SimpleDB, SQS and S3. Additionally includes local machine (file system and SQLite) implementations to enable debugging and testing. Additionally includes Amazon Web Services Shell (AwsSh) command line utility that enables interactive access to Amazon SimpleDB, SQS and S3.
Details
Scalable Table Features
Support of full Amazon SimpleDB data model (multi-valued attributes) via table reader and writers
Paging support for large select result sets
Simplified mapping of SimpleDB item to BCL dictionary
Local file system implementation based on SQLite
Sources include xUnit tests
Scalable Queue Features
Support of UTF8 string based messages
Support for BCL dictionary based messages (XML serialized)
Local file system implementation
Sources include xUnit tests
Scalable Block Features
Support for Amazon S3 block IO via streams over HTTP
Local file system implementation
AwsSh Features
Listing SDB domains and SQS queues
Saving SDB domain items in XML file
Listing S3 buckets and objects
Uploading/dowloading S3 objects
For more information see
Stratosphere home page