<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WhereIsFlix - Google App Engine - Ray Malone</title>
	<atom:link href="http://whereisflix.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://whereisflix.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 23 Dec 2008 02:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='whereisflix.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WhereIsFlix - Google App Engine - Ray Malone</title>
		<link>http://whereisflix.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://whereisflix.wordpress.com/osd.xml" title="WhereIsFlix - Google App Engine - Ray Malone" />
	<atom:link rel='hub' href='http://whereisflix.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Development Environment</title>
		<link>http://whereisflix.wordpress.com/2008/12/23/development-environment/</link>
		<comments>http://whereisflix.wordpress.com/2008/12/23/development-environment/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 02:57:23 +0000</pubDate>
		<dc:creator>rayishome</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://whereisflix.wordpress.com/2008/12/23/development-environment/</guid>
		<description><![CDATA[I&#8217;m not a fan of running the full server on my desktop. The server slows to a crawl after several minutes of running. I have created a test app out of one of my 10 I&#8217;m allowed to create. To test my code I simple use the appcfg.py and load the new code to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=11&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a fan of running the full server on my desktop.  The server slows to a crawl after several minutes of running.  I have created a test app out of one of my 10 I&#8217;m allowed to create.  To test my code I simple use the appcfg.py and load the new code to the server.  This only takes a few seconds and works really well.  However, I ran into an issue with this approach today.  The index.yaml does not update with indexes.  The development environment updates this file with index you app will use as you test it out.  If you take the same approach you will need to add lines like the ones I&#8217;ve listed:  </p>
<p>indexes:</p>
<p>- kind: TheList<br />
  properties:<br />
  &#8211; name: created<br />
    direction: desc    </p>
<p>You must add this above the #AUTOGENERATED statement in the file.  Or run your program using the SDK and fully test it out.  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whereisflix.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whereisflix.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whereisflix.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=11&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://whereisflix.wordpress.com/2008/12/23/development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a32c2d53f6347f6779885c15f7bb0fde?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rayishome</media:title>
		</media:content>
	</item>
		<item>
		<title>App Engine Datastore Joins</title>
		<link>http://whereisflix.wordpress.com/2008/12/20/app-engine-datastore-joins-2/</link>
		<comments>http://whereisflix.wordpress.com/2008/12/20/app-engine-datastore-joins-2/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:36:08 +0000</pubDate>
		<dc:creator>rayishome</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Datastore]]></category>
		<category><![CDATA[Google app engine]]></category>
		<category><![CDATA[table joins]]></category>

		<guid isPermaLink="false">http://whereisflix.wordpress.com/2008/12/20/app-engine-datastore-joins-2/</guid>
		<description><![CDATA[While working on the site I found a need to join two tables together. I didn&#8217;t find many articles on how to do this, but did find the datastore has joins built in. The code below shows how to join a table using the ReferenceProperty. When you do this the record from the joined table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=10&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While working on the site I found a need to join two tables together.  I didn&#8217;t find many articles on how to do this, but did find the datastore has joins built in.   The code below shows how to join a table using the ReferenceProperty.  When you do this the record from the joined table becomes assessable via an object within the main record.    This is a cool feature and makes database programing simple.  </p>
<p>class Author(db.Model):<br />
  name = db.StringProperty()</p>
<p>class Story(db.Model):<br />
  author = db.ReferenceProperty(Author)</p>
<p>story = db.get(story_key)<br />
author_name = story.author.name</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whereisflix.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whereisflix.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whereisflix.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=10&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://whereisflix.wordpress.com/2008/12/20/app-engine-datastore-joins-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a32c2d53f6347f6779885c15f7bb0fde?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rayishome</media:title>
		</media:content>
	</item>
		<item>
		<title>First app now online</title>
		<link>http://whereisflix.wordpress.com/2008/12/18/first-app-now-online/</link>
		<comments>http://whereisflix.wordpress.com/2008/12/18/first-app-now-online/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 06:17:50 +0000</pubDate>
		<dc:creator>rayishome</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whereisflix.wordpress.com/?p=6</guid>
		<description><![CDATA[Today at 1:00 am est (now), I was able to place my first app online (www.WhereIsFlix.com &#8211; Netflix Video Tracking).  Python is growing on me.  Compared to PHP or ASP you have a good bit of control over how the app functions.  However, it&#8217;s not user friendly.  The language is easy to pick up and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=6&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today at 1:00 am est (now), I was able to place my first app online (<a title="netflix movie tracker" href="http://www.whereisflix.com">www.WhereIsFlix.com &#8211; Netflix Video Tracking</a>).  Python is growing on me.  Compared to PHP or ASP you have a good bit of control over how the app functions.  However, it&#8217;s not user friendly.  The language is easy to pick up and being OO allows the code to start off clean.</p>
<p>The tools Google provides could use some work.  While not hard to use the enviorement is somewhat klunky.  The SDK installs a full blown Python server on your PC.  Until I places a about 10,000 records into the Data Store the server ran quickly.  After adding records the server took up over 350 Megs of memory and responded slowley and at times would lock up.</p>
<p>The bulk loader (bulkload_client.py) is another area where improvement could be needed.  I was able to input zip codes with city, state, lat, and lon.  However only about 10,000 of the 40,000 were loaded into the datastore due to googles own code maxing out the cpu quota.    Loading this same data into the dev server running on my pc caused the shell to lock up several times.</p>
<p>Templates:  I love the seperation of code between the Python and the templates, but found this to be a new challenge as this was yet another language to learn.</p>
<p>Tomorrow:  I will be adding log in api&#8217;s to the code and trying to load the remaining 30,000 zip codes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whereisflix.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whereisflix.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whereisflix.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=6&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://whereisflix.wordpress.com/2008/12/18/first-app-now-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a32c2d53f6347f6779885c15f7bb0fde?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rayishome</media:title>
		</media:content>
	</item>
		<item>
		<title>Google App Engine &#8211; Start</title>
		<link>http://whereisflix.wordpress.com/2008/12/17/google-app-engine-start/</link>
		<comments>http://whereisflix.wordpress.com/2008/12/17/google-app-engine-start/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 00:48:21 +0000</pubDate>
		<dc:creator>rayishome</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://whereisflix.wordpress.com/2008/12/17/google-app-engine-start/</guid>
		<description><![CDATA[I started learning Google App Engine this week. I can&#8217;t resist a free service that offers hosting and powerful tools for development. The only issue I have currently is the need to learn a new language, Python. I read the google help and designed my first test app. This included downloading the SDK and setting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=3&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I started learning Google App Engine this week. I can&#8217;t resist a free service that offers hosting and powerful tools for development. The only issue I have currently is the need to learn a new language, Python. I read the google help and designed my first test app. This included downloading the SDK and setting up a small Python server that emulates the Google environment. I do have to say the entire process is fairly easy. I did created windows shell scripts to easily launch each test application. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whereisflix.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whereisflix.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whereisflix.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whereisflix.wordpress.com&amp;blog=5874850&amp;post=3&amp;subd=whereisflix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://whereisflix.wordpress.com/2008/12/17/google-app-engine-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a32c2d53f6347f6779885c15f7bb0fde?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rayishome</media:title>
		</media:content>
	</item>
	</channel>
</rss>
