<?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>openSourceVFX.org &#187; database</title>
	<atom:link href="http://opensourcevfx.org/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourcevfx.org</link>
	<description>A directory of Open-Source projects for the VFX community</description>
	<lastBuildDate>Wed, 23 Nov 2011 10:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Earth</title>
		<link>http://opensourcevfx.org/2010/01/earth/</link>
		<comments>http://opensourcevfx.org/2010/01/earth/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 17:18:27 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[storage management]]></category>
		<category><![CDATA[web UI]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=392</guid>
		<description><![CDATA[Earth allows you to find files across a large network of machines and track disk usage in real time. It consists of a daemon that indexes filesystems in real time and reports all the changes back to a central database. This can then be queried through a simple, yet powerful, web interface. Think of it [...]
<p class='projectfields'><strong>Project Page</strong>: <a href='http://open.rsp.com.au/projects/earth'>http://open.rsp.com.au/projects/earth</a><br/><strong>Language</strong>: Ruby<br/><strong>Platform</strong>: Linux, Windows, OS X, etc<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-license.php">The GNU General Public License (GPL) version 2</a><br/><strong>Sponsor</strong>: Rising Sun Pictures<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Earth allows you to find files across a large network of machines and track disk usage in real time. It consists of a daemon that indexes filesystems in real time and reports all the changes back to a central database. This can then be queried through a simple, yet powerful, web interface. Think of it like Spotlight or Beagle but operating system independent with a central database for multiple machines with a web application that allows novel ways of exploring your data.</p>
<p style="text-align: justify;">Earth is initially focused on managing the explosion of data that occurs in digital visual effects work.</p>

<p class='projectfields'><strong>Project Page</strong>: <a href='http://open.rsp.com.au/projects/earth'>http://open.rsp.com.au/projects/earth</a><br/><strong>Language</strong>: Ruby<br/><strong>Platform</strong>: Linux, Windows, OS X, etc<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-license.php">The GNU General Public License (GPL) version 2</a><br/><strong>Sponsor</strong>: Rising Sun Pictures<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scala Migrations</title>
		<link>http://opensourcevfx.org/2010/01/scala-migrations/</link>
		<comments>http://opensourcevfx.org/2010/01/scala-migrations/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:42:39 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=123</guid>
		<description><![CDATA[Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.imageworks.com'>http://opensource.imageworks.com</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/scala-migrations/'>http://code.google.com/p/scala-migrations/</a><br/><strong>Language</strong>: Scala<br/><strong>Platform</strong>: All<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Sony Imageworks<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version.<span id="more-123"></span></p>
<p style="text-align: justify;">The package is based off <a href="http://guides.rubyonrails.org/migrations.html">Ruby on Rails Migrations</a> and in fact shares the exact same schema_migrations table to manage the list of installed migrations. The Scala Migrations library is written in Scala and makes use of the clean Scala language to write easy to understand migrations, which are also written in <a href="http://www.scala-lang.org/">Scala</a>. Scala Migrations provides a database abstraction layer that allows migrations to target any supported database vendor.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.imageworks.com'>http://opensource.imageworks.com</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/scala-migrations/'>http://code.google.com/p/scala-migrations/</a><br/><strong>Language</strong>: Scala<br/><strong>Platform</strong>: All<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Sony Imageworks<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/scala-migrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

