amazon-simpledb

iterating over SimpleXML Objext PHP

﹥>﹥吖頭↗ 提交于 2019-12-06 10:26:22
问题 Here is what my object looks like with print_r (this is an object returned by the PHP SDK for the Amazon Web Services Simple DB. [GetAttributesResult] => CFSimpleXML Object ( [Attribute] => Array ( [0] => CFSimpleXML Object ( [Name] => data_datein [Value] => 2011-04-23 ) [1] => CFSimpleXML Object ( [Name] => data_estatus [Value] => 0 ) [2] => CFSimpleXML Object ( [Name] => data_status [Value] => 1 ) [3] => CFSimpleXML Object ( [Name] => data_title [Value] => Company Info ) [4] => CFSimpleXML

Creating Domain with AWS SimpleDB from Java Servlet

主宰稳场 提交于 2019-12-06 09:27:33
I am a university student working on a research project that involves migrating a web application to Amazon's cloud. I spent the last semester working with servlets and was able to get the majority of the app's functionality working using a java servlet running in Tomcat. I am now trying to integrate Amazon Web Services such as the SimpleDB and E-mail service. I develop using the Eclipse Java EE for Web Developers Indigo IDE. I have the AWS plugin installed and am able to run sample code that Amazon provides to call SDB and SES successfully. However when I attempt to call a service like

How do you import Big Data public data sets into AWS?

元气小坏坏 提交于 2019-12-06 07:55:16
问题 Loading any of Amazon's listed public data sets (http://aws.amazon.com/datasets) would take a lot of resources and bandwidth. What's the best way to import them into AWS so you start working with them quickly? 回答1: You will need to create a new EBS Instance using the Snapshot-ID for the public dataset. That way you won't need to pay for transfer. But be careful, some data sets are only available in one region, most likely denoted by a note similar to this. You should register your EC2

SimpleDB timestamp on insert

北慕城南 提交于 2019-12-06 07:16:25
问题 I am working on a game on the iPhone that will use SimpleDB for game data storage and I'd like to be able to timeout some database entries. I figure i'll have some cron job that looks at the timestamp of each entry and if it's delta is greater than X i'll time out that entry(change a var in it so it is once again available for selection by users). My issue is i don't know how to unify the timestamps. What do i do if a user has their system clock screwed up and it's off by a couple hours or

Amazon SimpeDB - apps - data protection

放肆的年华 提交于 2019-12-05 18:52:18
I have been using AWS (Amazon Web services) and in particular simpleDB for a couple of smartphone apps using their iOS/android client libraries. So far, the data was very benign so I didn't worry too much about data protection. My next app project will require a "users" table/domain containing usernames and passwords. What I'm worried about is that someone reverse-engineer the Android java version of the app, then it will be easy to get all the simpleDB data, including all the passwords. the basic TVM thing (Token Vending Machine, where a temporary token replaces the AWS credentials which are

Amazon SimpleDB for development environment / local installation

假如想象 提交于 2019-12-04 18:19:52
问题 Is there a way / tool to simulate Amazon's SimpleDB for the purpose of development? In my quest for above, I found this tool but this is for the Mac OS. Anything that can be installed on Win XP? Needless to say, all SimpleDB APIs need to be supported. Just in case it matters, mine is a .Net based web application. 回答1: SimpleDB/dev runs on Windows, Linux and Mac. The Wareseeker.com page that you found has copied the information across incorrectly. The Google Code project page for the tool is

SimpleDB timestamp on insert

我只是一个虾纸丫 提交于 2019-12-04 14:11:13
I am working on a game on the iPhone that will use SimpleDB for game data storage and I'd like to be able to timeout some database entries. I figure i'll have some cron job that looks at the timestamp of each entry and if it's delta is greater than X i'll time out that entry(change a var in it so it is once again available for selection by users). My issue is i don't know how to unify the timestamps. What do i do if a user has their system clock screwed up and it's off by a couple hours or even days? What i'd like is to get the system time from the SimpleDB servers when i insert, but i believe

How do you import Big Data public data sets into AWS?

二次信任 提交于 2019-12-04 12:31:38
Loading any of Amazon's listed public data sets (http://aws.amazon.com/datasets) would take a lot of resources and bandwidth. What's the best way to import them into AWS so you start working with them quickly? bardiir You will need to create a new EBS Instance using the Snapshot-ID for the public dataset. That way you won't need to pay for transfer. But be careful, some data sets are only available in one region, most likely denoted by a note similar to this. You should register your EC2 instance in the same region then. These datasets are hosted in the us-east-1 region. If you process these

maximum size of attributes on AWS SimpleDB

試著忘記壹切 提交于 2019-12-04 09:37:24
问题 I am in the process of building an mobile application (iPhone/Android) and want to store the application data onto Amazon's SimpleDB, because we do not want to host our own server to provide these services. I've been going through all of the documentation and the maximum storage size of element values is 1024 bytes. In my case we need to store 1024 up to 10K of text data. I was hoping to find out how other projects are using SimpleDB when they have larger storage needs like our project. I

Amazon SimpleDB for development environment / local installation

半城伤御伤魂 提交于 2019-12-03 12:15:24
Is there a way / tool to simulate Amazon's SimpleDB for the purpose of development? In my quest for above, I found this tool but this is for the Mac OS. Anything that can be installed on Win XP? Needless to say, all SimpleDB APIs need to be supported. Just in case it matters, mine is a .Net based web application. SimpleDB/dev runs on Windows, Linux and Mac. The Wareseeker.com page that you found has copied the information across incorrectly. The Google Code project page for the tool is here http://code.google.com/p/simpledb-dev/ The C# library ( http://developer.amazonwebservices.com/connect