Didn&#39;t google just add beta mysql?<br><br><div class="gmail_quote">On Thu, Jan 5, 2012 at 5:38 PM, Michael Elkins <span dir="ltr">&lt;<a href="mailto:me@sigpipe.org">me@sigpipe.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Jan 05, 2012 at 04:45:37PM -0800, Daniel Stewart wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m currently stuck trying to parse the contents of a single RSS feed,<br>
from an RDF Schema, iso-8859-1 encoded, XML document, at single known<br>
URL, using the cElementTree module; To then store this parsed data, in<br>
a single SQL database, via the MySQLdb library, at an initial rate of<br>
1x daily on, wait for it...<br>
<br>
Google App Engine (GAE).<br>
</blockquote>
<br>
You may want to investigate GAE&#39;s data store before you proceed.  You will not be able to use mysqldb, because GAE has it&#39;s own datastore with a different API.  I haven&#39;t looked at the state of open-source reimplementations (see the wiki link below), but one thing to consider is what you will do if you need to migrate off GAE in the future and not be locked in.<br>

<br>
<a href="http://code.google.com/appengine/docs/python/gettingstarted/usingdatastore.html" target="_blank">http://code.google.com/<u></u>appengine/docs/python/<u></u>gettingstarted/usingdatastore.<u></u>html</a><br>
<br>
<a href="http://en.wikipedia.org/wiki/Google_App_Engine#Portability_concerns" target="_blank">http://en.wikipedia.org/wiki/<u></u>Google_App_Engine#Portability_<u></u>concerns</a><br>
<br>
______________________________<u></u>_________________<br>
socal-piggies mailing list<br>
<a href="mailto:socal-piggies@lists.idyll.org" target="_blank">socal-piggies@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/socal-piggies" target="_blank">http://lists.idyll.org/<u></u>listinfo/socal-piggies</a><br>
</blockquote></div><br>