<?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>BigRecord</title>
	<atom:link href="http://www.bigrecord.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigrecord.org</link>
	<description>Column-oriented Data Mapping for Ruby on Rails</description>
	<lastBuildDate>Mon, 26 Oct 2009 20:13:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is Bigger Better ?</title>
		<link>http://www.bigrecord.org/is-bigger-better/</link>
		<comments>http://www.bigrecord.org/is-bigger-better/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:51:17 +0000</pubDate>
		<dc:creator>joost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bigrecord.org/?p=44</guid>
		<description><![CDATA[Much like with beards, when it comes to databases, bigger isn&#8217;t always bettter.  But at openplaces, we&#8217;re stuck between a rock and hard place.  A big hard place.  With terabytes of data.  With millions of records. Some painful truths:

Distributed computing is messy.  Nodes go out of sync, data gets lost.
There is no mature distributed database [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Much like with <a href="http://www.biggerbetterbeards.org/">beards</a>, when it comes to databases, bigger isn&#8217;t always bettter.  But at <a href="http://www.openplaces.com">openplaces</a>, we&#8217;re stuck between a rock and hard place.  A big hard place.  With terabytes of data.  With millions of records. Some painful truths:</p>
<ul>
<li>Distributed computing is messy.  Nodes go out of sync, data gets lost.</li>
<li>There is no mature distributed database option.  HBase, Hypertable, Cassandra, CouchDB, MongoDB, Voldemort&#8230; They all have sharp edges.  You are going to get cut and you are going to bleed.</li>
<li>It takes about 12 hours to upload our database to EC2.  But our data is growing.  Soon we&#8217;ll have to actually ship hard drives to Seattle: http://aws.amazon.com/importexport/.</li>
</ul>
<p>On that up-beat note, Ruby coders, you are finally invited to start playing with BigRecord, your window to the world of Bigtable-esque data.  Which, for now, means HBase.  <a href="http://www.bigrecord.org/getting-started/">Click here</a> to get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigrecord.org/is-bigger-better/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Big Day</title>
		<link>http://www.bigrecord.org/the-big-day/</link>
		<comments>http://www.bigrecord.org/the-big-day/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:05:36 +0000</pubDate>
		<dc:creator>joost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://bigrecord.org/?p=15</guid>
		<description><![CDATA[If you found this site and you&#8217;re wondering what the deal is, all I can say is: we&#8217;re working on it.  Basically we have some to strip dependencies to hbase and our application code, implement a driver for Cassandra to prove we&#8217;ve abstracting BigRecord properly, write some more tests and then package it all up [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you found this site and you&#8217;re wondering what the deal is, all I can say is: we&#8217;re working on it.  Basically we have some to strip dependencies to hbase and our application code, implement a driver for Cassandra to prove we&#8217;ve abstracting BigRecord properly, write some more tests and then package it all up nicely into a Gem.  Stand by for launch in about a month.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigrecord.org/the-big-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Big or Go Home</title>
		<link>http://www.bigrecord.org/go-big-or-go-home/</link>
		<comments>http://www.bigrecord.org/go-big-or-go-home/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://bigrecord.org/?p=9</guid>
		<description><![CDATA[ActiveRecord is pretty awesome.  And column-oriented data storage?  Also awesome.  Relational databases for ambitiously scalable websites serving massive amounts of data?  Not so much.
So we were riding the Rails and we wanted to go big.  But replication and sharding with MySQL made us want to go home.  Then we got seduced by a Google-inspired bleeding-edge [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>ActiveRecord is pretty awesome.  And column-oriented data storage?  Also awesome.  Relational databases for ambitiously scalable websites serving massive amounts of data?  Not so much.</p>
<p>So <a title="openplaces travel research engine" href="http://www.openplaces.org">we</a> were riding the Rails and we wanted to go big.  But replication and sharding with MySQL made us want to go home.  Then we got seduced by a Google-inspired bleeding-edge project called HBase, a siren who called out &#8216;distributed!&#8217;, &#8217;schema-less!&#8217; and &#8216;map/reduce!&#8217;.  The result?  A rewrite of ActiveRecord for a new kind of non-relational database.</p>
<p>BigRecord is ActiveRecord for web-scale column-oriented systems like HBase (e.g. Cassandra, Hypertable) and with some help, can be adapted for document-oriented databases, too (e.g. CouchDB, Dynomite, ThruDB, Tokyo Cabinet).</p>
<p>We&#8217;re putting it out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigrecord.org/go-big-or-go-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
