<?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>The Brian Olore Story &#187; datamapper</title>
	<atom:link href="http://brian.olore.net/wp/tag/datamapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.olore.net</link>
	<description>Less of a story, more of a brain dump</description>
	<lastBuildDate>Sun, 18 Dec 2011 17:19:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RailsConf &#8211; Day 3 &#8211; Persistence Smoothie</title>
		<link>http://brian.olore.net/wp/2010/06/railsconf-day-3-persistence-smoothie/</link>
		<comments>http://brian.olore.net/wp/2010/06/railsconf-day-3-persistence-smoothie/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 19:34:36 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[railsconf]]></category>

		<guid isPermaLink="false">http://brian.olore.net/?p=188</guid>
		<description><![CDATA[Persistence Smoothie &#8211; Blending SQL &#38; NoSQL &#8211; Flip Sasser (Intridea, Inc.) @flipsasser http://github.com/flipsasser/Persistence-Smoothie NoSQL means no ACID Keep what you know &#8211; don&#8217;t throw out your MySQL DataMapper is the swiss army knife of ORM - can point different models to different datastores - Have a lot of refactoring to do Sample Store App [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.oreilly.com/rails2010/public/schedule/detail/11245">Persistence Smoothie &#8211; Blending SQL &amp; NoSQL</a> &#8211; <a href="http://en.oreilly.com/rails2010/public/schedule/speaker/81272">Flip  Sasser</a> (Intridea, Inc.)<br />
@flipsasser</p>
<p>http://github.com/flipsasser/Persistence-Smoothie</p>
<p>NoSQL means no ACID<br />
Keep what you know &#8211; don&#8217;t throw out your MySQL</p>
<p>DataMapper is the swiss army knife of ORM<br />
- can point different models to different datastores<br />
- Have a lot of refactoring to do</p>
<p>Sample Store App<br />
- Authentication &#8211; keep in Reational DB<br />
- Products &#8211; store metadata<br />
- Purchases &#8211; keep it in RDB<br />
- Activity Stream &#8211; denormalize with key/value store</p>
<p>mongofy &#8211; gem for moving data from mysql to mongo</p>
<p>Drawbacks<br />
- DataPortability is lowered<br />
- Lot more moving parts<br />
- Say goodbye to all your fun AR mixins</p>
]]></content:encoded>
			<wfw:commentRss>http://brian.olore.net/wp/2010/06/railsconf-day-3-persistence-smoothie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

