Live data from Hacker News

Google App Engine 1.7.0 available to download

developers.google.com

11–20 of 20 posts

Re: Google App Engine 1.7.0 available to download

#11
post #4

For a second I thought they were open-sourcing App Engine. Instead this is just a download for the SDK.

you can browse the source if you like: https://code.google.com/p/googleappengine/

appengine is a platform, how would open sourcing it help you? You have a spare datacenter? FWIW there is an opensource clone out there in the wild but you need a cloud infrastructure to run it and it's not up to date with the latest SDK.

Re: Google App Engine 1.7.0 available to download

#14
post #11
post #4

Earlier quoted context omitted.

you can browse the source if you like: https://code.google.com/p/googleappengine/

appengine is a platform, how would open sourcing it help you? You have a spare datacenter? FWIW there is an opensource clone out there in the wild but you need a cloud infrastructure to run it and it's not up to date with the latest SDK.

Releasing it would allow others to run "appengines" so you could move from one provider to another as you can with "traditional" hosting. Appengine pretty much locks you in. I'm interested to see where OpenShift will lead though. https://openshift.redhat.com/

Re: Google App Engine 1.7.0 available to download

#15
Only Python Stuff below: They have depricated the support for djangoforms in the Python SDK, and hence here is my stint trying WTForms with app engine: http://blog.fruiapps.com/2012/06/Modelforms-for-appengine-mo...

I wish they include support for IPython as well. That would make things far more easier and comfortable. I wish

Re: Google App Engine 1.7.0 available to download

#17
post #7
post #5

Earlier quoted context omitted.

And it costs $99/month. Hmm. (I'm not considering SNI since IMHO it's a non-starter not being supported by XP.) Lack of custom SSL was the main issue preventing me from considering App Engine for my web service, so I'll definitely have to revisit it to see how it could compare to AWS in production.

Alternatively I guess you could detect non-SNI browsers and redirect them to appspot.com instead, but that feels a little messy.

I don't see how that could work: they wouldn't even be able to make the SSL connection yet without getting the certificate error, and if the user is willing to accept those then you may as well just keep them on the broken hostname.

Re: Google App Engine 1.7.0 available to download

#18
post #16
post #12

Awesome that I just asked our premier support engineer if the $99 was waived for paying premier customers and she had no idea they had released SSL to everybody.

The official launch announcement is going to be at I/O today.

It was announced in the appengine newsgroup last night.

Re: Google App Engine 1.7.0 available to download

#20
post #14
post #11

Earlier quoted context omitted.

appengine is a platform, how would open sourcing it help you? You have a spare datacenter? FWIW there is an opensource clone out there in the wild but you need a cloud infrastructure to run it and it's not up to date with the latest SDK.

Releasing it would allow others to run "appengines" so you could move from one provider to another as you can with "traditional" hosting. Appengine pretty much locks you in. I'm interested to see where OpenShift will lead though. https://openshift.redhat.com/

http://appscale.cs.ucsb.edu/
Post reply on HN