Skip to content

Commit db356f6

Browse files
committed
working on relational database section
1 parent e1a9264 commit db356f6

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

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>2013-12-09T09:49:38Z</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>2013-12-10T15:12:20Z</updated></feed>

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,14 @@ <h1>Database</h1>
322322
by a single connection at a time.</p>
323323
<div class="section" id="database-third-party-services">
324324
<h2>Database third-party services</h2>
325-
<p>Numerous companies run scalable database servers as a hosted service.</p>
325+
<p>Numerous companies run scalable database servers as a hosted service.
326+
Depending on the provider, there can be several advantages to using a
327+
hosted database third-party service:</p>
328+
<ol class="arabic simple">
329+
<li>automated backups and recovery</li>
330+
<li>tightened security configurations</li>
331+
<li>easy vertical scaling</li>
332+
</ol>
326333
<p><a class="reference external" href="http://aws.amazon.com/rds/">Amazon Relational Database Service (RDS)</a>
327334
provides pre-configured MySQL and PostgreSQL instances. The instances can
328335
be scaled to larger or smaller configurations based on storage and performance

pages/database.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ <h1>Database</h1>
6868
by a single connection at a time.</p>
6969
<div class="section" id="database-third-party-services">
7070
<h2>Database third-party services</h2>
71-
<p>Numerous companies run scalable database servers as a hosted service.</p>
71+
<p>Numerous companies run scalable database servers as a hosted service.
72+
Depending on the provider, there can be several advantages to using a
73+
hosted database third-party service:</p>
74+
<ol class="arabic simple">
75+
<li>automated backups and recovery</li>
76+
<li>tightened security configurations</li>
77+
<li>easy vertical scaling</li>
78+
</ol>
7279
<p><a class="reference external" href="http://aws.amazon.com/rds/">Amazon Relational Database Service (RDS)</a>
7380
provides pre-configured MySQL and PostgreSQL instances. The instances can
7481
be scaled to larger or smaller configurations based on storage and performance

source/content/pages/database.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ by a single connection at a time.
3232
Database third-party services
3333
-----------------------------
3434
Numerous companies run scalable database servers as a hosted service.
35+
Depending on the provider, there can be several advantages to using a
36+
hosted database third-party service:
37+
38+
1. automated backups and recovery
39+
2. tightened security configurations
40+
3. easy vertical scaling
3541

3642
`Amazon Relational Database Service (RDS) <http://aws.amazon.com/rds/>`_
3743
provides pre-configured MySQL and PostgreSQL instances. The instances can

0 commit comments

Comments
 (0)