amazon-simpledb Questions

8

Solved

I have some basic understanding what Amazon SimpleDB is, but according to the Amazon DynamoDB description it seems to be almost the same: a NoSQL Key-value store service. Can someone simply explai...
Dicephalous asked 22/1, 2012 at 13:15

9

Solved

I thought that I could use SimpleDB to take care of the most challenging area of my application (as far as scaling goes) - twitter-like comments, but with location on top - till the point when I sa...
Tube asked 15/3, 2009 at 18:19

6

Solved

I'm trying to work out how to iterate though a returned SimpleXML object. I'm using a toolkit called Tarzan AWS, which connects to Amazon Web Services (SimpleDB, S3, EC2, etc). I'm specifically us...
Banquer asked 16/5, 2009 at 1:22

3

I am trying to create a user account for Amazon Web Services to limit my risk if the credentials are compromised. I have set up a test user with credentials and am trying to create a custom permiss...
Pregnant asked 7/10, 2011 at 10:13

3

Solved

What scenario makes more sense - host several EC2 instances with MongoDB installed, or much rather use the Amazon SimpleDB webservice? When having several EC2 instances with MongoDB I have the pro...
Dys asked 2/8, 2010 at 20:43

3

Is SimpleDB similar to MongoDB?
Luzern asked 10/12, 2009 at 22:37

2

Solved

I would like to know what people suggest as efficient ways of doing a spatial query in an Amazon Web Services SimpleDB? By spatial query I mean finding objects in a given radius of a latitude and ...
Cataphyll asked 7/8, 2012 at 9:56

1

Solved

I'm trying to use AWS SimpleDB Javascript SDK. Here's the web page with my script: <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> &l...

5

Solved

New school datastore paradigms like Google BigTable and Amazon SimpleDB are specifically designed for scalability, among other things. Basically, disallowing joins and denormalization are the ways ...

6

Solved

Long story short, I'm rewriting a piece of a system and am looking for a way to store some hit counters in AWS SimpleDB. For those of you not familiar with SimpleDB, the (main) problem with storin...
Cardiff asked 30/9, 2009 at 4:4

7

Solved

anyone know a decent SimpleDB Manager Tool, web-based or Mac, preferably free? I am surprised AWS doesn't have one built-in.
Turkoman asked 3/5, 2011 at 14:1

5

Solved

I can't figure out where I can go create a domain for my simpleDB. I've gone to AWS Management Console, I was able to create a bucket for S3, but I don't have a simple DB tab. Am I missing somethin...
Brayton asked 15/6, 2011 at 4:47

4

I am in the early stages of design of an application that has to be highly available and scalable. I want to use an eventual consistency data model for this for a number of reasons. I know and unde...
Tropous asked 8/12, 2008 at 8:45

4

Solved

How to setup Grails project to use Amazon SimpleDB? One possibility is to install gorm-jpa plugin and use SimpleJPA library, but I couldn't setup it correctly. Has someone experience with this co...
Playground asked 25/7, 2010 at 21:17

5

Solved

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? ...
Calutron asked 19/1, 2010 at 17:33

4

I'm using Amazon's tools to build a web app. I'm very happy with them, but I have a security concern. Right now, I'm using multiple EC2 instances, S3, SimpleDB and SQS. In order to authenticate re...

1

Solved

I am making a mobile iOS app. A user can create an account, and upload strings. It will be like twitter, you can follow people, have profile pictures etc. I cannot estimate the user base, but if th...

2

We are using domain.select() method, that boto provides, to query SimpleDB. For smaller queries(queries involving couple of hours of data), this method works fine. But when I start using multiple ...
Stillage asked 19/8, 2011 at 14:56

2

does anyone have suggestions for dynamic service discovery on Amazon AWS? I am thinking about ZooKeeper but would like an approch that do not require running VM's.
Scientism asked 12/5, 2011 at 13:54

2

Solved

I work at a small ecommerce site and we're looking to move to all Amazon hosted services and I'm unsure the exact difference in RDS and SimpleDB. RDS can use MySQL, can SimpleDB not?
Scherzo asked 30/11, 2010 at 18:56

2

Solved

I'm using SimpleDB for my application. Everything goes well unless the limitation of one attribute is 1024 bytes. So for a long string I have to chop the string into chunks and save it. My problem...
Alcinia asked 24/4, 2012 at 16:56

1

Solved

I'm currently looking for a Cloud PaaS that will allow me to scale an application to handle anything between 1 user and 10 Million+ users ... I've never worked on anything this big and the big ques...

1

Solved

Good morning, I am currently looking at deploying a Django app on a EC2 instance, but everything is getting too confusing for me! I understand that Django has built-in implementation for MySQL, PS...
Satiable asked 23/3, 2012 at 16:33

5

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 ...
Footmark asked 11/6, 2009 at 12:18

4

I currently run my website on a single server with MongoDB. On my server I have two components (1) a crawler that runs hourly and appends data to my MongoDB instance (2) a web-site that reads from ...
Evaporimeter asked 19/2, 2012 at 22:57

© 2022 - 2024 — McMap. All rights reserved.