TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: GAE + Django, is it worth it?

2 pointsby grepalmost 15 years ago
Hi,<p>I'm wondering if you have any experience running Django on Google App Engine? Any problems making it work?<p>I'm wondering if I should jump to GAE in order to use the new Mapper API. I could really use some cheap Map/Reduce (only map for now). Do you think it is worth it to learn a new language + framework?

2 comments

seasoupalmost 15 years ago
Yes, Yes, yes. I have implemented two small websites on GAE. It's fabulous. It has some scaling issues, but it scales up high enough for proof of concepts and minimum viable products. It is cheap, and easy to use. No futzing around with a server, ever. No DB installation or maintenance issues. Just write and run.
sabjalmost 15 years ago
I have a related question: I am interested in getting started, and am currently heavily leaning towards GAE + Django. Friends say everything is swell, I like using Python, etc. Any reason NOT to invest more time in this? (Without, er, necessarily instigating a RoR debate).