<?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>brain of matpalm &#187; mongodb</title>
	<atom:link href="http://matpalm.com/blog/tag/mongodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://matpalm.com/blog</link>
	<description>thoughts from a data scientist wannabe</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:38:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mongodb + twitter + yahoo term extractor = fun!</title>
		<link>http://matpalm.com/blog/2010/03/07/mongodb-twitter-yahoo-term-extractor-fun/</link>
		<comments>http://matpalm.com/blog/2010/03/07/mongodb-twitter-yahoo-term-extractor-fun/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:38:25 +0000</pubDate>
		<dc:creator>matpalm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[term extraction]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://matpalm.com/blog/?p=325</guid>
		<description><![CDATA[ran a little experiment in using yahoo term extraction yesterday and it worked well enough. here&#8217;s some code to pass some text to yahoo and get back an array of terms
i&#8217;ve got to say mongodb is such an easy tool for working with json data. these 20 odd lines insert a text json tweet stream [...]]]></description>
			<content:encoded><![CDATA[<p>ran a little experiment in using <a href="http://developer.yahoo.com/search/content/V1/termExtraction.html">yahoo term extraction</a> yesterday and it worked well enough. here&#8217;s <a href="http://github.com/matpalm/twitter/blob/master/cheese_terms/extract_terms.rb">some code</a> to pass some text to yahoo and get back an array of terms</p>
<p>i&#8217;ve got to say mongodb is such an easy tool for working with json data. <a href="http://github.com/matpalm/twitter/blob/master/cheese_terms/insert_into_mongo.rb">these 20 odd lines</a> insert a text json tweet stream into mongo. so simple, why can&#8217;t all code be this easy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://matpalm.com/blog/2010/03/07/mongodb-twitter-yahoo-term-extractor-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
