Skip to content

Commit eac4f9f

Browse files
committed
updating with new resource for no sql data stores
1 parent 1dc44cf commit eac4f9f

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
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-11-29T09:21:22Z</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-11-29T16:55:05Z</updated></feed>

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ <h2>Graph</h2>
588588
representing a person could have a property of &quot;female&quot; or &quot;male&quot;.</p>
589589
<p><a class="reference external" href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
590590
databases and runs on the Java Virtual Machine stack.</p>
591+
</div>
592+
<div class="section" id="nosql-data-stores-resources">
593+
<h2>NoSQL data stores resources</h2>
594+
<p><a class="reference external" href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
595+
newsletter that aggregates articles, tutorials, and videos about
596+
non-relational data stores.</p>
591597
</div>
592598

593599
</section>

pages/no-sql-datastore.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ <h2>Graph</h2>
8181
representing a person could have a property of &quot;female&quot; or &quot;male&quot;.</p>
8282
<p><a class="reference external" href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
8383
databases and runs on the Java Virtual Machine stack.</p>
84+
</div>
85+
<div class="section" id="nosql-data-stores-resources">
86+
<h2>NoSQL data stores resources</h2>
87+
<p><a class="reference external" href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email
88+
newsletter that aggregates articles, tutorials, and videos about
89+
non-relational data stores.</p>
8490
</div>
8591

8692
<hr/>

source/content/pages/no-sql-datastore.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ representing a person could have a property of "female" or "male".
4747
`Neo4j <http://www.neo4j.org/>`_ is one of the most widely used graph
4848
databases and runs on the Java Virtual Machine stack.
4949

50+
NoSQL data stores resources
51+
---------------------------
52+
`NoSQL Weekly <http://www.nosqlweekly.com/>`_ is a free curated email
53+
newsletter that aggregates articles, tutorials, and videos about
54+
non-relational data stores.
55+
56+
57+

0 commit comments

Comments
 (0)