Skip to content

Commit d12e442

Browse files
committed
new nosql resources
1 parent 46c116f commit d12e442

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3978,6 +3978,14 @@ <h2>NoSQL data store resources</h2>
39783978
is a large list of popular, BigTable-based, special purpose, and other
39793979
datastores with attributes and the best use cases for each one.</p>
39803980
</li>
3981+
<li>
3982+
<p>Relational databases such as MySQL and PostgreSQL have added features in
3983+
more recent versions that mimic some of the capabilities of NoSQL data
3984+
stores. For example, check out this blog post on
3985+
<a href="http://engineering.wix.com/2015/12/10/scaling-to-100m-mysql-is-a-better-nosql/">using MySQL as a key-value pair store</a>
3986+
and this post on
3987+
<a href="https://blog.codeship.com/unleash-the-power-of-storing-json-in-postgres/">storing JSON data in PostgreSQL</a>.</p>
3988+
</li>
39813989
</ul>
39823990
<h2>NoSQL data stores learning checklist</h2>
39833991
<ol>

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-12-09T06:27:05Z</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-12-10T09:31:18Z</updated></feed>

no-sql-datastore.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,14 @@ <h2>NoSQL data store resources</h2>
230230
is a large list of popular, BigTable-based, special purpose, and other
231231
datastores with attributes and the best use cases for each one.</p>
232232
</li>
233+
<li>
234+
<p>Relational databases such as MySQL and PostgreSQL have added features in
235+
more recent versions that mimic some of the capabilities of NoSQL data
236+
stores. For example, check out this blog post on
237+
<a href="http://engineering.wix.com/2015/12/10/scaling-to-100m-mysql-is-a-better-nosql/">using MySQL as a key-value pair store</a>
238+
and this post on
239+
<a href="https://blog.codeship.com/unleash-the-power-of-storing-json-in-postgres/">storing JSON data in PostgreSQL</a>.</p>
240+
</li>
233241
</ul>
234242
<h2>NoSQL data stores learning checklist</h2>
235243
<ol>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ representing a person could have a property of "female" or "male".
183183
is a large list of popular, BigTable-based, special purpose, and other
184184
datastores with attributes and the best use cases for each one.
185185

186+
* Relational databases such as MySQL and PostgreSQL have added features in
187+
more recent versions that mimic some of the capabilities of NoSQL data
188+
stores. For example, check out this blog post on
189+
[using MySQL as a key-value pair store](http://engineering.wix.com/2015/12/10/scaling-to-100m-mysql-is-a-better-nosql/)
190+
and this post on
191+
[storing JSON data in PostgreSQL](https://blog.codeship.com/unleash-the-power-of-storing-json-in-postgres/).
192+
186193

187194
## NoSQL data stores learning checklist
188195
1. Understand why NoSQL data stores are better for some use cases than

0 commit comments

Comments
 (0)