Skip to content

Commit 4a43e37

Browse files
committed
adding no sql datastore reference
1 parent f7b9c2b commit 4a43e37

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-01T14:27:52Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-01T19:05:24Z</updated></feed>

no-sql-datastore.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ <h2>NoSQL data stores resources</h2>
118118
<p><a class="reference external" href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
119119
newsletter that aggregates articles, tutorials, and videos about
120120
non-relational data stores.</p>
121+
<p><a class="reference external" href="http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis">NoSQL comparison</a>
122+
is a large list of popular, BigTable-based, special purpose, and other
123+
datastores with attributes and the best use cases for each one.</p>
121124
</div>
122125

123126
<br/>

source/content/pages/no-sql-datastore.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ NoSQL data stores resources
6060
newsletter that aggregates articles, tutorials, and videos about
6161
non-relational data stores.
6262

63+
`NoSQL comparison <http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis>`_
64+
is a large list of popular, BigTable-based, special purpose, and other
65+
datastores with attributes and the best use cases for each one.
6366

6467

0 commit comments

Comments
 (0)