Is Google App Engine better than Webfaction for a beginner in Django dev? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T13:23:39Z http://stackoverflow.com/feeds/question/722463 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev 1 Is Google App Engine better than Webfaction for a beginner in Django dev? Masi 2009-04-06T17:41:33Z 2009-11-21T20:26:05Z <p>I am a beginner in developing websites by Django. I run small discussion websites similar to SO.</p> <p>I have an account at Bluehost which has been a nightmare in developing by Django. I have found that Webfaction and Google App Engine seems to be the best choices for Django.</p> <p>However, I am not sure which one is the best for me.</p> <p><strong>Is Google App Engine better than Webfaction in running small websites?</strong></p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/722469#722469 2 Answer by Paolo Bergantino for Is Google App Engine better than Webfaction for a beginner in Django dev? Paolo Bergantino 2009-04-06T17:43:51Z 2009-04-06T17:43:51Z <p>I can't speak for Google App Engine, but as a rather recent Django user myself I recently moved my development site over to a WebFaction server and I must say I was extremely impressed. They are extremely friendly to Django setups (among others) and the support staff answered any small problems I had promptly. I would definitely recommend them.</p> <p>For other Django-friendly hosts, check out <a href="http://djangofriendly.com/hosts/" rel="nofollow">Djangofriendly.com</a>.</p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/722527#722527 2 Answer by Diones for Is Google App Engine better than Webfaction for a beginner in Django dev? Diones 2009-04-06T17:57:53Z 2009-04-06T17:57:53Z <p>I'm a Google app engine developer, so I can't say much about webfaction, but as far as I have used it setting up a web app with app-engine is pretty straight forward¹. The support staff however is not quite good.</p> <p>1- <a href="http://code.google.com/appengine/articles/django.html" rel="nofollow">http://code.google.com/appengine/articles/django.html</a></p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/724282#724282 1 Answer by Nathan Voxland for Is Google App Engine better than Webfaction for a beginner in Django dev? Nathan Voxland 2009-04-07T05:50:11Z 2009-04-07T05:50:11Z <p>The thing to remember about GAE is that it works differently than a standard python install and apps you have may not work well (or at all) in that environment. The biggest difference is the database. While there are advantages to the non-relational database available with GAE, you need to treat it differently and there are many things that your code may be expecting your database to be able to do that it cannot. </p> <p>If you are starting from scratch on an app, either platform would work fine. If you have an existing python app, getting it to work on GAE will take considerable work.</p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/724519#724519 1 Answer by madewulf for Is Google App Engine better than Webfaction for a beginner in Django dev? madewulf 2009-04-07T07:43:13Z 2009-04-07T07:43:13Z <p>If you have already written your django application, it may be really difficult to install it on Google App Engine, since you will have to adapt your data model. GAE uses big table, a (key,data) store, instead of a traditional relational model. It is great for performance but makes your programming more difficult (no built in many-to-many relationship handlers, for example).</p> <p>Furthermore, most apps available for django will not work on GAE since these apps use the relational data model. The most obvious problem is that the great admin app of django will not work. Furthermore, GAE tends to make you use google accounts for identification. This can be circumvented but again, not using readily available django apps. This could be great for you, but it can be a hassle (for example, lots of user names are already taken at google). </p> <p>So, my final advice is that, if you are a beginner, you should avoid GAE. </p> <p>If you are based in Europe, djangohosting.ch is also a good choice, instead of webfaction. </p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/990057#990057 2 Answer by Alexander Vasiljev for Is Google App Engine better than Webfaction for a beginner in Django dev? Alexander Vasiljev 2009-06-13T05:38:07Z 2009-06-13T05:38:07Z <p>A bit late with my answer, but nevertheless... I am Django beginner and have my <a href="http://www.aikido.nsk.su" rel="nofollow">first Django App</a> up and running at GAE. It was <a href="http://code.google.com/p/app-engine-patch/" rel="nofollow">App Engine Patch</a> that made it happen. Using it you have django admin and several other apps available out of the box. If you'd like to try it, go for the trunk version. This project is reasonably well documented and have responsive community.</p> http://stackoverflow.com/questions/722463/is-google-app-engine-better-than-webfaction-for-a-beginner-in-django-dev/1732851#1732851 1 Answer by drozzy for Is Google App Engine better than Webfaction for a beginner in Django dev? drozzy 2009-11-14T01:02:46Z 2009-11-21T20:26:05Z <p><strong>Webfaction</strong>:</p> <p>Plus:</p> <ol> <li>Great shell access. Ability to install python modules, or anything else you might need. You will love checking out source code from shell to update your production (no need for FTPing anything anymore!)</li> <li>Very good performance and reliability</li> <li>Great support + wealth of info on help knowledge base and in the forums. (FORGET bluehost or anything else you ever tried). I was surprised by amount of answers I found to what I thought would be difficult questions.</li> <li>You can use regular database and you can do joins (see app engine plus #1)</li> </ol> <p>Minus:</p> <ol> <li>Setting up initial deployment can be a bit tricky the first few times around (as is to be expected from shell).</li> <li>Growing-scaling can be expensive and you probably will not survive beign "slashdotted"</li> </ol> <p><strong>App Engine</strong></p> <p>Plus:</p> <ol> <li>Free to start with</li> <li>Initial database is easier to setup.</li> <li>Deployment is a breeze</li> <li>Enforcement of "good" design principles from the start which help you with #4. (Such as hard limits, db denormalizing etc)</li> <li>Scalability (but this does not come free - you need to think ahead).</li> <li>No maintanence: auto backups, security comes for free, logging + centralized dashboard, software updates are automatic.</li> </ol> <p>Minus:</p> <ol> <li>Database model takes a little bit of time to wrap your head around. THis is not your moma's SQL server. For example you have to denormalize your DB from the start, and you cannot do Joins (unless they are self joins)</li> <li>The usual things you are used to are not always there. Some things such as testing and data-importing are not that easy anymore.</li> <li>You are tied down to App Engine and migrating your data to another DB or server, while not impossible, is not easy. (Not that you do data migration that often! Probably never)</li> <li>Hard limits in requests, responses and file sizes (last time I heard about 1MB).</li> </ol> <p>Can't think of anything else so far. I am currently with Webfaction and am testing App Engine as well. I have no difficulty going from Django-Webfaction to App-Engine way of thinking. However, I am not sure if the AppEngine -> Standalone servers route would be just as easy.</p> <p><strong>References</strong></p> <p>Talks:</p> <ul> <li>Guido on Google App Engine <a href="http://www.youtube.com/watch?v=CmyFcChTc4M" rel="nofollow">http://www.youtube.com/watch?v=CmyFcChTc4M</a></li> <li>Task Queues in App Engine: <a href="http://www.youtube.com/watch?v=o3TuRs9ANhs" rel="nofollow">http://www.youtube.com/watch?v=o3TuRs9ANhs</a></li> </ul>