4 ms·
If you don't mind developing for their data structure, I think Google App Engine makes scaling pretty easy.
by nudge 16y ago
If you don't mind developing for their data structure, I think Google App Engine makes scaling pretty easy.
- erebrus 16y agoI actually looked at that. But for what I read, the cost is then based on user base, 8$ per user per month at a max of 1000$ per month. So we would probably reach that on the first month...
- nudge 16y agoI think that is just their App Engine for Business costs: (for others' reference: http://code.google.com/appengine/business/ http://code.google.com/appengine/business/) You may want the extra services that this gives, but it is not the standard App Engine offering. If you are not using App Engine for Business, the costs are for CPU and bandwidth, etc., and not for users, and so should be significantly less than that. edit: The standard pricing structure is at http://code.google.com/appengine/docs/billing.html http://code.google.com/appengine/docs/billing.html and there is a free quota as well which is pretty generous.
- erebrus 16y agoAh...cool, thanks :) I'll definitely look into it again then. Like you pointed thought, it's also a case of analyzing if the datastore is worth the extra effort...