<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (mlednor)</title>
    <link>https://pinboard.in/u:mlednor/public/</link>
    <description>recent bookmarks from mlednor</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://grafana.com/grafana"/>
	<rdf:li rdf:resource="https://prometheus.io/"/>
	<rdf:li rdf:resource="https://dockyard.com/blog/2018/06/15/you-still-need-to-care-about-locks-with-transactions"/>
	<rdf:li rdf:resource="https://franchise.cloud/"/>
	<rdf:li rdf:resource="http://mysqltuner.com/"/>
	<rdf:li rdf:resource="https://sequoiastudios.io/db1"/>
	<rdf:li rdf:resource="http://pig.apache.org/"/>
	<rdf:li rdf:resource="https://github.com/emirozer/fake2db"/>
	<rdf:li rdf:resource="https://coderwall.com/p/mbkpxq/connecting-to-ms-sql-server-using-ruby-on-mac-os-x-10-8"/>
	<rdf:li rdf:resource="http://www.sitepoint.com/database-versioning-dbv/"/>
	<rdf:li rdf:resource="http://www.sandman.io/"/>
	<rdf:li rdf:resource="https://github.com/fastmonkeys/stellar"/>
	<rdf:li rdf:resource="https://metacpan.org/release/App-fsql"/>
	<rdf:li rdf:resource="http://inductionapp.com/"/>
	<rdf:li rdf:resource="http://fluidinfo.com/"/>
	<rdf:li rdf:resource="http://www.kitebird.com/articles/ruby-dbi.html"/>
	<rdf:li rdf:resource="http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon"/>
	<rdf:li rdf:resource="http://memcached.org/"/>
	<rdf:li rdf:resource="http://madlib.net/"/>
	<rdf:li rdf:resource="http://redis.io/"/>
	<rdf:li rdf:resource="http://flazz.me/redis-the-ak-47-of-databases"/>
	<rdf:li rdf:resource="http://blog.cloudant.com/39351506"/>
	<rdf:li rdf:resource="http://www.mongodb.org/"/>
	<rdf:li rdf:resource="http://couchdb.apache.org/docs/overview.html"/>
	<rdf:li rdf:resource="http://janl.github.com/couchdbx/"/>
	<rdf:li rdf:resource="http://www.linqpad.net/"/>
	<rdf:li rdf:resource="http://drizzle.org/"/>
	<rdf:li rdf:resource="http://seancribbs.com/tech/2010/02/06/why-riak-should-power-your-next-rails-app/"/>
	<rdf:li rdf:resource="http://www.mongodb.org/display/DOCS/Home"/>
	<rdf:li rdf:resource="http://couchdb.apache.org/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://grafana.com/grafana">
    <title>Grafana Features | Grafana Labs</title>
    <dc:date>2018-11-25T07:46:02+00:00</dc:date>
    <link>https://grafana.com/grafana</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture.]]></description>
<dc:subject>database graphs monitoring</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:846a0c8c9d6e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:graphs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:monitoring"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://prometheus.io/">
    <title>Prometheus - Monitoring system &amp; time series database</title>
    <dc:date>2018-09-13T13:33:21+00:00</dc:date>
    <link>https://prometheus.io/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Power your metrics and alerting with a leading
open-source monitoring solution.]]></description>
<dc:subject>monitoring opensource database logging</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:498e68d00967/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:monitoring"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:logging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://dockyard.com/blog/2018/06/15/you-still-need-to-care-about-locks-with-transactions">
    <title>You still need to care about locks with transactions - DockYard</title>
    <dc:date>2018-06-16T18:09:17+00:00</dc:date>
    <link>https://dockyard.com/blog/2018/06/15/you-still-need-to-care-about-locks-with-transactions</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[My mental model of Postgres’s transactions was that it used MVCC (Multiversion Concurrency Control): it kept around multiple copies of rows and transactions automatically kept track of which version they used on their first read or write. When it was time to COMMIT the transaction, the server checked if that starting number matched the row’s current, outside-of-transactions number and if it did for all modified rows, then the transaction succeeded, if not, then it rolled back. There was no need for user supplied locks and the server internally didn’t use locks either.]]></description>
