Skip to content

Commit b2e6c22

Browse files
committed
new nosql resources
1 parent 4406ab2 commit b2e6c22

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,6 +2957,11 @@ <h2>NoSQL data store resources</h2>
29572957
of NoSQL databases are doing under the covers.</p>
29582958
</li>
29592959
<li>
2960+
<p>The <a href="http://blog.thislongrun.com/2015/03/the-cap-theorem-series.html">CAP Theorem series</a>
2961+
explains concepts related to NoSQL such as what is ACID compared to CAP, CP
2962+
versus CA and high availability in large scale deployments.</p>
2963+
</li>
2964+
<li>
29602965
<p><a href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
29612966
newsletter that aggregates articles, tutorials, and videos about
29622967
non-relational data stores.</p>

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>2015-04-23T10:23:58Z</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>2015-04-25T12:29:53Z</updated></feed>

no-sql-datastore.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ <h2>NoSQL data store resources</h2>
183183
of NoSQL databases are doing under the covers.</p>
184184
</li>
185185
<li>
186+
<p>The <a href="http://blog.thislongrun.com/2015/03/the-cap-theorem-series.html">CAP Theorem series</a>
187+
explains concepts related to NoSQL such as what is ACID compared to CAP, CP
188+
versus CA and high availability in large scale deployments.</p>
189+
</li>
190+
<li>
186191
<p><a href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
187192
newsletter that aggregates articles, tutorials, and videos about
188193
non-relational data stores.</p>

source/content/pages/05-data/02-nosql.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ representing a person could have a property of "female" or "male".
141141
is a detailed article that breaks the mystique behind what some forms
142142
of NoSQL databases are doing under the covers.
143143

144+
* The [CAP Theorem series](http://blog.thislongrun.com/2015/03/the-cap-theorem-series.html)
145+
explains concepts related to NoSQL such as what is ACID compared to CAP, CP
146+
versus CA and high availability in large scale deployments.
147+
144148
* [NoSQL Weekly](http://www.nosqlweekly.com/) is a free curated email
145149
newsletter that aggregates articles, tutorials, and videos about
146150
non-relational data stores.

0 commit comments

Comments
 (0)