<?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>HR Geeks &#187; share</title>
	<atom:link href="http://www.hrgeeks.com/tag/share/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hrgeeks.com</link>
	<description>Hampton Roads Geek community</description>
	<lastBuildDate>Tue, 04 Oct 2011 18:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Google AppEngine</title>
		<link>http://www.hrgeeks.com/2008/04/09/google-appengine/</link>
		<comments>http://www.hrgeeks.com/2008/04/09/google-appengine/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 17:43:09 +0000</pubDate>
		<dc:creator>meltphace</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://www.hrgeeks.com/?p=70</guid>
		<description><![CDATA[I noticed an article about yet another fine google service, AppEngine. It looks like google is releasing a set of tools that allow you to build a web application to run on Google&#8217;s servers. It is in preview right now (registration is already full, I tried). The idea is that you write an application using [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed an article about yet another fine google service, AppEngine. It looks like google is releasing a set of tools that allow you to build a web application to run on Google&#8217;s servers. It is in preview right now (registration is already full, I tried). The idea is that you write an application using Google&#8217;s SDK which, according to <a href="http://http//googleappengine.blogspot.com/2008/04/introducing-google-app-engine-our-new.html">Google</a>, provides:</p>
<blockquote>
<ul>
<li>Dynamic webserving, with full support of common web technologies </li>
<li>Persistent storage (powered by <a href="http://labs.google.com/papers/bigtable.html">Bigtable</a> and <a href="http://labs.google.com/papers/gfs.html">GFS</a> with queries, sorting, and transactions)</li>
<li>Automatic scaling and load balancing</li>
<li>Google APIs for authenticating users and sending email</li>
<li>Fully featured local development environment</li>
</ul>
</blockquote>
<p>So basically google is giving you all the tools you need to build a <a href="http://http//en.wikipedia.org/wiki/Shared_nothing_architecture">shared-nothing</a> web application with great scalability, running on their infrastructure. The glory of it all, is that you don&#8217;t even have to know what shared-nothing is or appreciate why it works. Just use the authentication system and database driver they hand you and it&#8217;s all done. Oh and the first 500MB of storage, 200M megacycles of CPU per day, and 10GB bandwidth per day are likely going to be free. You have to pay if you want more than that. Right now it&#8217;s for python only but I see mention of support for other languages too. Oh and they include the Django template module built into the SDK for you Django nerds. I wonder how long it&#8217;ll be before they open up more devloper accounts. I quiver with anticipation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrgeeks.com/2008/04/09/google-appengine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

