<?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 Aust Gate &#187; nosql</title>
	<atom:link href="http://austgate.co.uk/tags/nosql/feed/" rel="self" type="application/rss+xml" />
	<link>http://austgate.co.uk</link>
	<description>Open Knowledge and Literature</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:10:47 +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>Scripting announced for Redis</title>
		<link>http://austgate.co.uk/2011/04/scripting-announced-for-redis/</link>
		<comments>http://austgate.co.uk/2011/04/scripting-announced-for-redis/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 18:52:16 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=331</guid>
		<description><![CDATA[I&#8217;ve just come across this blog post via the Redis Google group by Salvatore &#8216;Antirez&#8217; Sanfilippo on introducing some scripting into the Redis key-vaue datastore. I&#8217;ve played around with Redis again as part of a logging system, having used it as a really basic queue system in a previous life. I may not play with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just come across this <a title="Antirez on Redis and scripting" href="http://antirez.com/post/redis-and-scripting.html" target="_blank">blog post</a> via the Redis Google group by Salvatore &#8216;Antirez&#8217; Sanfilippo on introducing some scripting into the Redis key-vaue datastore.</p>
<p>I&#8217;ve played around with Redis again as part of a logging system, having used it as a really basic queue system in a previous life. I may not play with it immediately but there is a lot to chew over in the post about writing scripts against Redis.</p>
<p>Initially I&#8217;m looking at trying to write a search script for a day&#8217;s worth of logs, so nothing major but I&#8217;m also hoping to capture counts for services and parts of a platform being used. It&#8217;ll probably have a very few defined commands to avoid bloat although it will initially be in PHP (since I&#8217;m using it for other parts of the platform). It might change into a different language (Lua seems to be the one being muttered about) if performance requires it.</p>
<p>It has been a while since I&#8217;ve really played with Redis but I&#8217;m glad to come back to it and become re-acquainted with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2011/04/scripting-announced-for-redis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a space for NoSQL</title>
		<link>http://austgate.co.uk/2010/07/187/</link>
		<comments>http://austgate.co.uk/2010/07/187/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 19:11:26 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=187</guid>
		<description><![CDATA[ReadWriteWeb have a post on NoSQL (again?) by Audrey Watters which is a brief overview of the area.  The original post points the Heroku blog, where Adam Wiggins outlines the uses of NoSQL. I&#8217;m not an expert by any means but use Redis on a daily basis with the Rediska PHP library. I remember having [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ReadWriteWeb on NoSQL" href="http://www.readwriteweb.com/cloud/2010/07/cassandra-predicting-the-futur.php" target="_blank">ReadWriteWeb</a> have a post on NoSQL (again?) by Audrey Watters which is a brief overview of the area.  The original post points the Heroku blog, where Adam Wiggins <a title="Heroku blog on NoSQL" href="http://blog.heroku.com/archives/2010/7/20/nosql/" target="_blank">outlines the uses of NoSQL</a>. I&#8217;m not an expert by any means but use Redis on a daily basis with the  Rediska PHP library. I remember having an argument with the IT director when I originally proposed using Redis but I&#8217;m glad that the gamble has paid off. The caching system that uses is now far more productive than the earlier version.</p>
<p>Our base is database is MySQL which I like a fair amount for what we do with it but all I needed do was to cache some data. The scripts write a fair amount of data to the cache and then there is one read process to read the entire list before updating the main database. At least I know that the data has some sort of security. It is not a panacea or similar cure all but it does have a place in development for certain jobs.</p>
<p>Best tool and all that?</p>
<p>I can understand why <a title="Cassandra, Twitter and NoSQL" href="http://engineering.twitter.com/2010/07/cassandra-at-twitter-today.html" target="_blank">Twitter are not using Cassandra</a> in the main service but are still using it for other projects.  For now. Systems and priorities change and perhaps it will happen in some way.</p>
<p>Despite its meteoric rise, NoSQL is not the answer to everything. It does have a useful place though.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2010/07/187/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

