Dedicated server vs Google App Engine for a Django site?
May 20, 2010 1:55 PM Subscribe
Is it worth converting Django data models to Google App Engine Datastore API?
A developer has created a query intensive site for me, written with a Django backend. I'm getting ready to launch, and I was about to lease a managed dedicated server (webfaction). But then I started looking at Google Apps...
Would it be more cost effective to have the Django data models converted to Google App Engine Datastore API? I'm weighing further development costs against a monthly server lease.
And costs aside, are there any benefits a dedicated server might have over Google Engine Apps, and vice versa?
posted by ckohrman to computers & internet (5 answers total) 4 users marked this as a favorite
Rather than just looking at data models, think about whether you'll ever want to use long-running processes, extension modules that include C code, the filesystem, etc. It's not a regular web server. If you're worried about cost, do you really need a dedicated server, or could you get by on a VPS at about $20-$40 a month? If you can afford a developer you can probably afford that.
posted by pengale at 2:11 PM on May 20, 2010