Tagged Questions

27
votes
9answers
2k views

Feedback on using Google App Engine?

Looking to do a very small, quick 'n dirty side project. I like the fact that the Google App Engine is running on Python with Django built right in - gives me an excuse to try that platform... but my …
27
votes
6answers
2k views

How to think in data stores instead of databases?

As an example, Google App Engine uses data stores, not a database, to store data. Does anybody have any tips for using data stores instead of databases? It seems I've trained my mind to think 100% …
22
votes
7answers
1k views

Hidden limitations of Google App Engine?

I've been looking into writing a web app that will run on Google App Engine, but before I commit myself to the platform I'd like to know what, if any, limitations there are. I'm aware of the basic …
20
votes
4answers
1k views

Project structure for Google App Engine

Hi all. I started an application in Google App Engine right when it came out, to play with the technology and work on a pet project that I had been thinking about for a long time but never gotten …
16
votes
12answers
6k views

Anyone out there using web2py?

Is anyone out there* using web2py? Specifically: In production? With what database? With Google Application Engine? by "out there" I mean at stackoverflow.
14
votes
7answers
4k views

How do you access an authenticated Google App Engine service from a (non-web) python client?

I have a Google App Engine app - http://mylovelyapp.appspot.com/ It has a page - mylovelypage For the moment, the page just does self.response.out.write('OK') If I run the following Python at my …
13
votes
7answers
2k views

How to use Google app engine with my own domain (not subdomain)?

Hi all, After hours of reading about and experimenting with DNS records I can access my Google app engine app via these URLs: myappid.appspot.com www.myappid.myowndomain.com What does not work: …
12
votes
5answers
674 views

Possible to integrate Google AppEngine and Google Code for continuous integration?

Anyone have any thoughts on how/if it is possible to integrate Google Code commits to cause a Google AppEngine deployment of the most recent code? I have a simple Google AppEngine project's source …
12
votes
5answers
1k views

Google App Engine and 404 error

I've setup a static website on GAE using hints found elsewhere, but can't figure out how to return a 404 error. My app.yaml file looks like - url: (.*)/ static_files: static\1/index.html upload: …
12
votes
7answers
2k views

cron jobs on google appengine

How can I use cron on Google Appengine?
11
votes
4answers
382 views

Google App Engine as production platform

We are about to start working on new commercial web project and considering Google App Engine as a potential platform. Questions: Does Google App Engine is really scalable and may be considered as …
11
votes
4answers
4k views

Deleting an Google App Engine application

Is it possible to delete an GAE application after it has been created? I made a mistake while typing the name and now have a dummy application that I haven't been able to remove. Thanks.
10
votes
3answers
710 views

Is BigTable slow or am I dumb?

I basically have the classic many to many model. A user, an award, and a "many-to-many" table mapping between users and awards. Each user has on the order of 400 awards and each award is given to …
10
votes
7answers
2k views

Windows Azure vs Amazon EC2 vs Google App Engine

From a developer point of view which platform would you consider for a large social web application? If you could provide some details on what you consider to be the strengths of which alternative it …
10
votes
8answers
8k views

Upload files in Google App Engine

I am planning to create a web app that allows users to downgrade their visual studio project files. However, It seems Google App Engine accepts files uploading and flat file storing on the Google …

1 2 3 4 5 72 next
15 30 50 per page