You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presents the basic constraints all databases must trade off in operation.</p>
1951
+
</li>
1952
+
<li>
1953
+
<p>This post on <ahref="http://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/">What is a NoSQL database? Learn By Writing One in Python</a>
1954
+
is a detailed article that breaks the mystique behind what some forms
1955
+
of NoSQL databases are doing under the covers.</p>
1950
1956
</li>
1951
1957
<li>
1952
1958
<p><ahref="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
@@ -3705,6 +3711,10 @@ <h1>Change Log</h1>
3705
3711
the
3706
3712
<ahref="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
3707
3713
<h2>2014</h2>
3714
+
<h3>September</h3>
3715
+
<ul>
3716
+
<li>A few new resources for NoSQL data stores.</li>
3717
+
</ul>
3708
3718
<h3>August</h3>
3709
3719
<ul>
3710
3720
<li>New interesting link for web framework code complexity visualizations.</li>
presents the basic constraints all databases must trade off in operation.</p>
147
+
</li>
148
+
<li>
149
+
<p>This post on <ahref="http://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/">What is a NoSQL database? Learn By Writing One in Python</a>
150
+
is a detailed article that breaks the mystique behind what some forms
151
+
of NoSQL databases are doing under the covers.</p>
146
152
</li>
147
153
<li>
148
154
<p><ahref="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
presents the basic constraints all databases must trade off in operation.
124
+
125
+
* This post on [What is a NoSQL database? Learn By Writing One in Python](http://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
126
+
is a detailed article that breaks the mystique behind what some forms
127
+
of NoSQL databases are doing under the covers.
123
128
124
129
*[NoSQL Weekly](http://www.nosqlweekly.com/) is a free curated email
125
130
newsletter that aggregates articles, tutorials, and videos about
@@ -130,6 +135,7 @@ representing a person could have a property of "female" or "male".
130
135
datastores with attributes and the best use cases for each one.
131
136
132
137
138
+
133
139
## NoSQL data stores learning checklist
134
140
<iclass="fa fa-check-square-o"></i>
135
141
Understand why NoSQL data stores are better for some use cases than relational
0 commit comments