<dc:subject>postgresql database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:c2cac862a93e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:postgresql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://franchise.cloud/">
    <title>Franchise: a sql notebook</title>
    <dc:date>2017-09-23T16:17:54+00:00</dc:date>
    <link>https://franchise.cloud/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[an open-source notebook for sql
]]></description>
<dc:subject>database sql</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:2b4910746472/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mysqltuner.com/">
    <title>MySQLTuner-perl by major</title>
    <dc:date>2015-11-25T14:13:48+00:00</dc:date>
    <link>http://mysqltuner.com/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.]]></description>
<dc:subject>database performance perl mysql sysadmin</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:ab16f9f56441/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:perl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sysadmin"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://sequoiastudios.io/db1">
    <title>DB1: Sequoia Studios</title>
    <dc:date>2015-10-23T16:14:34+00:00</dc:date>
    <link>https://sequoiastudios.io/db1</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[DB1 is the simplest way possible to connect to and query databases from Sublime Text. No local database installation required.]]></description>
<dc:subject>database sql mysql postgresql sublimetext</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:1de034c90cf8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:postgresql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sublimetext"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pig.apache.org/">
    <title>Welcome to Apache Pig!</title>
    <dc:date>2015-09-21T14:03:08+00:00</dc:date>
    <link>http://pig.apache.org/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. The salient property of Pig programs is that their structure is amenable to substantial parallelization, which in turns enables them to handle very large data sets.]]></description>
<dc:subject>apache database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:c01fefb2d7c6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:apache"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/emirozer/fake2db">
    <title>emirozer/fake2db</title>
    <dc:date>2014-12-24T18:40:58+00:00</dc:date>
    <link>https://github.com/emirozer/fake2db</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Generate fake but valid data filled databases for test purposes using most popular patterns(AFAIK). Current support is sqlite, mysql, postgresql, mongodb. ]]></description>
<dc:subject>database python testing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:c2254f62ada8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:testing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://coderwall.com/p/mbkpxq/connecting-to-ms-sql-server-using-ruby-on-mac-os-x-10-8">
    <title>coderwall.com : Connecting to MS SQL Server using Ruby on Mac OS/X 10.8</title>
    <dc:date>2014-12-04T11:02:28+00:00</dc:date>
    <link>https://coderwall.com/p/mbkpxq/connecting-to-ms-sql-server-using-ruby-on-mac-os-x-10-8</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Connecting to MS SQL Server using Ruby on Mac OS/X 10.8

This turned out to be much simpler than I thought it would be.]]></description>
<dc:subject>ruby sqlserver database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:e2f0d1453234/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sqlserver"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sitepoint.com/database-versioning-dbv/">
    <title>Database Versioning with DBV</title>
    <dc:date>2014-10-26T09:42:29+00:00</dc:date>
    <link>http://www.sitepoint.com/database-versioning-dbv/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[It’s good practice to always use a version control system in any of your projects. Be it a side-project in which you are the only developer, or a team project where five or more people are working on it together. But the idea of putting your database into version control isn’t really that widespread. Often times we take the database for granted.

But like the source files in our project, the database is constantly changing too. That’s why we also need a way to track the changes that we have made and easily share it to other members of our team.

In this article we will take a look at DBV, a database version control system written in PHP for MySQL databases so you need to have PHP and MySQL installed before you can use it, along with a web server like Apache or Nginx.

An important note about this software is that it is not a stand-alone database version control system, because it needs a version control system such as Git, Mercurial or SVN for syncing changes with your team.]]></description>
<dc:subject>database php versioncontrol</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:a78db9cc9367/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:versioncontrol"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sandman.io/">
    <title>Sandman.io</title>
    <dc:date>2014-10-04T10:19:40+00:00</dc:date>
    <link>http://www.sandman.io/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Create Connected Services
Using the RESTful API service Sandman provides for your legacy data, your developers can quickly create new services for your data. And they don't need to learn complicated database programming to do so. Sandman's REST API looks just like that of Twitter, GitHub, Google. All the services they're already used to.
Sandman Makes Things "REST"
REST API that is. Sandman creates a RESTful service for your database in seconds without writing a line of code.
]]></description>
<dc:subject>api database python rest</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:de7b79d7a297/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:rest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/fastmonkeys/stellar">
    <title>fastmonkeys/stellar</title>
    <dc:date>2014-08-28T08:08:58+00:00</dc:date>
    <link>https://github.com/fastmonkeys/stellar</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Stellar allows you to quickly restore database when you are e.g. writing database migrations, switching branches or messing with SQL. PostgreSQL and MySQL are supported.]]></description>
