<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Getting data out of MySQL</title>
	<atom:link href="http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/</link>
	<description>Thoughts from the edge of the 'net</description>
	<lastBuildDate>Sun, 13 Dec 2009 20:49:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noel</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1210</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Sat, 09 Jun 2007 05:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1210</guid>
		<description>We used JSON for one thing in wiserearth but I didn&#039;t implement it.  I should make an excuse to use it for something. My current project has a REST API, but they already settled on XML for it.</description>
		<content:encoded><![CDATA[<p>We used JSON for one thing in wiserearth but I didn&#8217;t implement it.  I should make an excuse to use it for something. My current project has a REST API, but they already settled on XML for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François Schiettecatte</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1185</link>
		<dc:creator>François Schiettecatte</dc:creator>
		<pubDate>Fri, 08 Jun 2007 10:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1185</guid>
		<description>I took a look at JSON recently and implemented it for a personal project here. I found it to be very well thought out, it is very lightweight and requires less resources to parse than XML which makes it a very nice alternative when you don&#039;t need all the features of XML.</description>
		<content:encoded><![CDATA[<p>I took a look at JSON recently and implemented it for a personal project here. I found it to be very well thought out, it is very lightweight and requires less resources to parse than XML which makes it a very nice alternative when you don&#8217;t need all the features of XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noel</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1178</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Fri, 08 Jun 2007 05:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1178</guid>
		<description>oh NM...that&#039;s what you&#039;re saying use JSON for!  Duh...</description>
		<content:encoded><![CDATA[<p>oh NM&#8230;that&#8217;s what you&#8217;re saying use JSON for!  Duh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noel</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1175</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Fri, 08 Jun 2007 05:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1175</guid>
		<description>POST would require some kind of expected structure though would it not? XML?

Very cool nonetheless.  What about more complex tables/rows?  What if I wanted to select 5 columns at once out of a table by its key?  What does the return structure give me?</description>
		<content:encoded><![CDATA[<p>POST would require some kind of expected structure though would it not? XML?</p>
<p>Very cool nonetheless.  What about more complex tables/rows?  What if I wanted to select 5 columns at once out of a table by its key?  What does the return structure give me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François Schiettecatte</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1128</link>
		<dc:creator>François Schiettecatte</dc:creator>
		<pubDate>Thu, 07 Jun 2007 11:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1128</guid>
		<description>Hi Paul

Great, I would have settled for GET, but making support for PUT, POST and DELETE possible would be great.</description>
		<content:encoded><![CDATA[<p>Hi Paul</p>
<p>Great, I would have settled for GET, but making support for PUT, POST and DELETE possible would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul McCullagh</title>
		<link>http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1117</link>
		<dc:creator>Paul McCullagh</dc:creator>
		<pubDate>Thu, 07 Jun 2007 07:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/2007/06/06/getting-data-out-of-mysql/#comment-1117</guid>
		<description>Hi François,

As you have noted, the BLOB streaming engine turns MySQL into a &quot;RESTful&quot; application. I am sure this will please Roy Fielding, and fits perfectly into the MySQL Web 2.0 strategy!

What you are now suggesting is that we enable retrieval of entire records (or a selection of records) in JSON. Then, as you say, an application could just GET the data it wants out of the database (it could also use PUT to insert, POST to update and DELETE to ... delete records, for that matter).

Excellent idea! :) I will make sure that the server-side streaming API makes this possible!</description>
		<content:encoded><![CDATA[<p>Hi François,</p>
<p>As you have noted, the BLOB streaming engine turns MySQL into a &#8220;RESTful&#8221; application. I am sure this will please Roy Fielding, and fits perfectly into the MySQL Web 2.0 strategy!</p>
<p>What you are now suggesting is that we enable retrieval of entire records (or a selection of records) in JSON. Then, as you say, an application could just GET the data it wants out of the database (it could also use PUT to insert, POST to update and DELETE to &#8230; delete records, for that matter).</p>
<p>Excellent idea! :) I will make sure that the server-side streaming API makes this possible!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
