On Fri, Jul 19, 2013 at 12:32 PM, Chitrank Dixit <[email protected]>wrote:
> I am planning to start a website that would need huge amount of data to be > handled and I am using Python and Matlab ( matlab alternative in python or > Matlab API if possible). I am expecting the users around 10,000 to 500,000. > So How much would it cost me to host my website on Google App Engine and > How much Free plan of Google App Engine Scable (How many users I can > accomodate ). > As timh stated, it's impossible to state the costs without further information and a much more detailed plan of what you're processing. But you're definitely not going to be able to host many users on the free tier. Instead of using Matlab directly, consider using NumPy and/or SciPy if possible. Matlab is written in C, so you can't host it on App Engine directly; you'd have to host it within a Compute Engine machine or using another external service. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
