Skip to content

Commit cbf93a8

Browse files
committed
new database resource
1 parent b0983f8 commit cbf93a8

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
@@ -1924,6 +1924,12 @@ <h2>Database third-party services</h2>
19241924
<h2>Database resources</h2>
19251925
<ul>
19261926
<li>
1927+
<p><a href="https://medium.com/@jeeyoungk/why-i-love-databases-1d4cc433685f">Why I Love Databases</a>
1928+
is a great read on the CAP Theorem, distributed systems and other topics
1929+
that are at the core of database theory and implementation. Well worth
1930+
the time to read.</p>
1931+
</li>
1932+
<li>
19271933
<p><a href="http://db-engines.com/en/ranking">DB-Engines</a> ranks the most popular
19281934
database management systems.</p>
19291935
</li>

databases.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ <h2>Database third-party services</h2>
193193
<h2>Database resources</h2>
194194
<ul>
195195
<li>
196+
<p><a href="https://medium.com/@jeeyoungk/why-i-love-databases-1d4cc433685f">Why I Love Databases</a>
197+
is a great read on the CAP Theorem, distributed systems and other topics
198+
that are at the core of database theory and implementation. Well worth
199+
the time to read.</p>
200+
</li>
201+
<li>
196202
<p><a href="http://db-engines.com/en/ranking">DB-Engines</a> ranks the most popular
197203
database management systems.</p>
198204
</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-11-09T15:02:04Z</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-11-10T08:00:18Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ provider.
172172

173173

174174
## Database resources
175+
* [Why I Love Databases](https://medium.com/@jeeyoungk/why-i-love-databases-1d4cc433685f)
176+
is a great read on the CAP Theorem, distributed systems and other topics
177+
that are at the core of database theory and implementation. Well worth
178+
the time to read.
179+
175180
* [DB-Engines](http://db-engines.com/en/ranking) ranks the most popular
176181
database management systems.
177182

0 commit comments

Comments
 (0)