<dc:subject>mysql database backup</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:6eec08fa018d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:backup"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://metacpan.org/release/App-fsql">
    <title>App-fsql-0.10 - Perform SQL queries against files in CSV/TSV/LTSV/JSON/YAML formats - metacpan.org</title>
    <dc:date>2014-06-25T07:39:03+00:00</dc:date>
    <link>https://metacpan.org/release/App-fsql</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[fsql - Perform SQL queries against files in CSV/TSV/LTSV/JSON/YAML formats]]></description>
<dc:subject>perl database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9092a44f595d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:perl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://inductionapp.com/">
    <title>Induction ⚡ A Polyglot Database Client For Mac OS X</title>
    <dc:date>2013-04-04T09:11:43+00:00</dc:date>
    <link>http://inductionapp.com/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Focus on the data, not the database. Induction is a new kind of tool designed for understanding and communicating relationships in data. Explore rows and columns, query to get exactly what you want, and visualize that data in powerful ways.]]></description>
<dc:subject>mac database tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:31d5f02a2e40/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://fluidinfo.com/">
    <title>Welcome to Fluidinfo</title>
    <dc:date>2011-08-14T07:27:06+00:00</dc:date>
    <link>http://fluidinfo.com/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Fluidinfo is often described as “Wikipedia for data”. More precisely, it is a single-instance online storage solution that makes it possible for people, businesses, and their applications to create, search on, organize, and share metadata about anything. Fluidinfo provides instant online APIs to those who use it for storage.]]></description>
<dc:subject>cloud database storage</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:d73f7be4ddc1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:cloud"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:storage"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.kitebird.com/articles/ruby-dbi.html">
    <title>Using the Ruby DBI Module</title>
    <dc:date>2011-05-26T10:22:51+00:00</dc:date>
    <link>http://www.kitebird.com/articles/ruby-dbi.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[The Ruby DBI module provides a database-independent interface for Ruby scripts similar to that of the Perl DBI module. This document describes how to write Ruby DBI-based scripts. It is an adjunct to and not a substitute for the Ruby DBI specification documents. See the "Resources" section for a pointer to the specifications and also for information about downloading the example scripts used here.]]></description>
<dc:subject>ruby tutorial database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:674c1d13d2ff/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon">
    <title>Moving a Production MySQL Database to Amazon RDS with Minimal Downtime - geehwan's posterous</title>
    <dc:date>2011-04-08T15:29:29+00:00</dc:date>
    <link>http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[I recently had to move our production database at Listia.com from a custom MySQL installation over to Amazon RDS.  The big benefits of RDS for us were automated backups, automatic failover to another availability zone, quick instance size scaling with no downtime (edit: up to 3 minutes of downtime, can be more if there are issues) , and super easy slave deployment.  We had been managing all of it ourselves over the past year with just 2-3 people (btw, we are well-funded and hiring now!) and it was taking up a lot of our time to maintain everything while scaling from 0 to over 20 million pageviews a month.]]></description>
<dc:subject>amazon database mysql</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:c516c912147d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:amazon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://memcached.org/">
    <title>memcached - a distributed memory object caching system</title>
    <dc:date>2011-04-07T12:14:02+00:00</dc:date>
    <link>http://memcached.org/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

Memcached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.]]></description>
<dc:subject>memcached database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:6bb1ee0970ad/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:memcached"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://madlib.net/">
    <title>MADlib</title>
    <dc:date>2011-02-02T20:05:05+00:00</dc:date>
    <link>http://madlib.net/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[MADlib is an open-source library for scalable in-database analytics. It provides data-parallel implementations of mathematical, statistical and machine learning methods for structured and unstructured data.

The MADlib mission: to foster widespread development of scalable analytic skills, by harnessing efforts from commercial practice, academic research, and open-source development.]]></description>
<dc:subject>database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:88ee3ddebb18/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://redis.io/">
    <title>Redis</title>
    <dc:date>2011-01-29T15:33:49+00:00</dc:date>
    <link>http://redis.io/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.]]></description>
