<?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>Big Data Community Group</title>
	<atom:link href="http://www.w3.org/community/bigdata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3.org/community/bigdata</link>
	<description></description>
	<lastBuildDate>Sun, 28 Apr 2013 03:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HBase and Datawarehouse</title>
		<link>http://www.w3.org/community/bigdata/2013/04/28/hbase-and-datawarehouse/</link>
		<comments>http://www.w3.org/community/bigdata/2013/04/28/hbase-and-datawarehouse/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 03:14:53 +0000</pubDate>
		<dc:creator>KIRAN V K</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=20</guid>
		<description><![CDATA[What is the difference between a NoSQL database like HBase and a data warehouse? Doesn&#8217;t both store data from disparate sources and formats?]]></description>
			<content:encoded><![CDATA[<p>What is the difference between a NoSQL database like HBase and a data warehouse? Doesn&#8217;t both store data from disparate sources and formats?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2013/04/28/hbase-and-datawarehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBase and Semantic Integration</title>
		<link>http://www.w3.org/community/bigdata/2013/04/27/hbase-and-semantic-integration/</link>
		<comments>http://www.w3.org/community/bigdata/2013/04/27/hbase-and-semantic-integration/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 13:00:16 +0000</pubDate>
		<dc:creator>KIRAN V K</dc:creator>
				<category><![CDATA[BigData and Semantic Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=18</guid>
		<description><![CDATA[We can use HBase as a storage back end for big-data.Can you think of any application areas or scenarios which may require semantic integration of different tables in HBase?(note that the data stored in HBase is not RDF triples and &#8230; <a href="http://www.w3.org/community/bigdata/2013/04/27/hbase-and-semantic-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We can use HBase as a storage back end for big-data.Can you think of any application areas or scenarios which may require semantic integration of different tables in HBase?(note that the data stored in HBase is not RDF triples and I&#8217;am not talking about using HBase as an RDF backend)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2013/04/27/hbase-and-semantic-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How HBase is Column Oriented?</title>
		<link>http://www.w3.org/community/bigdata/2013/04/09/how-hbase-is-column-oriented/</link>
		<comments>http://www.w3.org/community/bigdata/2013/04/09/how-hbase-is-column-oriented/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 09:06:11 +0000</pubDate>
		<dc:creator>KIRAN V K</dc:creator>
				<category><![CDATA[BigData and Semantic Web]]></category>
		<category><![CDATA[HBase HFile KeyValue]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=14</guid>
		<description><![CDATA[Does HBase fit into column-oriented database(datastore) definition of http://en.wikipedia.org/wiki/Column-oriented_DBMS.If it does; does it mean the keyvalue entries in HFile is stored in a column basis ie all keyvalues of one {column family:column entry} stored together followed ny next {column family:column &#8230; <a href="http://www.w3.org/community/bigdata/2013/04/09/how-hbase-is-column-oriented/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Does HBase fit into column-oriented database(datastore) definition of http://en.wikipedia.org/wiki/Column-oriented_DBMS.If it does; does it mean the keyvalue entries in HFile is stored in a column basis ie all keyvalues of one {column family:column entry} stored together followed ny next {column family:column entry}?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2013/04/09/how-hbase-is-column-oriented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exposing Data In HBase as RDF</title>
		<link>http://www.w3.org/community/bigdata/2013/04/06/exposing-data-in-hbase-as-rdf/</link>
		<comments>http://www.w3.org/community/bigdata/2013/04/06/exposing-data-in-hbase-as-rdf/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 04:15:25 +0000</pubDate>
		<dc:creator>KIRAN V K</dc:creator>
				<category><![CDATA[BigData and Semantic Web]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=10</guid>
		<description><![CDATA[I have written a HBase scanner that converts HBase row entries into RDF.Can anybody suggest a streaming SPRAQL endpoint that can be used to answer SPARQL queries without actually storing the generated RDF representation?]]></description>
			<content:encoded><![CDATA[<p>I have written a HBase scanner that converts  HBase row entries into RDF.Can anybody suggest a streaming SPRAQL endpoint that can be used to answer SPARQL queries without actually storing the generated  RDF representation?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2013/04/06/exposing-data-in-hbase-as-rdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond BigData?</title>
		<link>http://www.w3.org/community/bigdata/2012/10/28/beyond-bigdata-2/</link>
		<comments>http://www.w3.org/community/bigdata/2012/10/28/beyond-bigdata-2/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 23:34:32 +0000</pubDate>
		<dc:creator>Daniel Hulme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=7</guid>
		<description><![CDATA[&#160; Hi all, I hope you&#8217;re having good weekend. I wrote this blog post yesterday about the futuroff BigData. It would be great to get your thoughts: http://danielhulme.blogspot.co.uk/2012/10/in-beginning-bigbuzz-was-bigdata.html Thanks, Daniel]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span class="Apple-style-span">Hi all,</span></p>
<div></div>
<div>I hope you&#8217;re having good weekend.</div>
<div></div>
<div>I wrote this blog post yesterday about the futuroff BigData. It would be great to get your thoughts:</div>
<div></div>
<div><a href="http://danielhulme.blogspot.co.uk/2012/10/in-beginning-bigbuzz-was-bigdata.html" rel="external nofollow">http://danielhulme.blogspot.co.uk/2012/10/in-beginning-bigbuzz-was-bigdata.html</a></div>
<div></div>
<div>Thanks,</div>
<div></div>
<div>Daniel</div>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2012/10/28/beyond-bigdata-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.w3.org/community/bigdata/2012/04/12/hello-world/</link>
		<comments>http://www.w3.org/community/bigdata/2012/04/12/hello-world/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 01:11:21 +0000</pubDate>
		<dc:creator>Ian Jacobs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.w3.org/community/bigdata/?p=1</guid>
		<description><![CDATA[Welcome to Community and Business Groups. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://www.w3.org/community/" rel="external nofollow">Community and Business Groups</a>. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3.org/community/bigdata/2012/04/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
