File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -588,6 +588,12 @@ <h2>Graph</h2>
588588representing a person could have a property of "female" or "male".</ p >
589589< p > < a class ="reference external " href ="http://www.neo4j.org/ "> Neo4j</ a > is one of the most widely used graph
590590databases 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 >
Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ <h2>Graph</h2>
8181representing a person could have a property of "female" or "male".</ p >
8282< p > < a class ="reference external " href ="http://www.neo4j.org/ "> Neo4j</ a > is one of the most widely used graph
8383databases 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 />
Original file line number Diff line number Diff 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
4848databases 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+
You can’t perform that action at this time.
0 commit comments