<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Caffeine Lab &#187; amazons3</title>
	<atom:link href="http://erwan.jp/tag/amazons3/feed/" rel="self" type="application/rss+xml" />
	<link>http://erwan.jp</link>
	<description>Really tasty technologies</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:58:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='erwan.jp' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Thoughts on Google App Engine</title>
		<link>http://erwan.jp/2009/05/26/google-app-engine/</link>
		<comments>http://erwan.jp/2009/05/26/google-app-engine/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:33:58 +0000</pubDate>
		<dc:creator>erwan</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[amazons3]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://erwan.jp/?p=405</guid>
		<description><![CDATA[I&#8217;ve been playing with Google App Engine recently. It&#8217;s actually pretty cool, to the point that I&#8217;m almost ashamed to have ignored it when it was released. I kind of felt like it would be too restrictive with just Python, just their own database and so on. But so far, I like it: It&#8217;s only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with <a href="http://appengine.google.com/">Google App Engine</a> recently. It&#8217;s actually pretty cool, to the point that I&#8217;m almost ashamed to have ignored it when it was released. I kind of felt like it would be too restrictive with just Python, just their own database and so on.</p>
<p>But so far, I like it:</p>
<ul>
<li>It&#8217;s only Python (or Java), but you can do pretty much anything you would do in a non-App Engine Python project. You can load pure pythonic third party libraries by just including them in your project.</li>
<li>The free quotas are really big. It&#8217;s enough for a  hobby project, and if it becomes successful enough to hit the ceiling you should be able to figure out a way to monetize it to pay your Google bill.</li>
<li>You can use your own domain name even with a free account</li>
<li>There is no SQL, but Google&#8217;s BigTable seems to be good enough. Heck, that&#8217;s what they use for most of their products!</li>
</ul>
<p>And you get all the App Engine specific goodness: easy authentication with Google Accounts, free hosting with huge quotas, and most importantly <strong>easy scalability</strong> on Google&#8217;s infrastructure&#8230; Having to call your hosting company to add new servers is a pain in the ass (and in the wallet), having to create and delete instances on <a href="http://aws.amazon.com/s3/">Amazon S3</a> is a much better, but not having to think about it at all is just pure joy.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwan.jp/2009/05/26/google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
