Skip to content

Commit 39e0d1e

Browse files
committed
new nosql resource
1 parent 760399d commit 39e0d1e

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,12 @@ <h2>NoSQL third-party services</h2>
20292029
<h2>NoSQL data store resources</h2>
20302030
<ul>
20312031
<li>
2032+
<p><a href="http://www.thoughtworks.com/insights/blog/nosql-databases-overview">NoSQL databases: an overview</a>
2033+
explains what NoSQL means, how data is stored differently than in
2034+
relational systems and what the Consistency, Availability and
2035+
Partition-Tolerance (CAP) Theorem means.</p>
2036+
</li>
2037+
<li>
20322038
<p><a href="http://natishalom.typepad.com/nati_shaloms_blog/2010/10/nocap.html">CAP Theorem overview</a>
20332039
presents the basic constraints all databases must trade off in operation.</p>
20342040
</li>

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-10-16T07:21:56Z</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-10-17T06:02:36Z</updated></feed>

no-sql-datastore.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ <h2>NoSQL third-party services</h2>
149149
<h2>NoSQL data store resources</h2>
150150
<ul>
151151
<li>
152+
<p><a href="http://www.thoughtworks.com/insights/blog/nosql-databases-overview">NoSQL databases: an overview</a>
153+
explains what NoSQL means, how data is stored differently than in
154+
relational systems and what the Consistency, Availability and
155+
Partition-Tolerance (CAP) Theorem means.</p>
156+
</li>
157+
<li>
152158
<p><a href="http://natishalom.typepad.com/nati_shaloms_blog/2010/10/nocap.html">CAP Theorem overview</a>
153159
presents the basic constraints all databases must trade off in operation.</p>
154160
</li>

source/content/pages/04-data/0402-no-sql-datastores.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ representing a person could have a property of "female" or "male".
123123

124124

125125
## NoSQL data store resources
126+
* [NoSQL databases: an overview](http://www.thoughtworks.com/insights/blog/nosql-databases-overview)
127+
explains what NoSQL means, how data is stored differently than in
128+
relational systems and what the Consistency, Availability and
129+
Partition-Tolerance (CAP) Theorem means.
130+
126131
* [CAP Theorem overview](http://natishalom.typepad.com/nati_shaloms_blog/2010/10/nocap.html)
127132
presents the basic constraints all databases must trade off in operation.
128133

0 commit comments

Comments
 (0)