Skip to content

Commit a5a0def

Browse files
committed
update changelog and future directions
1 parent a4ec192 commit a5a0def

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

all.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8853,7 +8853,7 @@ <h3>Column-family table data stores</h3>
88538853
<p>Apache <a href="https://hbase.apache.org/">HBase</a></p>
88548854
</li>
88558855
<li>
8856-
<p>Apache <a href="http://cassandra.apache.org/">Cassandra</a></p>
8856+
<p><a href="/apache-cassandra.html">Apache Cassandra</a></p>
88578857
</li>
88588858
</ul>
88598859
<h2>Graph</h2>
@@ -10250,6 +10250,8 @@ <h1>Change Log</h1>
1025010250
<h2>2017</h2>
1025110251
<h3>January</h3>
1025210252
<ul>
10253+
<li>Added stub <a href="/apache-cassandra.html">Apache Cassandra</a> page with a few
10254+
resources.</li>
1025310255
<li>New <a href="/redis.html">Redis</a> and <a href="/mongodb.html">MongoDB</a> pages.</li>
1025410256
<li>Further work on the <a href="/git.html">Git</a> page.</li>
1025510257
<li>New <a href="/git.html">Git</a> page.</li>
@@ -10944,11 +10946,15 @@ <h2>Tactical improvements</h2>
1094410946
attention.</p>
1094510947
<ul>
1094610948
<li>
10949+
<p><a href="/apache-cassandra.html">Apache Cassandra</a>: Add "why use cassandra?"
10950+
and "what is CQL?" sections.</p>
10951+
</li>
10952+
<li>
1094710953
<p><a href="/mongodb.html">MongoDB</a>: Add "why is mongodb useful?" and
10948-
"database drivers" section.</p>
10954+
"database drivers" sections.</p>
1094910955
</li>
1095010956
<li>
10951-
<p><a href="/redis.html">Redis</a>: Add "why use redis?", "data drivers" section.</p>
10957+
<p><a href="/redis.html">Redis</a>: Add "why use redis?", "data drivers" sections.</p>
1095210958
</li>
1095310959
<li>
1095410960
<p><a href="/git.html">Git</a>: Add "why use git?", "what is a distributed version

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ <h1>Change Log</h1>
4343
<h2>2017</h2>
4444
<h3>January</h3>
4545
<ul>
46+
<li>Added stub <a href="/apache-cassandra.html">Apache Cassandra</a> page with a few
47+
resources.</li>
4648
<li>New <a href="/redis.html">Redis</a> and <a href="/mongodb.html">MongoDB</a> pages.</li>
4749
<li>Further work on the <a href="/git.html">Git</a> page.</li>
4850
<li>New <a href="/git.html">Git</a> page.</li>

future-directions.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,15 @@ <h2>Tactical improvements</h2>
6868
attention.</p>
6969
<ul>
7070
<li>
71+
<p><a href="/apache-cassandra.html">Apache Cassandra</a>: Add "why use cassandra?"
72+
and "what is CQL?" sections.</p>
73+
</li>
74+
<li>
7175
<p><a href="/mongodb.html">MongoDB</a>: Add "why is mongodb useful?" and
72-
"database drivers" section.</p>
76+
"database drivers" sections.</p>
7377
</li>
7478
<li>
75-
<p><a href="/redis.html">Redis</a>: Add "why use redis?", "data drivers" section.</p>
79+
<p><a href="/redis.html">Redis</a>: Add "why use redis?", "data drivers" sections.</p>
7680
</li>
7781
<li>
7882
<p><a href="/git.html">Git</a>: Add "why use git?", "what is a distributed version

no-sql-datastore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h3>Column-family table data stores</h3>
179179
<p>Apache <a href="https://hbase.apache.org/">HBase</a></p>
180180
</li>
181181
<li>
182-
<p>Apache <a href="http://cassandra.apache.org/">Cassandra</a></p>
182+
<p><a href="/apache-cassandra.html">Apache Cassandra</a></p>
183183
</li>
184184
</ul>
185185
<h2>Graph</h2>

source/content/pages/09-data/12-nosql.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ nested data.
124124
* [Introduction to MongoDB and Python](https://realpython.com/blog/python/introduction-to-mongodb-and-python/)
125125
shows how to use Python to interface with MongoDB via PyMongo and MongoEngine.
126126

127+
127128
## Column-family table
128129
A column-family table class of NoSQL data stores builds on the key-value
129130
pair type. Each key-value pair is considered a row in the store while the
@@ -133,7 +134,7 @@ column family is similar to a table in the relational database model.
133134
### Column-family table data stores
134135
* Apache [HBase](https://hbase.apache.org/)
135136

136-
* Apache [Cassandra](http://cassandra.apache.org/)
137+
* [Apache Cassandra](/apache-cassandra.html)
137138

138139

139140
## Graph

source/content/pages/12-meta/01-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ inception in December 2012. You can view detailed changes via the
1515

1616
## 2017
1717
### January
18+
* Added stub [Apache Cassandra](/apache-cassandra.html) page with a few
19+
resources.
1820
* New [Redis](/redis.html) and [MongoDB](/mongodb.html) pages.
1921
* Further work on the [Git](/git.html) page.
2022
* New [Git](/git.html) page.

source/content/pages/12-meta/04-future-directions.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ Every page on Full Stack Python is a work-in-progress that can always
4747
use improvements. The following items on this list need some love and
4848
attention.
4949

50+
* [Apache Cassandra](/apache-cassandra.html): Add "why use cassandra?"
51+
and "what is CQL?" sections.
52+
5053
* [MongoDB](/mongodb.html): Add "why is mongodb useful?" and
51-
"database drivers" section.
54+
"database drivers" sections.
5255

53-
* [Redis](/redis.html): Add "why use redis?", "data drivers" section.
56+
* [Redis](/redis.html): Add "why use redis?", "data drivers" sections.
5457

5558
* [Git](/git.html): Add "why use git?", "what is a distributed version
5659
control system?", "what's the difference between git and github?" and

0 commit comments

Comments
 (0)