<dc:subject>database opensource programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9ec594bfbfb5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://flazz.me/redis-the-ak-47-of-databases">
    <title>redis: the AK-47 of databases - flazz.me</title>
    <dc:date>2011-01-29T15:33:35+00:00</dc:date>
    <link>http://flazz.me/redis-the-ak-47-of-databases</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[redis: the AK-47 of databases]]></description>
<dc:subject>database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:b1f70551e312/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.cloudant.com/39351506">
    <title>MapReduce from the basics to the actually useful (in under 30 minutes) - Cloudant</title>
    <dc:date>2011-01-15T10:05:36+00:00</dc:date>
    <link>http://blog.cloudant.com/39351506</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Recently, Tim Anglade culminated his NOSQL World Tour with the release of the NOSQL Tapes, a collection of live interviews collected globally. Not only do I find that site aesthetically pleasing (courtesy of our own Steadicat), but there is a tremendous amount of solid content, from technical discussions to opinions and conjectures from many of the young leaders in the field. I was fortunate to get a bit of Tim’s time when he stopped in Seattle and we recorded a longish video on MapReduce in my lab at UW. While I love the old school feel of a chalk-talk, I must admit I’m pretty embarrassed at how rambling and fragmented my explanations are, not to mention my shoddy use of available board space. Therefore the Physics Professor in me feels obligated to try again, albeit offline this time.
]]></description>
<dc:subject>database tutorial</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:b172e6f03aa9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mongodb.org/">
    <title>MongoDB</title>
    <dc:date>2010-08-08T20:10:36+00:00</dc:date>
    <link>http://www.mongodb.org/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality).

MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database. Written in C++, MongoDB features:]]></description>
<dc:subject>database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:122f0d59e72b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://couchdb.apache.org/docs/overview.html">
    <title>Apache CouchDB: Technical Overview</title>
    <dc:date>2010-03-24T13:09:47+00:00</dc:date>
    <link>http://couchdb.apache.org/docs/overview.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[A CouchDB server hosts named databases, which store documents. Each document is uniquely named in the database, and CouchDB provides a RESTful HTTP API for reading and updating (add, edit, delete) database documents.]]></description>
<dc:subject>database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:aa5b21949d32/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://janl.github.com/couchdbx/">
    <title>CouchDBX — The one-click CouchDB Package for your Mac</title>
    <dc:date>2010-03-24T13:09:27+00:00</dc:date>
    <link>http://janl.github.com/couchdbx/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[CouchDBX is the simplest way to get CouchDB running on your Mac]]></description>
<dc:subject>database mac</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:875b388b5f25/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.linqpad.net/">
    <title>Download LINQPad</title>
    <dc:date>2010-03-24T07:30:45+00:00</dc:date>
    <link>http://www.linqpad.net/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Tired of querying in antiquated SQL?
Well, you don't have to!  LINQPad lets you interactively query databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!]]></description>
<dc:subject>database tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:28fa00d5354c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://drizzle.org/">
    <title>drizzle.org</title>
    <dc:date>2010-03-15T15:40:19+00:00</dc:date>
    <link>http://drizzle.org/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[An Open Source Microkernel DBMS for High Performance Scale-Out Applications]]></description>
<dc:subject>mysql database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:99192e128331/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://seancribbs.com/tech/2010/02/06/why-riak-should-power-your-next-rails-app/">
    <title>Why Riak should power your next Rails app - sean cribbs :: digital renaissance man</title>
    <dc:date>2010-02-07T17:21:57+00:00</dc:date>
    <link>http://seancribbs.com/tech/2010/02/06/why-riak-should-power-your-next-rails-app/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>rails database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:af22bdbd2798/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mongodb.org/display/DOCS/Home">
    <title>Home - MongoDB - 10gen Confluence</title>
    <dc:date>2010-02-05T07:40:00+00:00</dc:date>
    <link>http://www.mongodb.org/display/DOCS/Home</link>
    <dc:creator>mlednor</dc:creator><dc:subject>database</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:744939ec4f9e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://couchdb.apache.org/">
    <title>Apache CouchDB: The CouchDB Project</title>
    <dc:date>2009-12-22T21:20:04+00:00</dc:date>
    <link>http://couchdb.apache.org/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>apache javascript database</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:a37861897d2d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:apache"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:database"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>